Signup Now
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 48
  1. #1
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0

    Deposit items with depotaction()

    First, to use this i need to explain the function first:

    Code:
     depotaction('MAINDPBPNAME', 'MAINLOOTBP', {'LOOTCATEROGYSTACK','STACKITEMSBPINDP','LOOTCATEGORYNONSTACK','NOSTACKITEMSBPINDP'})
    All bps that you are using need to be in Looting

    MAINDPBPNAME = A main depot Backpack in Depot Chest
    MAINLOOTBP = Your loot BP in MainBackpack
    LOOTCATEGORYSTACK = (Followed by below image, this will be the category 'a'
    STACKITEMSBPINDP = Your stackitems in MAINDPBPNAME
    LOOTCATEGORYNONSTACK = (Followed by image below, this will be the category 'b'

    Well as you see, i will show below the Looting configuration





    In a more complex you need to follow the above configuration.

    Lets show you the function with the used BPs:

    Code:
     depotaction('maindpbp', 'lootbp', {'a','stackitemsdpbp','b','nostackitemsdpbp'})
    What the function do:
    Code:
    depotaction('Brown Bag', 'Camouflage Backpack', {'a','Red Backpack','b','Grey Backpack'})

    Note that the content in {} tags, are an array, you could put infinite categories.

    The function will automatically find the closest depot, and open Locker, then open Depot Chest, open Brown Bag then Move Items automatically!!

    Well, i don't know if i posted in the correctly, i'm undecided that should be Tutorial of Bot, of Scripting Tutorial

    But thanks for all, I hope I've been clear!!

    Last edited by Borges; 08-27-2015 at 09:12 PM. Reason: Upload images to imgur.com

  2. #2
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    Usefull

  3. #3
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    That is fucking awesome. This bot is so easy to work with, categories makes everything simple!

  4. #4
    Free User sylomex's Avatar
    Join Date
    Dec 2013
    Location
    France
    Posts
    369
    Reputation
    39
    Rep Power
    21
    best tutorial ever !

  5. #5
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Think I am in love with the simplistic design of this bot. Makes life so much easier and scripting so much faster

  6. #6
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    Quote Originally Posted by StaR View Post
    Think I am in love with the simplistic design of this bot. Makes life so much easier and scripting so much faster
    RB had a similar design

  7. #7
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by Frox View Post
    RB had a similar design
    RB's Design is based on ElfBot.

  8. #8
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Raph_ View Post
    RB's Design is based on ElfBot.
    I think he meant the free version... that was the first thing that came to my mind



    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

  9. #9
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    Well its bugging when needs to open next backpack. For example: when I'm hunting, my first backpack of loots gets full and the bots open the next one, everything fine. But when goes to deposit, after depositing the first bp loot the bot doesn't open the next one. Instead, it apparently clicks on "show higher container" and do some crazy things that I can't explain.

  10. #10
    Free User rick_mandela's Avatar
    Join Date
    Dec 2013
    Location
    São Paulo, Brazil
    Posts
    60
    Reputation
    11
    Rep Power
    21
    BR0002727


    Quote Originally Posted by User Not Found View Post


    Lets show you the function with the used BPs:


    Code:
     depotaction('maindpbp', 'lootbp', {'a','stackitemsdpbp','b','nostackitemsdpbp'})

    What the function do:
    Code:
    depotaction('Brown Bag', 'Camouflage Backpack', {'a','Red Backpack','b','Grey Backpack'})



    Note that the content in {} tags, are an array, you could put infinite categories.


    The function will automatically find the closest depot, and open Locker, then open Depot Chest, open Brown Bag then Move Items automatically!!


    Well, i don't know if i posted in the correctly, i'm undecided that should be Tutorial of Bot, of Scripting Tutorial


    But thanks for all, I hope I've been clear!!


    One doubt!
    In this code:
    Code:
     depotaction('maindpbp', 'lootbp', {'a','stackitemsdpbp','b','nostackitemsdpbp'})
    As you say, the bot will open the MainDpBp(Brown bag) and move the itens automatically.


    So, WTF the lootBp are doing there?


    With this code the bot will: Open Depot, Locker, MaindDp, LootDp and than move the itens to inside the stack and non stack BP's?


    Or will: Open Depot, Locker, MaindDp and than move the itens?

 

 

Posting Permissions

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