balance double dotting focus macro

balance double dotting focus macro

Post 19 Jul 2011 06:24

Avatar Casals
 
Posts: 5
Recently my macros reset for some reason and I lost my double dotting macro. Normally this wouldn't be an issue but the macro was semi complex due to the nature of moonfire turnnig to sunfire and all that jazz. If anyone could help it would be appreciated. to make the macro work I had to put my 2 dots on a random bar and use a macro to see what buttons they were if that gives you a clue.

Re: balance double dotting focus macro

Post 19 Jul 2011 09:33

Avatar Mercadi
 
Posts: 3
/cast [target = focus] <insert your spell here>
I believe.

Re: balance double dotting focus macro

Post 19 Jul 2011 15:59

Avatar Casals
 
Posts: 5
No that doesn't work because moonfire morphs into sunfire that's why it's complicated.

Re: balance double dotting focus macro

Post 20 Jul 2011 16:33

Avatar Citra
 
Posts: 1
Location: Sweden
Not really sure if this will help you, since i made this awhile ago :p

But since moonfire morphs you would have to make the macro looking like this;
/target [@focus,harm]
/click ActionButton4
/targetlasttarget

Since i have moonfire on actionbutton 4 i obviously instert that, so you would have to change it!

Re: balance double dotting focus macro

Post 22 Jul 2011 22:02

Avatar Irrational
 
Posts: 2
Im using the following

#showtooltip Moonfire; Sunfire
/cast [@focus] Moonfire; Sunfire


might not be exactly what i have on live, dont have access to wow atm to check

Re: balance double dotting focus macro

Post 29 Jul 2011 02:14

Avatar Balanced
 
Posts: 5
/cast [@focus,btn:2] Moonfire; Moonfire
swap btn:2 for mod:alt or something i prefer to click every now & then.
yes this works for sunfire..
cron