Pandon's Shutdown/camp to char select

GU61 Compatible
Designed to match DrumsUI
Supports up to 10 characters

To install, drop the eq2ui_mainhud_shutdown.xml into your custom UI folder.
NOTE: In order for this mod to work you have to edit the xml file. 
To do this, right-click on the xml file and select Edit (or Open With > Notepad). For each character you want to add, search and replace '[Character2]'

<Button Location="10,60" Name="Char2" OnPress="camp [Character2] ;hide_window MainHud.shutdown" PackLocation="center,bottom" PackSize="Fixed,Fixed" ScrollExtent="170,30" Size="170,30" Style="/CommonElements.PushButton.data.style" Tooltip=":7dd2e4e913d22424:/camp [Character2]">:7dd2e4e9d7cfddc7:[Character2]</Button>


Every place it says [CharacterX] (there are 3 of them - OnPress, ToolTip and before the </Button> tag), replace that with the character name you want on the shutdown mod like this:

<Button Location="10,60" Name="Char2" OnPress="camp Fumanchu ;hide_window MainHud.shutdown" PackLocation="center,bottom" PackSize="Fixed,Fixed" ScrollExtent="170,30" Size="170,30" Style="/CommonElements.PushButton.data.style" Tooltip=":7dd2e4e913d22424:/camp Fumanchu">:7dd2e4e9d7cfddc7:Fumanchu</Button>

Save the file and you're ready to go :)

