UPD:ADDED IN FIRST POST
Добавлен макрос на сову.
Вешает звериный огонь, потом если нет затмений обвешивает дотами и кастит гнев. При проках затмения бьет тем чем надо + обновляет только одну доту.
/run if UnitDebuff("target","Faerie Fire",nil,"player") then ClearTarget() end; /cast [exists] Faerie Fire /stopmacro [exists] /targetlasttarget /run if not(UnitBuff("player","Eclipse (Lunar)")) then ClearTarget() end; /run if UnitDebuff("target","Moonfire",nil,"player") then ClearTarget() end; /cast [exists] Moonfire /stopmacro [exists] /targetlasttarget /run if not(UnitBuff("player","Eclipse (Lunar)")) then ClearTarget() end; /cast [exists] Starfire /stopmacro [exists] /targetlasttarget /run if not(UnitBuff("player","Eclipse (Solar)")) then ClearTarget() end; /run if UnitDebuff("target","Insect Swarm",nil,"player") then ClearTarget() end; /cast [exists] Insect Swarm /stopmacro [exists] /targetlasttarget /run if not(UnitBuff("player","Eclipse (Solar)")) then ClearTarget() end; /cast [exists] Wrath /stopmacro [exists] /targetlasttarget /run if UnitDebuff("target","Insect Swarm",nil,"player") then ClearTarget() end; /cast [exists] Insect Swarm /stopmacro [exists] /targetlasttarget /run if UnitDebuff("target","Moonfire",nil,"player") then ClearTarget() end; /cast [exists] Moonfire /stopmacro [exists] /targetlasttarget /cast Wrath
Сообщение отредактировал CemXokenc: 15 февраля 2020 - 23:06