Page 1 of 1

Mage macro

PostPosted: Sun Mar 13, 2016 6:13 pm
by legioner8606
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. :?

Re: Mage macro

PostPosted: Mon Mar 14, 2016 1:25 pm
by Puny
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.

Re: Mage macro

PostPosted: Mon Mar 14, 2016 1:43 pm
by Momoh
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

Re: Mage macro

PostPosted: Tue Mar 15, 2016 6:39 am
by legioner8606
Thank you. Yes i alredy installed Super Macro. Thanks a lot for the help guys. :D