Image



萨满祭司宏

伤害宏 闪电箭/治疗波 (目标敌对就放闪电箭,目标友方就放治疗波,无目标则对自己释放治疗波)

/run if UnitCanAttack("player","target") == 1 then CastSpellByName("闪电箭") else CastSpellByName("治疗波") end

自然迅捷->治疗波

/script local x=0;for i=1,90 do if IsCurrentAction(i) then x=1 end end if x==0 then CastSpellByName("自然迅捷");SpellStopCasting();CastSpellByName("治疗波") end

一键图腾宏(模版)

/script if not buffed("法力之泉", 'player') then cast("法力之泉图腾")end;

/script if not buffed("风怒", 'player') then cast("风怒图腾")end;

/script if not buffed("大地之力", 'player') then cast("大地之力图腾")end;