Page 8 of 9

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Wed Mar 16, 2016 2:24 pm
by Inzomnia
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.

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Wed Mar 16, 2016 2:33 pm
by Inzomnia
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.

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Sun Mar 20, 2016 1:19 pm
by Creedx
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

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Sun Mar 20, 2016 1:28 pm
by Dreez
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

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Sun Mar 20, 2016 2:28 pm
by Creedx
Thx m8

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Sun Mar 27, 2016 7:59 pm
by RedBanner
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.

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Tue Apr 05, 2016 7:29 pm
by nurovez
Is it possible to track Overpower (active or not) at any stances with API?
API IsUsableAction can track Overpower only at Battle Stance.

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Wed Apr 06, 2016 4:56 pm
by St0rfan
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.

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Wed Apr 06, 2016 5:51 pm
by Undertanker
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?

Re: [GUIDE] 1.12.1 Warrior Macros

PostPosted: Sat Nov 11, 2017 4:03 pm
by Lorso
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