Signup Now
Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 74
  1. #31
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by sek View Post
    Can anyone help me to this script send ALL loots from my 10 lootbp ( beach backpacks ).

    Thanks
    --OpenBP Deposit
    closewindows()
    wait(1000)
    while windowcount(lootbp) == 0 do
    closewindows()
    wait(1000)
    openitem(0, 'back')
    wait(1000)
    openitem(lootbp, mainbp, false)
    wait(1000)
    end

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

  2. #32
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    I will try that later Cisco. Thanks

  3. #33
    Free User kirro's Avatar
    Join Date
    Jul 2015
    Posts
    336
    Reputation
    121
    Rep Power
    19
    good job, appreciate it





    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  4. #34
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    No, it doesnt work.
    It only sent loots from the first lootbp.

    ;((

  5. #35
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by sek View Post
    No, it doesnt work.
    It only sent loots from the first lootbp.

    ;((
    --### Dehan's Depot Boxes Depositer v1.0.0 ###

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

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

    --OpenBP Deposit
    setsetting('Looting/OpenNextBP', 'no')
    closewindows()
    wait(1000)
    while windowcount(lootbp) == 0 do
    closewindows()
    wait(1000)
    openitem(0, 'back')
    wait(1000)
    openitem(lootbp, mainbp, false)
    wait(1000)
    end

    --Depositing

    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) then
    openitem(lootingBp, lootingBp, false)
    waitcontainer(lootingBp, false)
    else
    break
    end
    wait(100)
    end

  6. #36
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Still the same results. It only deposit loots from the first lootbp

  7. #37
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    Quote Originally Posted by sek View Post
    what do u mean?
    can you please stop spamming on my thread?

    on the THIRD (3rd) line of the code there is lootingBp = 'jewelled backpack' change it to lootingBp = 'beach backpack'

    also, make sure your bot has the first beach backpack opened with OpenNextBP disabled (find your own code, since this code just deposit items)

    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

  8. #38
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Thanks CISCO. It worked.


    Valeu CIscoooooooooo.



    Sorry Dehan, but only his last code worked as my needs.

    BTW, congratz both and thanks!

  9. #39
    Free User
    Join Date
    Oct 2014
    Posts
    23
    Reputation
    10
    Rep Power
    0
    I have 2 or more backpacks where i put my loot in while hunting, is it possible to add more bps as lootbp ? Like set 3 backpacks and use command like "moveitems from bp1, bp2, bp3" into 1 box, would it be possible ?

  10. #40
    Free User
    Join Date
    Jun 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    hello, i have a problem with this script he only deposit the last bp

 

 

Posting Permissions

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