Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: new depots

  1. #1
    Free User
    Join Date
    Mar 2015
    Posts
    1
    Reputation
    10
    Rep Power
    0

    Arrow new depots

    i want know what i can do for open the new system of depots i was try using "depot chest XVI "
    but dont works !!!

  2. #2
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    either add setfavoritedepot(16) before you depot action, or just move the bp to chest I, prolly easier for you

    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]

  3. #3
    Free User
    Join Date
    May 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    I have the same problem here. I tried everything I read here and the backpack's still not working. Please help us!

  4. #4
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    and which box are you trying to use? what depot action do you have? etc etc. opendepot() will open box 1 by default

    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]

  5. #5
    Free User
    Join Date
    May 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    I'm using all my backpack in Depot 1. But all my scripts open Depot 1 and get stuck there. It does not open the Main Depot Backpack. I really don't know what is the problem since it opens the Depot 1.

  6. #6
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    And which script are you using? What's the depot action?

    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]

  7. #7
    Free User Dragon Lord's Avatar
    Join Date
    Jun 2014
    Posts
    123
    Reputation
    10
    Rep Power
    20
    Quote Originally Posted by Akhroma View Post
    I'm using all my backpack in Depot 1. But all my scripts open Depot 1 and get stuck there. It does not open the Main Depot Backpack. I really don't know what is the problem since it opens the Depot 1.
    Probaly there are a few actions that still have the old name ("depot chest") so your cavebot get stuced, post the action here and I will quick fix for you. It happened to me on the first time I was fixing some scripts yesterday.

  8. #8
    Free User
    Join Date
    May 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    I'm using Liberty Bay's Wyrm x2 by IMBA. I can't tell what is the action, I'm not a scripter

  9. #9
    Free User
    Join Date
    May 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    I guess this is the action.

    -- Depositing

    setsetting('Looting/OpenNextBP', 'no')
    reachgrounditem("depot")
    closewindows()
    waitping()
    while (windowcount(lootBp) < 1) do
    openitem(0, "back")
    waitping()
    openitem(lootBp)
    waitping()
    resizewindows()
    end

    while itemcount(lootBp, lootBp) > 0 do
    openitem(lootBp, lootbp, false)
    waitping()
    end

    depotaction('maindpbp', 'lootbp', {'a', 'stackdpbp', 'b', 'lootdpbp'})

    waitping()
    higherwindows(lootBp, true)
    waitping()
    higherwindows(mainDpBp, true)

  10. #10
    Free User
    Join Date
    May 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Fixed guys. Thanks for your time!

 

 

Posting Permissions

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