Signup Now
Page 6 of 11 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 102
  1. #51
    Free User
    Join Date
    Mar 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Alguem por favor pode me ensinar a chegar nessa parte de mudar o numero do depot box ?

    Anybody can help me to get in depot box change number section ?

    Valeu ! / Thx !

  2. #52
    Free User
    Join Date
    Apr 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    to nessa luta tbm nao funciona -.-'

  3. #53
    Free User vgarbim's Avatar
    Join Date
    Oct 2015
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Pessoal o meu abriu normalmente o depot box 1, mas na action "<Waypoint type="Action" x="32267" y="31141" z="7" rangeX="1" rangeY="1" script="depotaction('maindpbp', &quot;lootbp&quot;, {'a','stackbp','b','rarebp'})"/>" não abre as bp's.
    Alguem pode me ajudar?
    --
    Folks my bot opened normally my depot, but in this part of code "<Waypoint type="Action" x="32267" y="31141" z="7" rangeX="1" rangeY="1" script="depotaction('maindpbp', &quot;lootbp&quot;, {'a','stackbp','b','rarebp'})"/>", don't open my bp's.
    Can someone help me?

  4. #54
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by matheusferreira View Post
    to nessa luta tbm nao funciona -.-'
    What do you mean? All you have to do is:

    Example
    opendepot()

    -- your depot will be opened here, you can do whatever you want from here...
    moveitems('brown mushroom', 'red backpack', 'depot') -- move brown mushroom to red backpack from your depot


    Quote Originally Posted by pereirarp View Post
    Alguem por favor pode me ensinar a chegar nessa parte de mudar o numero do depot box ?

    Anybody can help me to get in depot box change number section ?

    Valeu ! / Thx !
    Just ignore that change setfavoritedepot(...) if you don't want to change the depot index.
    Or you could open your console (CTRL+E) and type setfavoritedepot(5).

  5. #55
    Wind Powered
    Join Date
    Dec 2013
    Posts
    15
    Reputation
    16
    Rep Power
    0
    this action of a convert script Ibot stopped working deposit.


    Code:
    -- // Do not edit anything below:
    
    reachgrounditem("depot")
    wait(1000,2000)
    openitem("depot")
    wait(700,900)
    
    while (windowcount_ib("Depot Chest") == 0)
    do
        openitem(3502, "locker")
        wait(700,900)
    end
    
    wait(1500, 2000)
    
    while (windowcount_ib(mainDpBp) == 0)
    do
        openitem(mainDpBp, "Depot Chest")
        wait(700,900)
    end
    
    wait(1500, 2000)
    
    --Stack Items to Deposit:
    local getStackItemsToDeposit = stackItemsToDeposit
    
    --Non-Stack Items to Deposit:
    local getNonStackItemsToDeposit = nonStackItemsToDeposit
    
    --Number of Loot Backpacks to open:
    local getAmountLootBackpacks = AmountLootBackpacks
    
    --Engine:
    for i = 1, getAmountLootBackpacks
    do
        depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
        wait(100, 150)
        depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
        wait(100, 150)
        openitem(lootBp, lootBp, false)
        wait(1500, 2000)
    end

  6. #56
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by portes420 View Post
    this action of a convert script Ibot stopped working deposit.


    Code:
    -- // Do not edit anything below:
    
    reachgrounditem("depot")
    wait(1000,2000)
    openitem("depot")
    wait(700,900)
    
    while (windowcount_ib("Depot Chest") == 0)
    do
        openitem(3502, "locker")
        wait(700,900)
    end
    
    wait(1500, 2000)
    
    while (windowcount_ib(mainDpBp) == 0)
    do
        openitem(mainDpBp, "Depot Chest")
        wait(700,900)
    end
    
    wait(1500, 2000)
    
    --Stack Items to Deposit:
    local getStackItemsToDeposit = stackItemsToDeposit
    
    --Non-Stack Items to Deposit:
    local getNonStackItemsToDeposit = nonStackItemsToDeposit
    
    --Number of Loot Backpacks to open:
    local getAmountLootBackpacks = AmountLootBackpacks
    
    --Engine:
    for i = 1, getAmountLootBackpacks
    do
        depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
        wait(100, 150)
        depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
        wait(100, 150)
        openitem(lootBp, lootBp, false)
        wait(1500, 2000)
    end
    Just change it to:
    -- // Do not edit anything below:
    opendepot()

    --Stack Items to Deposit:
    local getStackItemsToDeposit = stackItemsToDeposit

    --Non-Stack Items to Deposit:
    local getNonStackItemsToDeposit = nonStackItemsToDeposit

    --Number of Loot Backpacks to open:
    local getAmountLootBackpacks = AmountLootBackpacks

    --Engine:
    for i = 1, getAmountLootBackpacks
    do
    depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
    wait(100, 150)
    depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
    wait(100, 150)
    openitem(lootBp, lootBp, false)
    wait(1500, 2000)
    end

  7. #57
    Free User Zaru's Avatar
    Join Date
    Oct 2014
    Location
    Minas Gerais, Brasil.
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Im using the script of Dworak, for Royal Paladin in Demons Yalahar.

    In the depot script, is this:

     openitem(maindpbp, "Depot Chest") 


    I change for this:

    openitem(maindpbp, "Depot Box XII") 


    And work's for me;

  8. #58
    Free User Zaru's Avatar
    Join Date
    Oct 2014
    Location
    Minas Gerais, Brasil.
    Posts
    13
    Reputation
    10
    Rep Power
    0
    Ops, Im used this function too:

     setfavoritedepot(12) 

    @Dworak

    All scripts are necessary changes?

  9. #59
    Wind Powered
    Join Date
    Apr 2015
    Posts
    154
    Reputation
    11
    Rep Power
    21
    Depot action is working fine. Have not tested setfavoritedepot yet. Just using depot box 1 atm.

  10. #60
    Free User
    Join Date
    Nov 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    This one is not working for me even with Depot Chest or thing like that...


    --Open 2 backpacks
    setsetting('Cavebot/WalkThroughPlayers', 'yes')
    setsetting('Looting/OpenNextBP', 'no')
    local lootbp = getuseroption('LootBP')
    local maindpbp = getuseroption('MainDP')

    closewindows()
    wait(2000)
    while windowcount() < 2 do
    closewindows()
    waitping(5,10)
    openitem(0, "back", true)
    waitping(5,10)
    resizewindows()
    waitping(5,10)
    openitem(lootbp,0,true)
    waitping(5,10)
    resizewindows()
    end

    openitem(0, "back", true)

    setsetting('Looting/OpenNextBP', 'no')

    while windowcount("Depot Box I") == 0 do
    opendepot()
    waitping(3,4)
    end

    while windowcount(maindpbp) == 0 do
    openitem(maindpbp, "Depot Box I")
    wait(1000)
    resizewindows(1000,maindpbp)
    wait(300,500)
    end

 

 

Posting Permissions

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