Arre29Shutdown

LU29 Compatible
Designed to match Arremis theme for LU29
Streamlined to take up less space
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, look for this line:

<Button LocalText="Character" Location="5,25" Name="Char01" OnPress="camp Character ;hide_window MainHUD.Shutdown" PackLocation="center,bottom" PackLocationProp="-172/0001,-214/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="170,25" Size="170,25" Style="/ButtonStyles.single_pixel">Character</Button>

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

<Button LocalText="Arremis" Location="5,25" Name="Char01" OnPress="camp Arremis ;hide_window MainHUD.Shutdown" PackLocation="center,bottom" PackLocationProp="-172/0001,-214/0001" PackSize="fixed,fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="170,25" Size="170,25" Style="/ButtonStyles.single_pixel">Arremis</Button>

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

NOTE: Unlike the other mods which you can add the character's server, I found this to be an obsolete function. A couple of reasons are that the previous mods I've used after the EoF update when logging in the next toon causes a 'server busy' error and forced me to quit the game, and since I have 3 different folders with seperate instances of EQ2 for EU, US, and Test servers, I'd have to quit the game anyway to change clients. This mod here is designed for a maximum of 10 characters for 1 specific server. Enjoy :D