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
Support - Elderan - Different BP (Golden sack)
#1
Hello
On Elderan we have a custom "backpack" with like.. 1000 slots, used to gold.
But how can i use OTBot to place gold into it?

I tried to type "golden sack" instead of "backpack" or "blue backpack", etc.. But probably the bot does not recognize the backpack only by the name

There is any way?
Reply

#2
You can use the window name, container id or index.
Whats the id of that bp?
Reply

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

Item id: 5127 (I used the bot with lua script to see on belt spot)

You see a gold sack (Vol: 200).
It weighs 25.70 oz.
It contains a Gold sack

Can i place container ID instead of the name? Example: 5127 instead of "blue backpack"?
Reply

#4
Hello.

Yes, you can use container id, container name (not in this case, because it's not in our DB), window index or window name.
Reply

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

not working yet

|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.loading="lazy" alt="[Image: tDZOLNt.png]" class="mycode_img" />
Reply

#6
That's weird, so use window index.
Reply

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

I tried:

gold sack
5127
container index 0
container index 1
container index 2
container 0
container 1
container 2
0
1
2

there are more alternativities?
Reply

#8
No, window index should work fine except if you are doing something wrong.
Reply

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

When you say "window index" you mean this?


|Only Registered members can see download links. | Click here to buy subscription or here to register.
|Only Registered members can see download links. | Click here to buy subscription or here to register.loading="lazy" alt="[Image: 2S9uwmf.png]" class="mycode_img" />
Reply

#10
Hello.

That's items slots. Containers/windows index are the number give to each container window by the game-client when you open it. It's zero based.
If you close all your container windows then open a backpack, it will have index 0. The next one will have index 1, etc.
local containers = getcontainers()
for _, cont in ipairs(containers) do
    print('Name: ', cont.name, 'Index:', cont.index)
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016