wulinnike 发表于 2022-12-25 11:54:25

如何判定距离,达到技能范围时使用?

if RAGE>10 and BeeUnitAffectingCombat() then BeeRun("刺耳怒吼")
end

这里如何加入距离的判定?

今夜无眠 发表于 2023-12-19 12:55:25

if BeeRange("target")<=10 and RAGE>10 and BeeUnitAffectingCombat() then
BeeRun("刺耳怒吼")
end
这样就行
页: [1]
查看完整版本: 如何判定距离,达到技能范围时使用?