• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Stuck trying to open chest behind a wall

    Discussion in 'Archives' started by jodru2k, Oct 24, 2012.

    1. jodru2k

      jodru2k New Member

      Joined:
      Oct 24, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      [​IMG]

      bot runs against the wall back and forth trying to get to the chest

      anyone have any idea what i can change to ignore chests after a few retries or something like that?

      since the bot runs back and forth it seems like inactivity timer isn't triggered aswell
       
    2. Makaronnik

      Makaronnik New Member

      Joined:
      Sep 8, 2012
      Messages:
      141
      Likes Received:
      0
      Trophy Points:
      0
      Usual situation. Also sometimes gobline spams on lower level in the tower of damned in visible radius and that causes permanent stuck.
       
    3. Gniller

      Gniller Community Developer

      Joined:
      Sep 29, 2012
      Messages:
      384
      Likes Received:
      5
      Trophy Points:
      16
      This seemed a pretty common problem to me too while using the act 3 giggarc profile (with random dungeons)

      The easy way out would be just using the profile without random dungeons (hasn't really dropped my overall gph), but if you want to keep using it i would suggest you just lower the range for opening chests or even disable the opening chests function in giles trinity.

      I don't think there is an automated blacklisting option for chests yet, you could however problaly blacklist this type of chest for this one profile but i wouldn't know how at this moment
       
    4. nox010

      nox010 New Member

      Joined:
      Aug 16, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Increase container opening radius to 32 and it will resolve this.
       
    5. greenblood

      greenblood New Member

      Joined:
      Jun 22, 2012
      Messages:
      172
      Likes Received:
      0
      Trophy Points:
      0
      Underbridge isn't a random dungeon i think. My bots go in there aswell and get stuck at the same location and i'm using the version without random dungeons.

      edit: why would increasing the container open range solve this? don't you mean decreasing it so it doesn't try to loot the chest behind the wall?
       
      Last edited: Oct 24, 2012
    6. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      remove 5100 from the chest list or whatever the the sno for the chest is, that fixed it for me
       
    7. NeeD4BlooD

      NeeD4BlooD New Member

      Joined:
      Jun 17, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      i use chest at 60 range and i dont get stuck my bot always go around to get the chest, give it a try, it might work
       
    8. Foss

      Foss New Member

      Joined:
      Aug 21, 2012
      Messages:
      149
      Likes Received:
      0
      Trophy Points:
      0
      I can vouch for this spot. I have been stuck there as well!!
       
    9. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
    10. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      Code:
              // Chests/average-level containers that deserve a bit of extra radius (ie - they are more worthwhile to loot than "random" misc/junk containers)
              private static readonly HashSet<int> hashSNOContainerWhitelist = new HashSet<int> { 
                  62859, 62865, 62872, 78790, 79016, 94708, 96522, 130170, 108122, 111870, 111947, 213447, 213446, [B]51300,[/B] 179865, 109264, 212491, 210422, 
               };
      Remove the BOLDED SNO
       
    11. curep4

      curep4 New Member

      Joined:
      Feb 7, 2012
      Messages:
      182
      Likes Received:
      0
      Trophy Points:
      0
      taking out the bolded SNO didnt solve my problems
       
    12. nox010

      nox010 New Member

      Joined:
      Aug 16, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Increase your chest opening range and it will run around through the doorway. Just try it?
       
    13. Moley

      Moley New Member

      Joined:
      Jul 15, 2012
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      dump the sno for the chest, see if its on the list, if so remove it, or add it to the BLACKLIST
       

    Share This Page