Signup Now
Results 1 to 4 of 4
  1. #1
    Free User xwclx's Avatar
    Join Date
    Jul 2015
    Location
    Radiants
    Posts
    101
    Reputation
    9
    Rep Power
    0

    Open backpack bugging?

    i dont understand why

    im using
    closewindows()
    if $cap > 100 then
    openitem(0, 'back')
    wait(1000)
    openitem(goldbp, mainbp, true)
    wait(1000)
    openitem(lootbp, mainbp, true)
    wait(1000)
    end
    resizewindows()
    setsetting('Looting/OpenNextBP', 'yes')


    and dont work. just goldbp oppening...
    i changed lootdp for yellow backpack and work...
    but in loot setting are configured fine..
    lootbp = yellow backpack;...
    i dont understand why dont working
    yesterday are worked fine

  2. #2
    Free User xwclx's Avatar
    Join Date
    Jul 2015
    Location
    Radiants
    Posts
    101
    Reputation
    9
    Rep Power
    0
    i dont know why, but bot considering lootbp and goldbp the same

  3. #3
    Free User xwclx's Avatar
    Join Date
    Jul 2015
    Location
    Radiants
    Posts
    101
    Reputation
    9
    Rep Power
    0
    bump!

  4. #4
    Free User
    Join Date
    Nov 2015
    Posts
    90
    Reputation
    10
    Rep Power
    17
    try to replace "mainbp" with 0
    not sure but also maybe try that



    PHP Code:
    closewindows()
    if 
    $cap 100 then
        openitem
    (0"back"true)
            
    wait(7001000)
            
    resizewindows()
            
    wait(7001000)
        
    openitem(goldbp0true)
            
    wait(7001000)
            
    resizewindows()
            
    wait(7001000)
        
    openitem(lootbp0true)
            
    wait(7001000)
            
    resizewindows()
            
    wait(7001000)
    end
    resizewindows
    () 
    not sure if that would work i just copied another script

 

 

Posting Permissions

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