local Tbl = BeeUnitBuffList("target")
local buff = BeeUnitBuffList("player")
local fc = BeeUnitBuffList("focus")
if BeeCastSpellFast() then return;end
if UnitName("focus") and ((BeeRange("focus")<=40 and BeeRange("focus")>=15) and not BeeUnitIsFollow()) then
FollowUnit("focus");
end