Signup Now
Page 1 of 8 123 ... LastLast
Results 1 to 10 of 74
  1. #1
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26

    Depot Boxes Depositer

    Depot Boxes Depositer

    - How does it works?
    It will deposit your loots (from loot list) on the depot boxes - as shown on the image above -, since the latest update you can put as many items as you wish on each box, so it makes an infite depositer!

    - Code:
    --### Dehan's Depot Boxes Depositer v1.0.0 ###

    lootingBp = 'jewelled backpack'
    nonstackableNumber = 1
    stackableNumber = 2

    --[[DO NOT EDIT BELOW THIS LINE]]--

    setsetting('Looting/OpenNextBP', 'no')
    waitping()
    closewindows() wait(1500)
    while windowcount(lootingBp) == 0 do
    closewindows() wait(1000)
    openitem($back.id,'back') wait(1000)
    openitem(lootingBp,itemname($back.id),true) wait(1000)
    resizewindows()
    end
    while windowcount("Depot Chest") == 0 do
    opendepot(true)
    wait(300)
    openitem(3502)
    wait(500)
    end

    depotId = 22796
    stackableId = depotId + stackableNumber
    nonstackableId = depotId + nonstackableNumber

    while (true) do
    foreach lootingitem i do
    while itemcount(i.id, lootingBp) > 0 do
    if itemproperty(i.id, 5) then
    moveitemsonto(i.id, stackableId, 1, 'depot chest', lootingBp, 100)
    else
    moveitemsonto(i.id, nonstackableId, 1, 'depot chest', lootingBp, 100)
    end
    end
    end
    if (itemcount(lootingBp, lootingBp) > 0) then
    openitem(lootingBp, lootingBp, false)
    waitcontainer(lootingBp, false)
    else
    break
    end
    wait(100)
    end
    Last edited by Dehan; 06-24-2016 at 08:14 PM.

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Good Job
    Helped you? REP+

  3. #3
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Well done Dehan!


    Visit:
    (◣_◢)

  4. #4
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    Good Job !
    Last edited by Dworak; 02-21-2016 at 09:17 PM.

  5. #5
    Free User Kostek's Avatar
    Join Date
    Dec 2013
    Posts
    706
    Reputation
    77
    Rep Power
    22
    This is great, thank you Dehan. Would it be too much to ask for one that sorts Rashid/Djinns into separate boxes?

    Trade History
    Sold 323 ED to @Joel
    Sold 166 MS to @tibiastore
    Bought 187 RP on Morta from @Dworak
    Bought 233 MS on Morta from @biffwille
    Sold 250 ED to @CipusMikus
    Sold 263 MS on Morta to @Pukez
    Sold 198 EK on Morta to @NadiR
    Bought 193 ED on Morta from @Zlotowka
    Sold 210 EK on Xylana to @Dragoon




  6. #6
    Free User pirudma's Avatar
    Join Date
    Sep 2015
    Posts
    9
    Reputation
    10
    Rep Power
    0
    good job man xD

  7. #7
    Free User mave's Avatar
    Join Date
    Sep 2014
    Posts
    139
    Reputation
    19
    Rep Power
    20
    how this action gonna know which items are rare and stackable? where to edit it?

  8. #8
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    Quote Originally Posted by mave View Post
    how this action gonna know which items are rare and stackable? where to edit it?
    It is based on your Loot List. Don't need to edit anywhere, it checks automatically if it is stackable or not.

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  9. #9
    Free User
    Join Date
    Oct 2014
    Posts
    16
    Reputation
    10
    Rep Power
    0
    Well done! thx

  10. #10
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    Can make something to sort djinn/rashid?

 

 

Posting Permissions

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