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
Moves an item to higher floor
#1
Hello,
Does someone knows how to create a script that moves an item from your backpack to a higher floor?


Thanks in advance

#2
Hello.

moveitems(string item, string to, string from, optional in count) [void]
|Only Registered members can see download links. | Click here to buy subscription or here to register.


moveitems('gold coin', ground(posx(), posy(), posz()), '', 100)
Moves a stack of gold coins (with a maximum of 100 gold coins) to under your character.

The moveitems() will not work if you use different Z positions than your character, but I believe you could achieve that by using position of the tile that's under the location you want to throw. Let's say that you wanna throw upstairs and if you throw it to your left it would be thrown upstairs, so use like:
moveitems('gold coin', ground(posx() - 1, posy(), posz()), '', 100)

Try to play with that to find the location.

#3
Thank you i will try



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016