Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    Jun 2016
    Posts
    38
    Reputation
    10
    Rep Power
    0

    problem backpack :(

    hello
    i have problem on tibia 10 , windbot dont open 4 backpack, because tibia add "GET TIBiA 11" , can someone help me or tell what i must do to open 4 bp?

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by gofeer View Post
    hello
    i have problem on tibia 10 , windbot dont open 4 backpack, because tibia add "GET TIBiA 11" , can someone help me or tell what i must do to open 4 bp?
    https://forums.tibiawindbot.com/show...l=1#post501474

    Test minimize equips, close window battle

  3. #3
    Free User
    Join Date
    Apr 2015
    Posts
    2
    Reputation
    10
    Rep Power
    0
    Use infinite screen you can edit window size

  4. #4
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by nespretron View Post
    Use infinite screen you can edit window size
    I know nothing of infinite screen. What you can do is have the char minimize the equips.

    --AutoOpenBP
    auto(1000)
    local useAutoBP = true --check, if use auto open bp
    local MinimizeEquip = true
    --Checks
    local useSupBP = true --check, if use supbp
    local useExtraBP = true --check, if use extrabp
    local useExtraBP2 = false --check, if use extrabp2
    local useLootBP = true --check, if use lootbp
    local useGoldBP = true --check, if use goldbp
    --Destination
    local mainbp = itemname($back.id)
    local supplybp = getlootingdestination('supplybp') --check you looting destination, name supbp
    local extrabp = getlootingdestination('extrabp') --check you looting destination, name extrabp
    local extrabp2 = getlootingdestination('extrabp2') --check you looting destination, name extrabp2
    local lootbp = getlootingdestination('lootbp') --check you looting destination, name lootbp
    local goldbp = getlootingdestination('goldbp') --check you looting destination, name goldbp


    if $connected then
    if useAutoBP then
    if not $pzone then
    if MinimizeEquip then
    while windowcount(mainbp) == 0 do
    restorewindows('equip')
    end
    while windowcount(mainbp) == 1 do
    minimizewindows('equip')
    end
    end
    while windowcount(mainbp) == 0 do
    pausewalking(2000)
    wait(200,400)
    closewindows()
    openitem(0,'back')
    wait(200,400)
    pausewalking(0)
    resizewindows()
    end
    if useSupBP then
    while windowcount(supplybp) == 0 and windowcount(mainbp) == 1 do
    pausewalking(2000)
    openitem(supplybp,mainbp,true)
    wait(200,400)
    pausewalking(0)
    resizewindows()
    end
    end
    if useExtraBP then
    while windowcount(extrabp) == 0 and windowcount(mainbp) == 1 do
    pausewalking(2000)
    openitem(extrabp,mainbp,true)
    wait(200,400)
    pausewalking(0)
    resizewindows()
    end
    end
    if useExtraBP2 then
    while windowcount(extrabp2) == 0 and windowcount(mainbp) == 1 do
    pausewalking(2000)
    openitem(extrabp2,mainbp,true)
    wait(200,400)
    pausewalking(0)
    resizewindows()
    end
    end
    if useLootBP then
    while windowcount(lootbp) == 0 and windowcount(mainbp) == 1 do
    pausewalking(2000)
    openitem(lootbp,mainbp,true)
    wait(200,400)
    pausewalking(0)
    resizewindows()
    end
    end
    if useGoldBP then
    while windowcount(goldbp) == 0 and windowcount(mainbp) == 1 do
    pausewalking(2000)
    openitem(goldbp,mainbp,true)
    wait(200,400)
    pausewalking(0)
    resizewindows()
    end
    end
    end
    end
    end


    I put it so that whenever it opens the mainbp it will open the equips window and then minimize.

  5. #5
    Free User
    Join Date
    Aug 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by gofeer View Post
    hello
    i have problem on tibia 10 , windbot dont open 4 backpack, because tibia add "GET TIBiA 11" , can someone help me or tell what i must do to open 4 bp?

    dude it happends the same to me

 

 

Posting Permissions

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