Mage macro

Mage macro

by legioner8606 » Sun Mar 13, 2016 6:13 pm

Hi guys , can u help me with a macro which includes AP / ZHC/ PoM.When i tried to use a macro with these tree AP just vanish. :?
legioner8606
Grunt
Grunt
 

Re: Mage macro

by Puny » Mon Mar 14, 2016 1:25 pm

I made this one a while back, which uses the top trinket slot (13):

Code: Select all
/run UseInventoryItem(13)
/run i=1 b=false while(UnitBuff("player",i)~=nil) do b=b or strfind(UnitBuff("player",i),"Nature_Lightning") i=i+1 end if not b then CastSpellByName("Arcane Power") end
/cast Presence of Mind
/cast Frostbolt


For some reason which i cannot fathom, it doesn't always work properly with ZHC or MQG, but it does stop you from de-toggling Arcane Power. Works every time with ToeP though.

If you want to use the bottom trinket slot insead, change the top row number to 14.
Puny
Tester
 

Re: Mage macro

by Momoh » Mon Mar 14, 2016 1:43 pm

install supermacro

bind this macro to a mousewheel

/use 13
/script if not buffed("Arcane Power") then cast("Arcane Power") end
/cast Presence of Mind
/cast Frostbolt(Rank 10)


enjoy
Melodyx
Momoh
Sergeant Major
Sergeant Major
 

Re: Mage macro

by legioner8606 » Tue Mar 15, 2016 6:39 am

Thank you. Yes i alredy installed Super Macro. Thanks a lot for the help guys. :D
legioner8606
Grunt
Grunt
 


Return to Mage