Page 1 of 1

LF macro guru

PostPosted: Mon Jan 11, 2016 10:20 am
by Airwalker
Hey, I am wondering if it is possible to make a macro for the following(probably double tap):

equip shield+1h
def stance
shield bash

I have looked on the forums for this, but I cant find a macro for it.

I tried this macro:
/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Pummel"); else CastSpellByName("Shield Bash()"); end;

which was in the warrior macros post, but it doesnt work. (I have supermacro)

maybe its just a case of removing the pummel bit? because I dont have pummel yet.

I am pretty helpless with vanilla macros, hope someone can help me with this!

Re: LF macro guru

PostPosted: Mon Jan 11, 2016 11:17 pm
by disco
/equip Alcor's Sunrazor
/equip Draconian Deflector
/cast Defensive Stance
/cast Shield Bash(Rank 3)


works for me ;)

Re: LF macro guru

PostPosted: Tue Jan 12, 2016 1:42 am
by Undertanker
Shape form 3 would be Fury, should be shape form 2 in your macro.

Though this is a complete guess as I am no macro pro.

Re: LF macro guru

PostPosted: Tue Jan 12, 2016 6:59 pm
by vido
You could try mactroextender. I use it for my conditional interrupt macro, it uses shield bash if i have a shield out and it uses berserker stance + pummel if the condition isn't met.