|

楼主 |
发表于 2023-4-5 11:31:26
|
显示全部楼层
local nq = BeeUnitMana()
if IsSpellInRange("冲锋","target")==1 or IsSpellInRange("拦截","target")==1 then
if not BeeUnitAffectingCombat() then
if not BeeGetShapeshiftFormInfo(1) and BeeIsRun("战斗姿态","nogoal") then
CastShapeshiftForm(1) return;end
if BeeGetShapeshiftFormInfo(1) and BeeIsRun("冲锋") then
BeeRun("冲锋","Target") return;end
if BeeSpellCD("冲锋")>0 then
if not BeeGetShapeshiftFormInfo(3) and BeeIsRun("狂暴姿态","nogoal") then CastShapeshiftForm(3) return;end
if nq>=10 and BeeGetShapeshiftFormInfo(3) and BeeIsRun("拦截") then
BeeRun("/cast 拦截\n/cast 血性狂暴","Target") return;end
return;end
return;end
if BeeUnitAffectingCombat() then
if not BeeGetShapeshiftFormInfo(3) and BeeIsRun("狂暴姿态","nogoal") then
CastShapeshiftForm(3) return;end
if nq>=10 and BeeGetShapeshiftFormInfo(3) and BeeIsRun("拦截") then
BeeRun("拦截","Target") return;end
return;end
return;end
脚本是这样的要怎么改老大~~~ |
|