Signup Now
Results 1 to 2 of 2
  1. #1
    Free User Rokotsu's Avatar
    Join Date
    May 2015
    Posts
    40
    Reputation
    10
    Rep Power
    0

    WinbBot 11 won't open backpacks properly

    Hi,

    My characters tries to open backpack by opener action and unfortunately they don't open it properly.

    In result my characters gets stuck.

    Does anyone have the same issue?
    How did you resolved that problem?


    This problem happens only on WInd 11.
    when I open script on Wind 10 it's working fine.

    Example:

    Code:
    --Location check / Settings
    setsetting('Looting/OpenNextBP', 'no')
    setlooting("no")
    settargeting("no")
    if not islocation(2) then
    	gotolabel("ToNibelor", "ToHunt")
    else
    	local supplybp = getuseroption('SuppliesBP')
    	local lootbp = getuseroption('LootBP')
    	local goldbp = getuseroption('GoldBP')
    
    	closewindows()
    	while windowcount() < 3  do
    		closewindows() wait(500,800)
    		openitem(0, "back", true) wait(500,800)
                    resizewindows()
    		openitem(supplybp,0,true) wait(500,800)
                    resizewindows()
    		openitem(lootbp,0,true) wait(500,800)
                    resizewindows()
    		openitem(goldbp,0,true) wait(500,800)
    		resizewindows()
    	end
    end
    
    setsetting('Looting/OpenNextBP', 'yes')
    setsetting('Looting/Enabled', 'yes')
    setsetting('Targeting/Enabled', 'yes')
    BR

  2. #2
    Free User
    Join Date
    Aug 2015
    Posts
    766
    Reputation
    77
    Rep Power
    19
    had the same problem on T10 last time;/
    http://i.imgur.com/s0aimHt.gif
    http://i.imgur.com/AuTCF8V.gifhttp://i.imgur.com/GRTa9fA.gif


    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

 

 

Posting Permissions

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