1
Poradniki / Odp: WSZYSTKIE WĘDKI !
« dnia: 04 Wrzesień 2025, 12:09:31 »
jak ktoś używa bota OTCv8 to wkleić to do nowego cave (trzeba stac przy np i napisać hi):
Cytuj
function:[[
-- available functions/variables:
-- prev - result of previous action (true or false)
-- retries - number of retries of current function, goes up by one when you return "retry"
-- delay(number) - delays bot next action, value in milliseconds
-- gotoLabel(string) - goes to specific label, return true if label exists
-- you can easily access bot extensions, Depositer.run() instead of CaveBot.Extensions.Depositer.run()
-- also you can access bot global variables, like CaveBot, TargetBot
-- use storage variable to store date between calls
-- function should return false, true or "retry"
-- if "retry" is returned, function will be executed again in 20 ms (so better call delay before)
NPC.say("czas")
return true
]]
delay:5000
config:{"useDelay":400,"mapClickDelay":100,"walkDelay":10,"ping":100,"ignoreFields":false,"skipBlocked":false,"mapClick":false}
extensions:[[
{
"Depositer": [
],
"Supply": [
]
}
]]