|
local ZRKK = BeeGroupMinScript('BeeRange(unit)<=40 and BeeIsRun("滋养",unit) and BeeUnitHealth(unit,"%")<85 and UnitCanAssist("player",unit) and not UnitIsDeadOrGhost(unit)',"BeeUnitHealth(unit)",grouptype)
if ZRKK and HCS and BeeIsRun("滋养",ZRKK) or BeePlayerBuffTime("节能施法")>1
then BeeRun("滋养",ZRKK);return;end
这是奶德的一个脚本中的一部分,上面是定义的变量,下面是使用。治疗的脚本难一些,下面的使用中的判定是生命值少于85使用滋养吗,或者有节能施法buff的时候释放滋养?实际使用中感觉滋养的使用频率太低,T都没血了也不读滋养,求大佬解答了,零基础不懂。
|
|