[GUIDE] 1.12.1 Warrior Macros

Re: [GUIDE] 1.12.1 Warrior Macros

by Inzomnia » Wed Mar 16, 2016 2:24 pm

Or link stances to item rack addon. Or save 2h/dw/shield to an item rack set and keybind those. I'd go for the latter, autoswapping gear on stance dance is highly impractical imo.
Inzomnia
Private
Private
 

Re: [GUIDE] 1.12.1 Warrior Macros

by Inzomnia » Wed Mar 16, 2016 2:33 pm

St0rfan wrote:/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);.


I don't understand the need for any of this. None of my stance dance macros have this stances check.

My overpower macro is simplified put,
/cast battlestance
/cast overpower

If you press it in battlestance it just overpowers. Otherwise it will put you in battle first. This macro replaced my default battlestance binding btw. Don't see any point of making a separate one. Ever wanted to go battlestance but hold off with a possible overpower? But I digress.
These forms check macro lines can be totally removed because if you are already in the required stance the /cast stancexx is ignored anyway.
Making the macros much more simple.
Inzomnia
Private
Private
 

Re: [GUIDE] 1.12.1 Warrior Macros

by Creedx » Sun Mar 20, 2016 1:19 pm

Is it possible in Vanilla to make a macro for using items of character?
I mean like macro for using the Trinket in TBC/WotLK/etc:

#showtooltip
/use 13
Creedq (29 twink rogue)
User avatar
Creedx
Grunt
Grunt
 

Re: [GUIDE] 1.12.1 Warrior Macros

by Dreez » Sun Mar 20, 2016 1:28 pm

Creedx wrote:Is it possible in Vanilla to make a macro for using items of character?
I mean like macro for using the Trinket in TBC/WotLK/etc:

#showtooltip
/use 13

/run UseInventoryItem(13)
14 would be the lower trinket slot
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: [GUIDE] 1.12.1 Warrior Macros

by Creedx » Sun Mar 20, 2016 2:28 pm

Thx m8
Creedq (29 twink rogue)
User avatar
Creedx
Grunt
Grunt
 

Re: [GUIDE] 1.12.1 Warrior Macros

by RedBanner » Sun Mar 27, 2016 7:59 pm

Inzomnia wrote:
St0rfan wrote:/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);.


I don't understand the need for any of this. None of my stance dance macros have this stances check.


Those macros will work without SuperMacro.
Join #macrochat text channel for macro assistance (no sign-up required): Discord.
I'm not a pro, but I love building macros, sharing what I know, and learning more.
User avatar
RedBanner
Grunt
Grunt
 

Re: [GUIDE] 1.12.1 Warrior Macros

by nurovez » Tue Apr 05, 2016 7:29 pm

Is it possible to track Overpower (active or not) at any stances with API?
API IsUsableAction can track Overpower only at Battle Stance.
nurovez
Tester
 

Re: [GUIDE] 1.12.1 Warrior Macros

by St0rfan » Wed Apr 06, 2016 4:56 pm

nurovez wrote:Is it possible to track Overpower (active or not) at any stances with API?
API IsUsableAction can track Overpower only at Battle Stance.


It's simpler to just get the addon overpower alert.
User avatar
St0rfan
Stone Guard
Stone Guard
 

Re: [GUIDE] 1.12.1 Warrior Macros

by Undertanker » Wed Apr 06, 2016 5:51 pm

I see a rogue in my guild is using a kick notification. /s say Kicked <Target> and if it missed would say that.

I pride myself on my game-play but admit where I know little. Pre-shift click marco making, I suck at.

Could anybody provide a macro for shield bash and pummel, or one that combines the two with a /say to notify my group members?
Undertanker
Stone Guard
Stone Guard
 

Re: [GUIDE] 1.12.1 Warrior Macros

by Lorso » Sat Nov 11, 2017 4:03 pm

Getting Bugged in KTM 1.35

/run if not IsCurrentAction(24) then UseAction(24) end;
/run CastSpellByName("sunder armor")

just goes - in aggro when I use it
Lorso
Tester
 

PreviousNext

Return to Warrior