Signup Now
Results 1 to 4 of 4
  1. #1
    Free User
    Join Date
    Feb 2016
    Posts
    4
    Reputation
    10
    Rep Power
    0

    Small Problem in looting

    Hello,

    I've trying winbot and learning and the most I explore, more questions I have.
    Everything was working fine until today.

    Let me try to explain my Setup first:
    -I have 1 persistent for backpack setup, where you put the backpack names in a variable. These are:
    mainBP = 'golden backpack'
    goldBP = 'brocade backpack'

    -In cavebot I set bot to open backpacks, first mainBP and then goldBP, perfect so far.

    -In looting, I set bot to catch gold and move it to goldBP, like this:
    setsetting('Looting/LootList/gold coin/Destination', 'goldBP')

    My problem is, the bot catches the gold but instead of going to goldBP it goes to mainBP. There are no other functions that could the switching the bp's name. What, or when the problem can be? Already deleted configurations and made them all over again. Inclusive looting and targeting. The only function in cavebot that deals with bp's are actions to open them.

  2. #2
    Free User
    Join Date
    Jan 2016
    Posts
    125
    Reputation
    10
    Rep Power
    17
    Quote Originally Posted by Razac View Post
    Hello,

    I've trying winbot and learning and the most I explore, more questions I have.
    Everything was working fine until today.

    Let me try to explain my Setup first:
    -I have 1 persistent for backpack setup, where you put the backpack names in a variable. These are:
    mainBP = 'golden backpack'
    goldBP = 'brocade backpack'

    -In cavebot I set bot to open backpacks, first mainBP and then goldBP, perfect so far.

    -In looting, I set bot to catch gold and move it to goldBP, like this:
    setsetting('Looting/LootList/gold coin/Destination', 'goldBP')

    My problem is, the bot catches the gold but instead of going to goldBP it goes to mainBP. There are no other functions that could the switching the bp's name. What, or when the problem can be? Already deleted configurations and made them all over again. Inclusive looting and targeting. The only function in cavebot that deals with bp's are actions to open them.
    hello. problem can be in loot settings.
    have you added looting destinations correctly?
    if yes,
    have you marked "use looting destination" in this item?
    if no, it can remove your problem

  3. #3
    Free User
    Join Date
    Feb 2016
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by AdrianLbN View Post
    hello. problem can be in loot settings.
    have you added looting destinations correctly?
    if yes,
    have you marked "use looting destination" in this item?
    if no, it can remove your problem
    Hello,

    Let me show you my configurations:

    looting settings.png

    lootlist.png

    As a persistent I added the following script:
    mainBP = 'golden backpack'
    goldBP = 'brocade backpack'

    The persistent is good because if I do print('mainBP') or print('goldBP') in console, it returns the correct name. Plus, the bot opens the backpacks at start correctly. Where can the error be? I still couldnt figure it out. Loot always goes to first BP.

  4. #4
    Free User
    Join Date
    Jan 2016
    Posts
    125
    Reputation
    10
    Rep Power
    17
    in your first screen you have no added looting destinations...
    You must ADD that (click add looting destination and configurate:
    goldBP < in first field, Golden Backpack < in second field.
    without that it won't work.

 

 

Posting Permissions

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