Boodizz 10 Report post Posted September 3, 2012 Basically this is what I need: - Nothing targeted, Purify self (should be automatic because of auto self cast, but thought I'd chuck it in) - Anything targeted while alt is held, Purify self - Enemy targeted with no modifier, Dispel Magic enemy - Friendly player targeted with no modifier, Purify friend Any help is appreciated here! Quote Share this post Link to post Share on other sites
RedTony 1 Report post Posted September 3, 2012 Here it is: #showtooltip /cast [mod:alt,@player][nomod,help] Purify;[nomod,harm] Dispel magic; [@player] Purify And here is a bonus: #showtooltip /cast [mod:alt,@player][nomod,help] Purify;[nomod,harm] Dispel magic; [mod:shift] Mass dispel; [@player] Purify This last macro would do everything your old macro did but also casts "mass dispel" if you are holding the "shift" key. I myself prefer this other macro, that adds a mouseover condition for dispelling/purifying: #showtooltip /cast [@mouseover,nomod,help][nomod,help][mod:alt,@player] Purify;[@mouseover,nomod,harm][nomod,harm] Dispel magic; [mod:shift] Mass dispel; [@player] Purify This last macro does the same than the above, but first of all tries to dispel/purify your current mouseover target, then if there is none, checks for your current target, checks if you are holding shift and finally purifies you in case no other condition is true. Regards! 1 Quote Share this post Link to post Share on other sites
Boodizz 10 Report post Posted September 4, 2012 Thanks mate, really appreciate it. Will try it out when I get home! Quote Share this post Link to post Share on other sites