Signup Now
Results 1 to 6 of 6

Thread: reset backpack

  1. #1
    Free User
    Join Date
    Apr 2014
    Posts
    33
    Reputation
    10
    Rep Power
    0

    reset backpack

    Hey i have problem with restart backpack after depositer items

    i havve :

    local mainbp = getlootingdestination('mainbp')
    local suppbp = getlootingdestination('suppbp')
    local goldbp = getlootingdestination('goldbp')
    local lootbp = getlootingdestination('lootbp')



    closewindows()
    wait(1000)
    while windowcount(suppbp) < 1 do
    closewindows()
    wait(1000)
    openitem(0, 'back')
    wait(500,1000)
    resizewindows(0, '0')
    wait(500,1000)
    openitem(suppbp, mainbp, true)
    wait(500,1000)
    resizewindows(0, '1')
    wait(500,1000)
    end
    while windowcount(lootbp) == 0 do
    openitem(lootbp, mainbp, true)
    wait(500,1000)
    resizewindows(0, '2')
    wait(500,1000)
    end
    while windowcount(goldbp) == 0 and getuseroption("goldbp") do
    closewindows()
    wait(1000)
    openitem(0, 'back')
    wait(500,1000)
    resizewindows(0, '1')
    wait(500,1000)
    openitem(suppbp, mainbp, true)
    wait(500,1000)
    resizewindows(0, '3')
    wait(500,1000)
    end


    script and reset al. backpack only gold no


    po polsku

    witam mam takiego skrypta i po refilu resetuje mi wszystkie backpacki ale bp z goldem nie otwiera wogole? dlaczego?

  2. #2
    Free User
    Join Date
    Aug 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Hello, i've got the same problem. Backpack with gold isn't reopen after refill. Anyone have ideas how to fix it?

  3. #3
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Abahazumarabi View Post
    Hey i have problem with restart backpack after depositer items

    i havve :

    local mainbp = getlootingdestination('mainbp')
    local suppbp = getlootingdestination('suppbp')
    local goldbp = getlootingdestination('goldbp')
    local lootbp = getlootingdestination('lootbp')



    closewindows()
    wait(1000)
    while windowcount(suppbp) < 1 do
    closewindows()
    wait(1000)
    openitem(0, 'back')
    wait(500,1000)
    resizewindows(0, '0')
    wait(500,1000)
    openitem(suppbp, mainbp, true)
    wait(500,1000)
    resizewindows(0, '1')
    wait(500,1000)
    end
    while windowcount(lootbp) == 0 do
    openitem(lootbp, mainbp, true)
    wait(500,1000)
    resizewindows(0, '2')
    wait(500,1000)
    end
    while windowcount(goldbp) == 0 and getuseroption("goldbp") do
    closewindows()
    wait(1000)
    openitem(0, 'back')
    wait(500,1000)
    resizewindows(0, '1')
    wait(500,1000)
    openitem(suppbp, mainbp, true)
    wait(500,1000)
    resizewindows(0, '3')
    wait(500,1000)
    end


    script and reset al. backpack only gold no


    po polsku

    witam mam takiego skrypta i po refilu resetuje mi wszystkie backpacki ale bp z goldem nie otwiera wogole? dlaczego?
    nothing in that action will open goldbp
    Quote Originally Posted by Jareckii View Post
    Hello, i've got the same problem. Backpack with gold isn't reopen after refill. Anyone have ideas how to fix it?
    depends on the script

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  4. #4
    Free User
    Join Date
    Aug 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    @up ozzix
    could you help me with this if i send for you a script? i can pay for this on morta

  5. #5
    Free User
    Join Date
    Apr 2014
    Posts
    33
    Reputation
    10
    Rep Power
    0
    or can u add this script reopen gold backpack? ;>

  6. #6
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    local mainbp = getlootingdestination('mainbp')
    local goldbp = getlootingdestination('goldbp')
    if windowcount(goldbp) ~= 1 then
    wait(500,1000)
    openitem(goldbp, mainbp, true)
    wait(500,1000)
    resizewindows()
    end

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

 

 

Posting Permissions

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