Vanilla/Classic WoW Warrior Macros! Everything You Need!

Executus Gaming
Executus Gaming
173.8 هزار بار بازدید - 6 سال پیش - These are the macros, for
These are the macros, for most of them you can just change the name of the spells and they will work. For instance, if you wanted to change the disarm macro to an overpower macro, you would just simply enter in battle stance and overpower where it says defensive stance and disarm.

Disarm:
/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(2); if isActive then CastSpellByName("Disarm()"); else CastSpellByName("Defensive Stance()"); end;

Battle Stance:
/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(1); if isActive then CastSpellByName("Battle Stance"); else CastSpellByName("Battle Stance()"); end;

Bloodthirst (start auto attack):
/run if not IsCurrentAction(19) then UseAction(19) end;
/run CastSpellByName("bloodthirst")

Equip 1 Hander and a Shield:
/eq [Ironfoe]
/eq [Drillborer Disk]

Overpower:
/run local texture,name,isActive,isCastable = GetShapeshiftFormInfo(1); if isActive then CastSpellByName("Overpower"); else CastSpellByName("Battle Stance()"); end;
6 سال پیش در تاریخ 1396/11/24 منتشر شده است.
173,879 بـار بازدید شده
... بیشتر