Signup Now
Results 1 to 9 of 9
  1. #1
    Free User
    Join Date
    Dec 2014
    Location
    Brazil
    Posts
    75
    Reputation
    10
    Rep Power
    19

    Cool Open next backpack while depotaction is running

    I have this code to depot my items:

    depotaction('mainbp', 'item', {'c','loot', 'a','lootstack'})


    Its working fine once you do not fill the whole backpack. While depotting your loot, it does not open the destiny backpack, it only throws the item in there, so once it gets full it does not open the next one.
    Is there a way to fix it ?
    Last edited by JoselitoVL; 05-25-2015 at 12:24 AM.

  2. #2
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Try turning the opening backpack feature off first? Like so:

    setsetting('Looting/OpenNextBP', 'no')
    depotaction('mainbp', 'item', {'c','loot', 'a','lootstack'})
    setsetting('Looting/OpenNextBP', 'yes')



  3. #3
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    depotaction() already does that StaR, I think you have misnamed a backpack or you have them placed wrong.

    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
    Dec 2014
    Location
    Brazil
    Posts
    75
    Reputation
    10
    Rep Power
    19
    Quote Originally Posted by ozzix View Post
    depotaction() already does that StaR, I think you have misnamed a backpack or you have them placed wrong.
    If that was the case, would the software place the items in the right backpacks destinations ?

  5. #5
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by JoselitoVL View Post
    If that was the case, would the software place the items in the right backpacks destinations ?
    if would sort of placce them correctly, depending on how much wrong one has set it up, cant tell without looting settings and bp pics though

    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]

  6. #6
    Free User
    Join Date
    Dec 2014
    Location
    Brazil
    Posts
    75
    Reputation
    10
    Rep Power
    19
    Quote Originally Posted by ozzix View Post
    if would sort of placce them correctly, depending on how much wrong one has set it up, cant tell without looting settings and bp pics though
    depot.jpg

    when depotaction is running, it keeps the Depot Chest the same way as the image shows. It does not open the backpack, just throw the item there.

    Once the fur backpack / loot is full, it stops to deposit items. Also, as I said before, it does not open the backpacks in Depot Chest, so it cant open the next one...
    Maybe if I could make him open the backpack destination it would open the next...
    Any tips?

  7. #7
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by JoselitoVL View Post
    depot.jpg

    when depotaction is running, it keeps the Depot Chest the same way as the image shows. It does not open the backpack, just throw the item there.

    Once the fur backpack / loot is full, it stops to deposit items. Also, as I said before, it does not open the backpacks in Depot Chest, so it cant open the next one...
    Maybe if I could make him open the backpack destination it would open the next...
    Any tips?
    first off, your main(dp)bp should be placed in the dp, and INSIDE that you should have your stack and rares bps, and they shouldnt be bp in bp. they should be placed to that after u open the maindpbp you should se for ex 16 rare bp and 4 stack bp

    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]

  8. #8
    Free User
    Join Date
    Dec 2014
    Location
    Brazil
    Posts
    75
    Reputation
    10
    Rep Power
    19
    Quote Originally Posted by ozzix View Post
    first off, your main(dp)bp should be placed in the dp, and INSIDE that you should have your stack and rares bps, and they shouldnt be bp in bp. they should be placed to that after u open the maindpbp you should se for ex 16 rare bp and 4 stack bp
    Omg, Now i got it. That's why the function turns 'open next bp' off... I'm so stupid '-'

    So lets pretend that my MainDPbp is a blue blackpack, inside it I have nostack (fur backpack) & stack(red backpack). The script would be like:

    depotaction('blue backpack', 'item', {'c','loot', 'a','lootstack'})

  9. #9
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by JoselitoVL View Post
    Omg, Now i got it. That's why the function turns 'open next bp' off... I'm so stupid '-'

    So lets pretend that my MainDPbp is a blue blackpack, inside it I have nostack (fur backpack) & stack(red backpack). The script would be like:

    depotaction('blue backpack', 'item', {'c','loot', 'a','lootstack'})
    ye that should be correct

    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]

 

 

Tags for this Thread

Posting Permissions

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