01-12-2021, 09:09 AM
I need script when uhs are below x turn off cavebot and logout
|
if x uh logout
|
|
01-12-2021, 09:09 AM
I need script when uhs are below x turn off cavebot and logout
local Backpack = 'green backpack' -- specific container to check for runes.
01-12-2021, 04:34 PM
(This post was last modified: 01-12-2021, 04:48 PM by Marcinn1992.)
Thanks alot
edit: It doesnt work
01-12-2021, 05:49 PM
Please, refresh page, copy code and try it again. I just updated my post with a fix.
01-12-2021, 05:55 PM
Ok now its work fine thanks
09-27-2021, 07:56 PM
You could modify this action for when I have 50 bolt I logout
09-27-2021, 10:31 PM
You can that yourself, I believe you have enough knowledge to edit a single variable value from rune name to ammo name. hehe
10-11-2021, 09:17 PM
So basicly for that Script to work I need to do wpt "action" and write this down right?
Is is possible for bot to check how many UH he has without opening bps? and set it up for like less than 50 than xlog? Hello. No, you should use it on Persistents. But I believe the code below would work better in an Action. local Backpack = 'green backpack' -- specific container to check for runes.Yes, it's possible but bit complex, because it would count from last green message (Using a vial...") that shows up, but it may not be accurate because this message only shows up when you use an item by hotkeys. So if you refill (manually or not) and walk back to place, it would still check that last green message before you refill. |