Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Alert: Low on runes like UH
#1
Hi, 

Is it possible to get an alert when low on runes like UH. Say if u have 6 bps and when its only like 10 runes left. 

Thanks in advance!
Reply

#2
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply

#3
Thank you!

I am new to this so im not sure where to add the code, do I add the code to Lua setup under Cavebot?
Reply

#4
Hello.

Persistents and I recommend to disable "OPEN_BACKPACK" (set "OPEN_BACKPACK" as false) while using "Healer/Settings/Open next BP for more supply" OR disable Healer/Settings/Open next BP for more supply.
Reply

#5
Ok thanks for info where to put it!

To add index instead of the color of the backpack do I just put the number of when I opened the backpack? Like if I first open main BP then Rune BP is it local Backpack = '1'?
Reply

#6
Hello.

Yes, but the index is zero-based. It means the index starts with 0 instead of 1 (0, 1, 2, 3, 4, ...).

So if you close all backpacks and open a single backpack, it will receive index 0.

You can check the current opened backpacks indexes using this code. You just need to run on Console or so, it will print on Console the container name and its index.
local containers = getcontainers()
for _, container in ipairs(containers) do
    print(container.name .. ' -> Index: ' .. container.index)
end
Reply

#7
Thank you!
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016