if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")<=25 and BeeRange("focus")>=10) or not BeeUnitIsFollow()) then
FollowUnit("focus");
end
跟随焦点
if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")<=25 and BeeRange("focus")>=10) or not BeeUnitIsFollow()) then
FollowUnit("focus");
end
跟随焦点
if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")<=35 and BeeRange("focus")>=5) or not BeeUnitIsFollow()) then
FollowUnit("focus");
end