Signup Now
Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 74
  1. #21
    Wind Powered
    Join Date
    Jan 2014
    Posts
    126
    Reputation
    10
    Rep Power
    21
    Quote Originally Posted by danielcb View Post
    Thanks a lot @Dehan, this is an awesome action, would be interesting if this put rashid items on 1 depot and blue on other one and green djinns on other one D:, that would be f.... awesome but i think that's too much to ask XD
    Just made, you can check here: https://forums.tibiawindbot.com/show...sing-Container

  2. #22
    Free User
    Join Date
    Jun 2014
    Posts
    173
    Reputation
    33
    Rep Power
    20
    would be nice to combine this action with this one https://forums.tibiawindbot.com/show...-10-90-updated
    so it would sort items on depot boxes haha

  3. #23
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    Quote Originally Posted by sadak View Post
    @Dehan @siwylkw it would be awesome!
    Quote Originally Posted by siwylkw View Post
    @Dehan Can you create depot box withdrawer? For example thunderstorm runes.
    Here we go: https://forums.tibiawindbot.com/show...Box-Withdrawer

    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

  4. #24
    Free User
    Join Date
    May 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0
    Work!
    Last edited by Grzegorz; 04-24-2016 at 06:14 PM.

  5. #25
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Hello,

    I implemented this code but it is only depositing loots from the first loot backpack.

    How do I solve it please?


    Thanks


    <code>
    local main = getuseroption('mainbp')
    local loot = getuseroption('lootbp')
    local supplies = getuseroption('supplybp')
    local gold = getuseroption('goldbp')
    wait(1200)

    closewindows()
    wait(200)

    setsetting('Cavebot/WalkingMethod', 'Walk With Map-Clicks')
    setsetting('Looting/OpenNextBP', 'no')

    openitem(main, "back")
    wait(500,1000)
    openitem(loot, main)
    wait(500, 1000)



    -- Depot action
    --### Dehan's Depot Boxes Depositer v1.0.0 ###

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

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

    setsetting('Looting/OpenNextBP', 'no')
    waitping()
    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) and (emptycount(lootingBp) == 0) then
    openitem(lootingBp, lootingBp, false)
    waitcontainer(lootingBp, false)
    else
    break
    end
    wait(100)
    end



    -- Close windows and open main & supplies
    closewindows()
    wait(2000)
    while(windowcount() < 2) do
    openitem(main, 'back')
    wait(500,1000)
    openitem(supplies, main, true)
    wait(500,1000)
    end
    resizewindows()

    -- Check if we have supplies, if < maxbuy go buy, else go spawn


    </code>

  6. #26
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    @sek you should change the lootingBp = 'jewelled backpack' on the third line of my code to getuseroption('lootbp') aswell

    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

  7. #27
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Hello Dehan,

    this is a nice code. I edited it, but it only take loots from my first lootbp. I have a lot or beach backpacks one inside the other.

    How do I make it deposit ALL loots from ALL lootbp i have?


    Thanks a lot and congrats!

  8. #28
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by sek View Post
    Hello Dehan,

    this is a nice code. I edited it, but it only take loots from my first lootbp. I have a lot or beach backpacks one inside the other.

    How do I make it deposit ALL loots from ALL lootbp i have?


    Thanks a lot and congrats!
    pickup your lootbps and run script
    Helped you? REP+

  9. #29
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    what do u mean?

  10. #30
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Can anyone help me to this script send ALL loots from my 10 lootbp ( beach backpacks ).

    Thanks

 

 

Posting Permissions

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