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
Depositer
#1
I made a cavebot, and I would like a code that would check if there are X platinum coins in the backpack, when it reaches that value X it goes in the bank, deposits and goes back to the hunt.
I used in LUA SETUP:

Code:
SUPPLY_NAME = 'platinum coins'
SUPPLY_BP = 'backpack'
SUPPLY_MIN = 10

and on Action:

Code:
if itemcount (SUPPLY_NAME, SUPPLY_BP)> = SUPPLY_MIN then
    gotolabel ('deposit')
    return
end

and when he gets to that part, he misses, or he always goes to my 'start' label or always to the 'deposit' label, regardless of the number of platinum coins.
Reply

#2
Hello.

SUPPLY_NAME should be 'platinum coin', not COINS. That's why it's missing I suppose.

SUPPLY_NAME = 'platinum coin'
SUPPLY_BP = 'backpack'
SUPPLY_MIN = 10
Reply

#3
I tried to switch to platinum coin, platinum coins, Backpack, backpack, Red Backpack, red backpack. none worked.



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

#4
It works, something is wrong your script or wpts.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016