|
|
发一个自用80级奶德小脚本,只是团队加血,效果自测不错。
1、雕文:回春、野性成长、迅捷治愈,小雕文随意
2、另送一个打25人H将军特定脚本,省蓝好用。
--以下回春 部分
local HC = BeeGroupMinScript('BeeRange(unit)<=40 and BeeIsRun("回春术",unit) and BeeUnitHealth(unit,"%")<75 and BeeUnitBuff("回春术",unit)<1 and UnitCanAssist("player",unit) and not UnitIsDeadOrGhost(unit)',"BeeUnitHealth(unit)",grouptype)
if HC and BeeIsRun("回春术",HC)
then
BeeRun("回春术",HC);
return
end
--以下为愈合部分
local HY = BeeGroupMinScript('BeeRange(unit)<=40 and BeeIsRun("愈合",unit) and BeeUnitHealth(unit,"%")<75 and BeeUnitBuff("愈合",unit)<1 and UnitCanAssist("player",unit) and not UnitIsDeadOrGhost(unit)',"BeeUnitHealth(unit)",grouptype)
if HC and BeeIsRun("愈合",HY)
then
BeeRun("愈合",HY);
return
end
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?加入我们
x
|