Знатоки, у кого есть хорошие макросы для приста, поделитесь пожалуйста
Знатоки, у кого есть хорошие макросы для приста, поделитесь пожалуйста
/run r=0 for k=1,16 do if UnitDebuff("target", k) then if string.find(UnitDebuff("target", k), "Spell_Shadow_ShadowWordPain") then r=1 end end end if r==0 then CastSpellByName("Shadow Word: Pain") end
/run r=0 for k=1,16 do if UnitDebuff("target", k) then if string.find(UnitDebuff("target", k), "Spell_Shadow_UnsummonBuilding") then r=1 end end end if r==0 then CastSpellByName("Vampiric Embrace") end
/cast Mind Blast
/run r=0 for k=1,16 do if UnitDebuff("target", k) then if string.find(UnitDebuff("target", k), "Spell_Shadow_MindFlay") then r=1 end end end if r==0 then CastSpellByName("Mind Flay") end
ENG клент
SuperMacro аддон
- - - Updated - - -
/run r=0 for k=1,16 do if UnitBuff("player", k) then if string.find(UnitBuff("player", k), "Spell_Holy_WordFortitude") then r=1 end end end if r==0 then CastSpellByName("Power Word: Fortitude") end
/run r=0 for k=1,16 do if UnitBuff("player", k) then if string.find(UnitBuff("player", k), "Spell_Holy_InnerFire") then r=1 end end end if r==0 then CastSpellByName("Inner Fire") end
/cast Shadow Protection
Последний раз редактировалось agu; 22.01.2018 в 23:39.