02-13-2019, 03:34 PM
Hello, good morning, i just wordering to know some functions at the bot if they work or how they work.
1. In the runemaker tab, there are 4 boxes (PK, Monster, Attacked, Player), How do they work? If there something like that, the bot will make it run to the "On Danger" SQM? Or how it work?
2. In the runemaker tab, the Refill Settings (Food, SQM, Blank Rune, etc) Do i have to put a backpack in the ground with those items or just the items in the ground?
3. How can i set variables example i want to do something like this:
4. How to declare variables, i want to do something like this, (or where do i put it? cavebot lua, persistent?)
Thanks in advance.
1. In the runemaker tab, there are 4 boxes (PK, Monster, Attacked, Player), How do they work? If there something like that, the bot will make it run to the "On Danger" SQM? Or how it work?
2. In the runemaker tab, the Refill Settings (Food, SQM, Blank Rune, etc) Do i have to put a backpack in the ground with those items or just the items in the ground?
3. How can i set variables example i want to do something like this:
if playerattack then
set PK = 1
end
if PK = 1 then
gotolabel ('RUNFROMPK')
WAIT(700,1000)
set PK = 0
endMAINBP = 'Blue Backpack'
GOLDBP = 'Gold Backpack'
SUPPLYBP = 'Brown Backpack'
MAXCAP = 100
ITEM = 'Mana Fluid'Thanks in advance.

