我给你手搓一个
1.挂命令打十字军
/startattack
/script for i=1,20,1 do if (UnitBuff("player",i) ~= nil) then if (string.find(UnitBuff("player",i),"InnerRage") ~= nil) then break; end end if (i==20) then CastSpellByName("命令圣印");else CastSpellByName("十字军打击");end;end;
2.驱邪
/script if (UnitCreatureType("target")=="亡灵" or UnitCreatureType("target")=="恶魔") then CastSpellByName("驱邪术");end;
字符不能超过255字符,不晓得第一个超过没有,你试试