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
reopen backpack after despoit
#1
Is there any script to reopen the backpacks after depositing the money?

because he goes taking the money and opening other backpacks and does not return to the first, is in the last forever
Reply

#2
Hello.

That depends pretty much on your backpack organization, but you can try to use this script.

This script will go back to the first backpack and open the first container.
On "CONTAINER_INDEX_NAME ", you should use container's name only if you are using a single backpack type ('red backpack for example) for gold only and nothing else. Otherwise, you should use INDEX, which is zero-based in the order that you opened it.
So if you have red backpacks for gold and loot then you should use index.

local CONTAINER_INDEX_NAME = 'red backpack' -- You can use container's index or name.

local container = getcontainer(CONTAINER_INDEX_NAME)

if container.index >= 0 then
  local index = container.index
  local lastId = container.id
  while container.hasparent and container.index >= 0 do
    lastId = container.id
    higherwindow(index)
    wait(500)
    container = getcontainer(index)
  end

  openitem(lastId, container.index)
  wait(1000)
end
Reply

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

how to use it?
Reply

#4
|Only Registered members can see download links. | Click here to buy subscription or here to register.
That depends on you. If you wanna reopen after depositing gold then you on the same action you use to deposit or so.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016