View Single Post
  #1  
Unread 10-17-2008, 01:37 AM
Longduck Longduck is offline
A Young Mystail Rat
 
Join Date: Dec 2007
Server: Antonia Bayle
Posts: 2
Default #1 QuickRaidButton doesn't work anymore

I play a dirge and recently started having problems with my quick raid buttons. After loading the Raid Button Configuration Program I lost button #5 and button #1 just stopped working. I deleted and downloaded the UI (using the auto updater) and got #5 back but #1 is still dead. No cast and no tells go out. #2 is working fine. /shrug Here is what my configuration is:

<Page Name="Dirge">
<Data Name="Button1" Macro="useabilityonplayer Parent.Target 'Elegy at Death&apos;s Door'
tell Parent.Target Single target REZ coming at ya
raidsay Single Target REZ for Parent.Target" Tooltip="(44) Elegy at Death&apos;s Door"/>
<Data Name="Button2" Macro="useabilityonplayer Parent.Target 'Elegy of Awakening'
tell Parent.Target REZ for your GROUP
raidsay GROUP REZ to Parent.Target" Tooltip="(58) Elegy of Awakening"/>
<Data Name="Button3" Macro="SpellForMyLevel='Speech of Sacrifice'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 78)
SpellForMyLevel=COND ? 'Oration of Sacrifice' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel
" Tooltip="(65) Oration of Sacrifice
(78) Speech of Sacrifice"/>
<Data Name="Button4" Macro="useabilityonplayer Parent.Target 'Gravitas'
" Tooltip="(80) Gravitas"/>
<Data Name="Button5" Macro="useabilityonplayer Parent.Target 'Confront Fear'
tell Parent.Target Removing Rez Effects" Tooltip="(0) Confront Fear"/>
</Page>
Reply With Quote