Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Oct 2018
    Posts
    1
    Reputation
    10
    Rep Power
    0

    Post Depositer help! 2018-10-18!! NEW TODAY

    hello brothers! u seem like u know alot about windbot.. cant get a hold of someone to solve my problem... im trying to use this Depot box depositer but i wont get it to walk to the acutall depot locker and begin.. it just walks off right into the corner and stops...






    --### 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

  2. #2
    Free User
    Join Date
    Oct 2018
    Posts
    1
    Reputation
    10
    Rep Power
    0
    reachgrounditem("depot")
    wait(1000,1200)

  3. #3
    Free User
    Join Date
    Jan 2014
    Posts
    28
    Reputation
    18
    Rep Power
    0
    Is this bot still working? .-.

 

 

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
  •