Anyways, when using multiple different conditionals for the same spell in order, you don’t need to create a new cast for it. Ultimately it doesn’t really matter unless you’re getting close to the macro limit, but you can save more space. Just line the conditionals up
The macro will first check the first set of conditionals [1] to cast spell 1. If those conditions are not met, it will check set 2, and so on. If all 3 of those conditionals fail, it will hit the semicolon for a new spell and then check conditional set 1 for spell 2. If this fails, we have an empty set of brackets for spell 2, the . This is basically a cast without a conditional and is a shorter way of writing the below macro.
/cast [1][2][3] Spell 1; [1] Spell 2; Spell 2
You can learn a lot about macros in the ui and macro forum.
THANK YOU i was lookin for the root of these type of macros, i want to macro rsk blackoutkick and tigerpalm with tod if anyone could help me go about doin that with this thatd be delightful and i love you
hmmm basically just the macro do say tiger palm if tod isnt able to be used but if it is, ofc then it tods
yea sorry kinda sounded like wanted 4 abilites and tod all in 1 macro each ability would be seperately macrod with tod is what i was goin for ty for replying though appreciate you.