Signup Now
Results 1 to 6 of 6
  1. #1
    Free User godorluis's Avatar
    Join Date
    Jan 2014
    Posts
    39
    Reputation
    11
    Rep Power
    0

    Opening Backpack

    Well, basically im having problems while opening Backpacks.

    Bot does only open the main backpack,after that it get stuck trying to opening the other ones. Im sure its not my problem since i have already tried it with 4 scripts and all them are having the same problems.


    Is anyone el having this problem too?

  2. #2
    Free User
    Join Date
    Dec 2013
    Posts
    43
    Reputation
    10
    Rep Power
    0
    Have you got them set up correctly in :/looting/settings/looting destinations???

    and if you do
    I have found that the order the BPs are in your main backpack makes a difference

    my set up

    -- Open BPs 6
    local mainbp = getlootingdestination('mainbp')
    local lootbp = getlootingdestination('lootbp')
    local loot2bp = getlootingdestination('loot2bp')
    local loot3bp = getlootingdestination('loot3bp')
    local supplybp = getlootingdestination('supplybp')
    local goldbp = getlootingdestination('goldbp')

    my loot bp is first in main bp ....
    then loot2 bp

    so they are opened in order
    that fixed my open backpack probs
    hope it works for you

  3. #3
    Free User godorluis's Avatar
    Join Date
    Jan 2014
    Posts
    39
    Reputation
    11
    Rep Power
    0
    Thanks for the idea, but unfortunately it's not working!.

    Every script i test, has the same problem with my computer, not opening backpack. I have even bought the same backpacks that the scripter used and nothing

    Any ideas?

  4. #4

  5. #5
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    try to add 3 pics here, from looting, ur backpacks and the action to open backpacks
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  6. #6
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    try this one

    --BPs
    closewindows(main, '0') wait(700,1000)
    closewindows(supply, '1') wait(700,1000)
    closewindows(lootbp, '2') wait(700,1000)
    closewindows(gold, '3') wait(700,1000)


    local main = getlootingdestination('main')
    local lootbp = getlootingdestination('lootbp')
    local supply = getlootingdestination('supply')
    local gold = getlootingdestination('gold')

    closewindows()
    while windowcount() < 4 do
    closewindows()
    wait(1234,3210)
    openitem(main, "back", true)
    wait(1234,3210)
    resizewindows()
    wait(1234,3210)
    openitem(supply,main,'opennew')
    wait(1234,3210)
    resizewindows()
    wait(1234,3210)
    openitem(lootbp,main,'opennew')
    wait(1234,3210)
    resizewindows()
    wait(1234,3210)
    openitem(gold,main,'opennew')
    wait(1234,3210)
    resizewindows()
    end

 

 

Posting Permissions

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