
btw i made this uberpr0 macro for the panterfigth;
/target High Priestess Arlokk
/cast Taunt
>.<
anyways it worked and the panter died.
Warrior
[edit]Battle Stance/Mocking Blow
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(1); if isActive then CastSpellByName("Mocking Blow()"); else CastSpellByName("Battle Stance()"); end;
Use: Activates battle stance with the first use and uses mocking blow on the second.
[edit]Defensive Stance/Taunt
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(2); if isActive then CastSpellByName("Taunt()"); else CastSpellByName("Defensive Stance()"); end;
Use: Activates defensive stance on first use and taunts on second.
[edit]Berserker Stance/Berserker Rage
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Berserker Rage()"); else CastSpellByName("Berserker Stance()"); end;
Use: Activates berserker stance and uses berserker rage on second click.
Retrieved from "http://www.wowwiki.com/Useful_macros/Warrior"
this is also very usefull for tanking, not just to avoid fear, but it lets you gain more rage on dmg taken so you have more rage to raise your threat on the mob you are tanking.Tedrisa wrote:Here you go Gam
/script Icon, Name, IsActive = GetShapeshiftFormInfo(3); if IsActive then CastSpellByName"Berserker Rage" else CastShapeshiftForm(3) end
Code: Select all
/cast [nostance:3] Berserker Stance; Berserker Rage
/stopcasting
/cast Defensive Stance