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
REQUEST SCRIPT FOR RUNE
#1
Hello,

- How do I drop an item at a specific waypoint without walking to the waypoint?

- How do I take a specific item from the main backpack and drop it at the specific waypoint?

- How do I get an item under me and put it in the main backpack?

- how do i pick up a specific item under me and drop it at a specific waypoint without walking to the waypoint

I need to drop backpack of runes finished inside the house without going into the house and doing the same thing with the fish that fell on the floor because they no longer have the capacity. I also need to take the item under me and put it in the main backpack.
Reply

#2
Hello.

1. Your request is confuse, waypoint is a bot "tool". I think you meant How to drop something on a LOCATION/POSITION without walking into it, right?
moveitems('gold coin', ground(X, Y, Z), 'red backpack', 100)
Move 100 gold coins (a single stack) from red backpack to ground on X, Y, Z.
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.


2. Well, you can use Action wpt to run a lua script using same code above or Drop waypoint.

3. Same answer as well, you just need to invert the parameters.
moveitems('gold coin', 'red backpack', ground(X, Y, Z), 100)
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.



4. Same answer xD... you just need to invert the parameters.
moveitems('gold coin', ground(X_1, Y_1, Z_1), ground(X_2, Y_2, Z_2), 100)
Move 100 gold coins (a single stack) from ground X_2, Y_2, Z_2 to ground X_1, Y_1, Z_1.
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.
Reply

#3
Thanks for helping.
I really expressed myself badly, I didn't mean a waypoint, but a specific position.
I have another question:


- How do I open all the backpacks that are with me?

- How do I drop the backpack at a specific point with the condition to do this only when I have done 20 HMM runes?



moveitemsonto(string/number item, string/number OnToItem, number Index, string ToItem, string From, number Amount)
Reply

#4
Hello.

1.
openitem(string/number item, string location, bool newWindow, number Index) [void]: Open an item located inside your containers, inventory or ground, depends of your location choice.
openitemslot(number slotNumber, string location, bool newWindow) [void]: Open an item based on slot.

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


2. Use itemcount to know how many made runes you have then moveitems() to drop.
itemcount(string/number item, optional string location name, optional boolean countEquipments) [number]: Represent the amount of defined items found on opened containers.
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply

#5
Hi,

For "openitem" what should I put in *string location*, what should I put in *bool newWindow* and what should I put in *number Index*.
I didn't understand this command very well.

For "itemcount" what should I put in *optional string location name* and what should I put in*optional boolean countEquipments*.
I didn't understand this command very well.

Thanks for listening, you are teaching me a lot!
Reply

#6
Hello.

I did not understand your question, it is written exactly what you should put and the type of parameter.

Don't get me wrong, I'm always here to help users and I'm really glad that you wanna learn! But i think that you are not learning, but copying the codes and probably changing them as needed. So you will never actually learn i guess.

I recommend that you learn the basics of LUA, then you will be able to do anything using LUA scripts on Bot. Because knowing only the basics, you will be able to make simple and perhaps even more complex scripts like a refiller, etc. Because you will know how to use conditional statements, loops and the types of variables.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016