Hi there! This is a nice ui and a great patch! At least as long as they don't pull another "change all the spells!" revamp on us.

Was just curious about one thing, though.
michsageman242 also made a
patch for this which adds a 5th button under the character name. Probably not vital to have - you've already made the 4 buttons completely customizeable for more than just the cures - but I do like the 5th button option. Been trying to fit it into the current ui settings, but no luck so far.
Here's what I've done to try and fit this in:
in the eq2ui_mainhud_groupmembers.xml file, I added the following under each group member:
<Page Location="33,1" Name="Spell" OnHoverIn="Opacity=1.000" ScrollExtent="66,14" Size="66,14">
<Button BackgroundOpacity="0.000" LocalTooltip="Cast Spell" Name="Spell" OnPress="parent.parent.parent.parent.UseAbility.Spell.Activated=true" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="14,14" Size="14,14"></Button>
</Page>
In the MaddBomber_UseAbility_Group.xml I added:
<Page Name="Spell" OnActivate="parent.Data.Class=(parent.SubClass.text)
parent.Data.Level=(parent.level.text)
parent.Use.activated=false
onDeactivate=('parent.use.OnEffectFinished=parent.Class.&apos

'##&apo s;(parent.data.class)'##'('.&apos

'##'(Name)'##&a pos;('.&apos

'##'(parent.data.level)
parent.Use.activated=true
activated=false"/>
And in the Dirge.xml (my main is a Dirge, so I was testing on her) I added:
<Data Name="Spell"
1="useability Hyran's Angry Sonata"
2="useability Hyran's Angry Sonata"
...
69="number.id"
70="number.id"
/>
(spell name was filled in up to my character's current level, 36).
The button tooltip displays on mouseover, but the spell won't trigger. I put Fueled by Hate under the Noxious lvls 1-36 and that works fine. Any thoughts? Or should I just be happy with my 4 customizeables?
Thanks!
