View Single Post
  #2  
Unread 05-21-2006, 04:07 AM
Lodrelhai's Avatar
Lodrelhai Lodrelhai is offline
A Grassland Beetle
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Crushbone
Posts: 63
Default

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=(&apos;parent.use.OnEffectFinished=parent.Class.&apos&apos;##&apo s;(parent.data.class)&apos;##&apos;(&apos;.&apos&apos;##&apos;(Name)&apos;##&a pos;(&apos;.&apos&apos;##&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!

Last edited by Lodrelhai : 05-21-2006 at 04:40 AM.
Reply With Quote