/script if (UnitHealth("target")>80) then CastSpellByName("吸取生命(等级 2)") else if (UnitHealth("target")<80)
then CastSpellByName("吸取灵魂(等级 1)"); end ;end
不过你可以也试一下 在最后在加 ;end
因为你这里是一个嵌套语句 if(xxxx)then xxx ;
else if(..)then ...;
end;
end
F1选定不对.