AP-PoM-Pyro Macro

AP-PoM-Pyro Macro

by Lindow » Sun Jun 14, 2015 9:18 pm

So I made sure I tested every single macro that I could find googling before I wrote this thread. I just can't get it working, so there must be something with this patch build that is messing with it and that I'm obviously unaware of.

Like, I'm not even getting close to a 1 button macro, heck, best case scenario I have to press it twice to fully work. But even then, Arcane Power fades after pressing the macro for the 2nd time. So what it does is, it casts AP on first press, then AP fades and PoM is cast on second press, then instant Pyro is fired on 3rd press.
I swear I've tested all kinds of macros, but none of them seem to work.
User avatar
Lindow
Grunt
Grunt
 

Re: AP-PoM-Pyro Macro

by Lindow » Sun Jun 14, 2015 11:25 pm

After some more research, I came across this thread that gives a working solution using an addon called Supermacro.

http://www.wow-one.com/forum/topic/2427 ... esnt-work/

Now I have to figure out how to add a trinket use in there.

EDIT: Just added ' /run if not SNE then UseInventoryItem(13); end ' and it worked fine.

I hope this helps someone else!
User avatar
Lindow
Grunt
Grunt
 

Re: AP-PoM-Pyro Macro

by Milton3450 » Wed Jun 17, 2015 8:41 pm

Thx, gonna use this when I hit level 60.
Milton3450
Sergeant
Sergeant
 

Re: AP-PoM-Pyro Macro

by Passionara » Mon Dec 14, 2015 8:24 am

Bumping this thread.

Can anyone share the common macro for using ap/pom/trinket/pyro?
If ap/pom cant be combined, is there a macro for ap/trinket/pyro?

Many thanks
Passionara
Tester
 

Re: AP-PoM-Pyro Macro

by Dreez » Tue Dec 15, 2015 12:14 am

Passionara wrote:Bumping this thread.

Can anyone share the common macro for using ap/pom/trinket/pyro?
If ap/pom cant be combined, is there a macro for ap/trinket/pyro?

Many thanks


Code: Select all
/run local c=CastSpellByName a=GetActionCooldown UseInventoryItem(13) if(a(2)==0 and a(3)==0) then c("Arcane Power") end if (a(3)==0 and a(2)>=1) then c("Presence of Mind") end c("Pyroblast")

where 2 is the action bar slot Arcane power is on
3 is the action bar slot Presence of Mind is on
and 13 is the upper trinket slot (14 would be the lower)

you will definitely have to press it multiple times, there's no macro with multiple spell actions that only needs one key press
Last edited by Dreez on Tue Dec 15, 2015 11:26 am, edited 1 time in total.
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: AP-PoM-Pyro Macro

by Passionara » Tue Dec 15, 2015 10:15 am

Thanks Dreez!
Passionara
Tester
 

Re: AP-PoM-Pyro Macro

by Dreez » Tue Dec 15, 2015 11:27 am

edited it, accidentally put in Arcane Explosion instead of Pyroblast^^
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: AP-PoM-Pyro Macro

by Ohhgee » Fri Dec 18, 2015 6:35 am

My best advice for AP PoM Pyro is visit a class trainer and respec immediately
Image
Ohhgee
Level 60 Human Mage
<NOPE>
User avatar
Ohhgee
Stone Guard
Stone Guard
 

Re: AP-PoM-Pyro Macro

by furier » Fri Dec 18, 2015 6:55 pm

Dreez wrote:
Code: Select all
/run local c=CastSpellByName a=GetActionCooldown UseInventoryItem(13) if(a(2)==0 and a(3)==0) then c("Arcane Power") end if (a(3)==0 and a(2)>=1) then c("Presence of Mind") end c("Pyroblast")


Can not get this macro to work
furier
Tester
 

Re: AP-PoM-Pyro Macro

by Dreez » Fri Dec 18, 2015 7:18 pm

what error message do you get? It worked perfectly fine for me

also remember this:
Dreez wrote:where 2 is the action bar slot Arcane power is on
3 is the action bar slot Presence of Mind is on
and 13 is the upper trinket slot (14 would be the lower)

you will definitely have to press it multiple times, there's no macro with multiple spell actions that only needs one key press
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Next

Return to Mage