am trying to help a friend who is a 92 assassin this in theory should work
Code:
<Page Name="Assassin">
<Data Name="Button1" Macro="SpellForMyLevel='705062542'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 53)
SpellForMyLevel=COND ? '3598453043' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 39)
SpellForMyLevel=COND ? '4115775947' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 25)
SpellForMyLevel=COND ? '1939112048' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="Murderous Design Line"/>
<Data Name="Button2" Macro="SpellForMyLevel='Apply Poison IV'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 92)
SpellForMyLevel=COND ? 'Apply Poison III' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 82)
SpellForMyLevel=COND ? 'Apply Poison II' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 72)
SpellForMyLevel=COND ? 'Apply Poison' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="(52) Apply Poison
(72) Apply Poison II
(82) Apply Poison III
(92) Apply Poison IV"/>
<Data Name="Button3" Macro="tell Parent.Target Heart'/'Shard please" Tooltip="Heart/Shard request"/>
<Data Name="Button4" Macro="NONE" Tooltip="NO MACRO CONFIGURED"/>
<Data Name="Button5" Macro="assist Parent.Target" Tooltip="Assist Target"/>
</Page>
for the apply poison line however he says its not applying IV of it. I don't have the spell code to change them to spell ID so not sure if thats the issue.