kllrwlf
11-26-2007, 08:13 PM
I'm at work thinking about how to better my macros. The one that I have some issue with is "Cure Poison" (Shaman), "Purify" (Paladin), "Remove Lesser Curse" (Mage).
Would this work?
For the Shaman
/cast [target=party1] Cure Poison
/cast [target=party2] Cure Poison
/cast [target=party3] Cure Poison
/cast [target=party4] Cure Poison
/cast [target=party5] Cure Poison
For the Paladin
/cast [target=party5] Purify
/cast [target=party4] Purify
/cast [target=party3] Purify
/cast [target=party2] Purify
/cast [target=party1] Purify
For the Mage
/cast [target=party1] Remove Lesser Curse
/cast [target=party2] Remove Lesser Curse
/cast [target=party3] Remove Lesser Curse
/cast [target=party4] Remove Lesser Curse
/cast [target=party5] Remove Lesser Curse
I just want to hit one button, to remove any Disease/Curse/Poison.
So let's say, Party2 has something. Just hit that button once to remove it.
If Party2 and Party5 has something, hit that button twice to remove it from party2, then party5.
I have the Paladin's party order reversed because the Paladin and Shaman both remove Poison, and that way if multiple party members have poison, the Shaman's will remove from the top and Paladin from the bottom.
I'm only guessing that it might because if nothing gets casted, then it'll skip to the next line. So, would this work?
Would this work?
For the Shaman
/cast [target=party1] Cure Poison
/cast [target=party2] Cure Poison
/cast [target=party3] Cure Poison
/cast [target=party4] Cure Poison
/cast [target=party5] Cure Poison
For the Paladin
/cast [target=party5] Purify
/cast [target=party4] Purify
/cast [target=party3] Purify
/cast [target=party2] Purify
/cast [target=party1] Purify
For the Mage
/cast [target=party1] Remove Lesser Curse
/cast [target=party2] Remove Lesser Curse
/cast [target=party3] Remove Lesser Curse
/cast [target=party4] Remove Lesser Curse
/cast [target=party5] Remove Lesser Curse
I just want to hit one button, to remove any Disease/Curse/Poison.
So let's say, Party2 has something. Just hit that button once to remove it.
If Party2 and Party5 has something, hit that button twice to remove it from party2, then party5.
I have the Paladin's party order reversed because the Paladin and Shaman both remove Poison, and that way if multiple party members have poison, the Shaman's will remove from the top and Paladin from the bottom.
I'm only guessing that it might because if nothing gets casted, then it'll skip to the next line. So, would this work?