MadeStone

Vanilla/Classic WoW Warrior Macros! Everything You Need!

Просмотры:
62
Дата загрузки:
07.05.2024 13:43
Длительность:
00:06:32
Категория:
Видеоигры

Описание

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;

Источники:

Рекомендуемые видео