macro(1000, "Stop CaveBot (20% MP)", function()
local mpPercent = manapercent()
if mpPercent < 20 then
CaveBot.setOn(false)
elseif mpPercent > 60 then
CaveBot.setOn(true)
end
end)
Paste Hosted With By Wklejamy.pl