if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")<=25 and BeeRange("focus")>=10) or not BeeUnitIsFollow()) then
FollowUnit("focus");
end
{:5_164:}
tanyaoiii 发表于 2022-6-23 10:10 AM
--跟随焦点
if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")=10)...
太感谢了 大佬.. :lol :lol :lol :lol :lol :lol :lol :lol :lol
论坛里好多自动跟随焦点 还有给焦点加血输出焦点目标的
焦点设置好就能放心全自动了
请教大佬们,猎人跟随放不到技能,距离太短了,跟随治疗也是这样,有没其他办法解决,让跟随的距离远一点呢
大佬们的方案很牛X,谢谢指导
支持我也马克一下!!{:5_236:}{:5_236:}
好人一生平安{:5_240:}{:5_240:}{:5_240:}{:5_240:}
学习了,感谢大神们!!!!!!!!!!!!!!!
不错就是把要跟随之人设置为焦点!!!
if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")<=25 and BeeRange("focus")>=10) or not BeeUnitIsFollow()) then
FollowUnit("focus");
end