actually this is what I have now but keep getting parent.target in the raidsay window
Page Name="Illusionist">
<Data Name="Button1" Macro="useabilityonplayer Parent.Target Mana Flow
raidsay 'Casting Mana Flow on Parent.Target'
tell Parent.Target '>>> Incoming Mana Flow <<< Enjoy the Power'" Tooltip="(AA) Mana Flow"/>
<Data Name="Button2" Macro="SpellForMyLevel='Tandem'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 75)
SpellForMyLevel=COND ? 'Synergism' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 63)
SpellForMyLevel=COND ? 'Dynamism' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.T ext < 49)
SpellForMyLevel=COND ? 'Intensity' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel
raidsay 'Casting Tandem on Parent.Target'
tell Parent.Target '>>> Incoming Tandem <<< Now burn them up'
" Tooltip="(35) Intensity
(49) Dynamism
(63) Synergism
(75) Tandem"/>
on both cases
|