Untitled
Guest 97 20th Sep, 2024
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)
To share this paste please copy this url and send to your friends
RAW Paste Data