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
Need a simple action
#1
Need a action to drop gold
Reply

#2
Hello.

Cavebot->Drop waypoint can be used to drop items on a specific sqm.

However, you can use a LUA scripts to do the same.
dropitems(ground(POSX, POSY, POSZ), 'gold coin')

This alternative version will drop under your character position.
dropitems('gold coin')

You can use this same code for multiple items

dropitems(ground(POSX, POSY, POSZ), 'gold coin', 'battle axe', 'battle shield', 'bolt')
dropitems('gold coin', 'battle axe', 'battle shield', 'bolt')
Reply

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

#4
|Only Registered members can see download links. | Click here to buy subscription or here to register.
a golden mug bug ;/ 

put and and bug
put item id and bug

have other cod for drops by ids?
Reply

#5
Hello.

You must use item name only if you are sure that Bot have it on its database. You can check it by trying to add this item as a loot on Looter. So when you write the item's name on the name field, if Bot have it on its database then will show the autocomplete popup.

If Bot don't have on its database then you must use its ID instead.

Please, paste the code that you are trying to use here.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016