Jump to content
FORUMS
Sign in to follow this  
BigBadLock

Macro Bug?

Recommended Posts

Hi I noticed that my beloved mouseover macros for Shadowburn and Havoc don't work any longer since 6.02 went life. Is there a change in how the macro has to be written or is it just a bug?

 

I use it like this:

  • #showtooltip Havoc
  • /cast [@mouseover,harm] Havoc; [harm] Havoc

Share this post


Link to post
Share on other sites

This still works and should accomplish just what you were doing:

 

#showtooltip Havoc

/cast [@mouseover,harm] [] Havoc

 

#showtooltip Shadowburn

/cast [@mouseover,harm] [] Shadowburn

 

You do not need the semi colon if it is the same spell, you can just put your conditions in order of precedence.

 

The ones I actually use are:

 

#showtooltip

/cast [@mouseover,harm,nodead] [@focus,harm,nodead] [] Havoc

 

#showtooltip

/cleartarget [@mouseover,harm,nodead]

/cast [@mouseover,harm,nodead] [] Shadowburn

/targetlasttarget [@mouseover,harm,nodead]

 

That way on fights where I am always cleaving on to the boss I can just set the boss as focus and don't even have to mouseover.

 

Either way works, same concept, just preference, and showing chaining of conditionals on a single spell. biggrin.png

Edited by Zilthy
  • 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...