Signup Now
Results 1 to 2 of 2
  1. #1
    Free User Zool's Avatar
    Join Date
    Aug 2014
    Posts
    113
    Reputation
    16
    Rep Power
    20

    Problem with script

    Why this script opening backpack and then closing them?
    I dont want bot to close "Loot bp".
    I want bot to keep open "Loot bp"

    script :
    -- Open Backpacks
    local MainBP = getuseroption("MainBP")
    local LootBP = getuseroption("LootBP")

    setsetting('Looting/OpenNextBP', 'no')

    closewindows()
    wait(1000)
    openitem(MainBP, 'back', true)
    wait(400,600)
    resizewindows(MainBP)

    openitem(LootBP, MainBP, true)
    wait(400,600)
    resizewindows(LootBP)
    wait(300,700)
    closewindows(MainBP)
    wait(1000)

    while itemcount(LootBP, LootBP) >= 1 do
    openitem(LootBP, LootBP, false)
    wait(600,800)
    end

  2. #2
    Free User Zool's Avatar
    Join Date
    Aug 2014
    Posts
    113
    Reputation
    16
    Rep Power
    20
    Bump?

 

 

Posting Permissions

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