DanielAdolfsson / CleverMacro

Extended Commands for Vanilla WoW
13 stars 5 forks source link

Cannot use conditions on targets? #18

Open HerrTiSo opened 1 month ago

HerrTiSo commented 1 month ago

Hi, I'd like to use your conditions, but somehow they don't work? Am I missing something here? Thank you!

MACRO 3 "Follow/Assist Zilox" INV_Misc_QuestionMark
/target Zilox
/cast [target=Zilox,alive,nocombat] Follow
/assist [target=Zilox,alive,combat]
/startattack
END
MACRO 2 "Paladin Rotation" INV_Misc_QuestionMark
#showtooltip
/targetenemy [dead]
/startattack
/castsequence reset=25 Seal of Righteousness, Holy Strike, Judgement
END
MACRO 1 "Zilox Heal/Buff" INV_Misc_QuestionMark
#showtooltip
/cast [target=Zilox,alive,combat] Holy Light
/castsequence [target=Zilox,alive,nocombat] reset=5 Blessing of Might, Purify
END