mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-23 07:55:55 +02:00
Updated to OTCv8 3.0 rev 19
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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)
|
Reference in New Issue
Block a user