Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    And its Depot Chest > Expedition Backpack

    Attached the image.
    Attached Images Attached Images

  2. #12
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Hmm, I think it's the bot - when I try open backpacks normally, same code I've been using for lots of other scripts - it fails all the time, opening some bps and then close them again.

    Code:
    --open backpacks
    local mainbp = getlootingdestination('mainbp') -- set it to Yours in Looting section ('mainbpname') its destination of your backpack
    local lootbp = getlootingdestination('lootbp') -- set it to Yours in Looting section ('lootbpname') its destination of your backpack
    local stackbp = getlootingdestination('stackbp') -- set it to Yours in Looting section ('lootbpname') its destination of your backpack
    local goldbp = getlootingdestination('goldbp') -- set it to Yours in Looting section ('goldbpname') its destination of your backpack
    local supplybp = getlootingdestination('supplybp') -- set it to Yours in Looting section ('supplybpname') its destination of your backpack
    
    setsetting('Looting/OpenNextBP', 'no')
    while (windowcount(mainbp) == 0) or (windowcount(lootbp) == 0) or (windowcount(stackbp) == 0) or (windowcount(goldbp) == 0) or (windowcount(supplybp) == 0)
    do
    closewindows()
    wait(300,500)
    openitem(mainbp, "back", true)
    wait(500,1500)
    openitem(lootbp, mainbp, true)
    wait(500,1500)
    resizewindows()
    wait(300,500)
    openitem(stackbp, mainbp, true)
    wait(500,1500)
    resizewindows()
    wait(300,500)
    openitem(goldbp, mainbp, true)
    wait(500,1500)
    resizewindows()
    wait(300,500)
    openitem(supplybp, mainbp, true)
    wait(500,1500)
    resizewindows()
    wait(300,1500)
    end
    setsetting('Looting/OpenNextBP', 'yes')
    What could be wrong? Didn't change anything special as I can think of.

    EDIT: Solved by restarting bot few times & PC. -.^
    Last edited by TibiaDealer; 01-28-2014 at 08:58 PM.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •