Signup Now
Results 1 to 9 of 9
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0

    For some reason the depositer does not work

    Hi,

    I have with the help of Roxzin try to make a depositer that works, I have no idea why it is not working for me.

    We tried the usual


    depotaction('depotbp', 'lootbp', {'s','stackbp', 'r', 'rarebp'})


    Where I categorized the loot with s and r, we also tried really fancy scripting with clearlastonto and stuff, it just doesnt not move items from the bps into the lootbps. Usualy what happens is this:

    Reaches depot
    Opens depot
    Open backpack with backpacks
    Stares at them without moving items from lootbp
    continues to other waypoints



    I have tried in in AB all depot floors and in Carlin, i really dont get it to be honest

  2. #2
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    That was the weirdest thing I've seen. It wouldn't reach ab depot on ground floor and +1 and here, it worked normally, but for him it was completely strange to not work, as it worked on another script o.o



    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

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    Help I wanna bot

  4. #4
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Mind to post the script? So I can check.

  5. #5
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    Outside_Orcfort.xml


    Hope this worked

  6. #6
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    I think this was one of the alternate codes we tried, that resulted in the same thing


    LootBP = getlootingdestination('lootbp')
    DepotBP = getlootingdestination('depotbp')
    StackBP = getlootingdestination('stackbp')
    RareBP = getlootingdestination('rarebp')


    local stack = {'broken shamanic staff', 'broken helmet', 'small emerald'} -- add stackables
    local items = {'warrior helmet', 'broadsword', 'sword ring'} -- add non stackables


    opendepot()
    waitping()
    openitem(DepotBP, 'depot chest')
    waitping()
    clearlastonto()
    for _, item in ipairs(stack) do
    moveitemsonto(stack, itemid(LootBP), $lastonto, tostring(getbpindex(DepotBP)))
    waitping()
    end
    for _, item in ipairs(items) do
    moveitemsonto(items, itemid(LootBP), 4 + $lastonto, tostring(getbpindex(DepotBP)))
    waitping()
    end
    openitem(LootBP, itemname($back.id))
    clearlastonto()
    for _, item in ipairs(stack) do
    moveitemsonto(stack, itemid(LootBP), $lastonto, tostring(getbpindex(DepotBP)))
    waitping()
    end
    for _, item in ipairs(items) do
    moveitemsonto(items, itemid(LootBP), 4 + $lastonto, tostring(getbpindex(DepotBP)))
    waitping()
    end

  7. #7
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Reinstall lastest version of bot, here not problem with depositer.try to check if looter, has the correctly Destination BP and Category...

  8. #8
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    I did this aswell :/


    Quadrouple checked destinations and categories, also uninstalled bot 2 times. And restarted PC.

    I uploaded the script btw

  9. #9
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    Windows 7

 

 

Posting Permissions

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