Signup Now
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48
  1. #11
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    I have only a code to show you, first of all, read entire Lucas Terra Library...

    local function moveitemstodepot(frombp, categoriesAndDestinationsTable)        local frombp = getlootingdestination(frombp)
    local id = itemid(frombp)


    I supposed that, if you not you the LOOTBP the bot will open bps in Depot, to check if there are items... And then try to move it to...


    Bye!

  2. #12
    Free User rick_mandela's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    60
    Reputation
    11
    Rep Power
    21
    Let me see if I understood:
    depotaction('maindpbp', 'lootbp', {'a','stackitemsdpbp','b','nostackitemsdpbp'})
    The bot will: Open Locker, Open MainDpBp and move from LootBp to StackBP loot category 'a' and to noStackBP loot category 'b' ?

    i.e. if I use 2 lootbackpacks, stackloot and rareloot, I have to create two code lines?

    depotaction('maindpbp', 'stackbp', {'a','stackitemsdpbp'})


    depotaction('maindpbp', 'rarebp', {'b','rareitemsdpbp'})

  3. #13
    Free User
    Join Date
    Dec 2013
    Posts
    7
    Reputation
    10
    Rep Power
    0
    this script only works for 1 bp

    it doesn't work for bp another bp

    example

    Main > loot bp > loot bp > loot bp

    it only deposit main then 1st loot bp and not the bp INSIDE that BP

  4. #14
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    Quote Originally Posted by AznXX View Post
    this script only works for 1 bp

    it doesn't work for bp another bp

    example

    Main > loot bp > loot bp > loot bp

    it only deposit main then 1st loot bp and not the bp INSIDE that BP

    You're doing it wrong bro. You don't need to reopen your backpacks at depot. depotaction will deposit the loot of your last bp and will 'move to higher container' automatically.

    Example:

    MainBP > Loot (full) > Loot (full) > Loot (not full, as you leave the hunt)

    The action will start from the last bp untill the first one. You only have to put setopennextbp OFF before lauching the depotaction.

  5. #15
    Free User
    Join Date
    Dec 2013
    Posts
    7
    Reputation
    10
    Rep Power
    0
    thank you bro! thats all I need. hahaah found my mistakes

  6. #16
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    Nope bro hahahaa I had problems too until I figured out how it works.

  7. #17
    Free User Flaikiee's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    138
    Reputation
    11
    Rep Power
    21
    Guys, im doing exactly the same functions u posted here, but...
    20:54:15 Couldn't find item named 'mainbpdp'.

    Anyway my backpack is setting like that 'maindpbp' so... idk why its not working.. could you help me? ty

  8. #18
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    20:54:15 Couldn't find item named 'mainbpdp'. <- here is 'mainbpdp'
    but you said: 'maindpbp'. change it in looting destinations

  9. #19
    Free User Flaikiee's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    138
    Reputation
    11
    Rep Power
    21
    sorry bro my bad... i type wrong .... they are same =s

    ***EDIT***

    Fixed, ty.
    Last edited by Flaikiee; 12-23-2013 at 01:38 AM.

  10. #20
    Free User manuena's Avatar
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    125
    Reputation
    19
    Rep Power
    21
    i got this error and fail the depositation
    14:09:22 Couldn't find item named ''.

 

 

Posting Permissions

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