想写一个目标血量高于多少的时候就打断正在的读条
[Lua] 纯文本查看 复制代码 local SGS= BeeGroupMinScript('BeeRange(unit)<=40 and BeeIsRun("圣光术",unit) and BeeUnitBuffTime("圣光道标",unit)<=0 and BeeUnitHealth(unit,nil,1)<1000 and UnitHealthMax(unit)<40000 and UnitCanAssist("player",unit) and not UnitIsDeadOrGhost(unit)',"BeeUnitHealth(unit)",grouptype)
if SGS and BeeUnitCastSpellName("player")=="圣光术"
then
BeeRun("/stopcasting")
return;
end
这种好像没有反应 问题出在哪里呢
-----解决了
|