mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-09 23:39:21 +02:00
9 lines
225 B
Lua
9 lines
225 B
Lua
setDefaultTab("Cave")
|
|
|
|
macro(500, "TargetBot off if low supply", function()
|
|
if TargetBot.isOff() then return end
|
|
if CaveBot.isOff() then return end
|
|
if not hasSupplies() then
|
|
TargetBot.setOff()
|
|
end
|
|
end) |