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
action open dp withraw food
#1
i need action open dp and withdraw ham someone? ty :*
Reply

#2
Hello.

That's a very simple script that will reach locker, open it and pickup, but should make some "checks" depending how you are going to use it to make it pickup the correct amount.
Because moveitems tries to pickup that max amount of a single stack. So if you use the script below and have a stack with 23 hams and tries to pickup 30 hams. It will pickup those 23 hams only.
local FOOD_MAXCOUNT = 30
local FOOD = 'ham'


reachgrounditem('locker')
wait(500, 800)
openitem('locker')
wait(500, 800)
local count = FOOD_MAXCOUNT - itemcount(FOOD)
if count > 0 then
     moveitems(FOOD, '0', 'locker', count)
     wait(200, 500)
end
Reply

#3
this script dont work for me
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016