Jump to content
FORUMS
Sign in to follow this  
Boodizz

Dispel/Purify macro help

Recommended Posts

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!

Share this post


Link to post
Share on other sites

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!

  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...