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
Drop / Use Item
#1
I am trying to make a script when I used a box to get a weapon. But I first need to drop the other weapon, I am trying to solve it with this code but not working.



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

#2
Hello.

I didn't understand exactly what you need, so i just fixed your code.
This script will drop item id 3270 from container to ground, wait 2s and move item id 3272 from an open container to your left hand.
dropitems(3270)
wait(2000)
moveitems(3272, 'lhand', '')

If you want to drop item 3270 from your left hand to ground, you need to use like this:
moveitems(3270, ground(posx(), posy(), posz()), 'lhand')
wait(2000)
moveitems(3272, 'lhand', '')
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016