• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: ArchaeologyBuddy--DO NOT DELETE

    Discussion in 'Archives' started by chinajade, Mar 25, 2011.

    1. noglory

      noglory New Member

      Joined:
      Jan 31, 2011
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

      there are stuck bugs in ArchaBot, which makes it unusable to afk-botting.
      I want a answer from the HB developer pls, if they working at the bug.

      The Twilight Grove (Duskwood) and Hiyal STUCK Bug. The Bot stucks at a invisible wand.

      thx
       
    2. Jurii

      Jurii New Member

      Joined:
      May 21, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Just add them to your black list and you are fine.
       
    3. noglory

      noglory New Member

      Joined:
      Jan 31, 2011
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      0
      No, this doesnt work very well, because the MESH Route runs directly over twilight grove.
      And in the Highlands too.
      The Bot still stucks in the trees.
      A new bug in routing is that the toons flies in the blackrock Oo and doesnt come out there.

      sry, but this Bot sucks at the moment.
       
    4. david

      david New Member

      Joined:
      Apr 14, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      I personally haven't had any issues in highlands, but I do have problems with twillight grove, just like noglory.

      I've blacklisted the twillight grove digsite, and yes, it doesn't dig there, but as noglory sais, it still flies over the twillight grove area to move between other digsites. and then it still gets stuck in the trees.

      Is there no way I can just blacklist that entire zone? So that it flies around it? Or is this something that really needs to be done in the source code of AB?
       
    5. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      You just have to wait unfortunately. The digsite itself is disabled by default if i remember correctly.
       
    6. SquidlyDidly

      SquidlyDidly New Member

      Joined:
      May 19, 2012
      Messages:
      359
      Likes Received:
      0
      Trophy Points:
      0
      Im finding i also get stuck at many places
      if somebody can put a list of digsites that should be blacklisted so we have a chance of AFK'ing it then that would be appreciated
       
    7. SquidlyDidly

      SquidlyDidly New Member

      Joined:
      May 19, 2012
      Messages:
      359
      Likes Received:
      0
      Trophy Points:
      0
      sorry double post
       
    8. Rthompson

      Rthompson New Member

      Joined:
      Feb 12, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      Maybe someone can make a Auto-unstuck macro that does an unstuck command every 5minutes? I dunno if that is possible but throwing it out there. Would help with a good amount of issues with HB overall.


      Or maybe an auto dismount after a certain amount of unstucks?
       
      Last edited: Jun 8, 2012
    9. McFly

      McFly New Member

      Joined:
      May 23, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Hacked-Together Plugin for ArchBuddy and Invisible Wall

      I've been testing a plugin I hacked together (by looking at other plugins) to deal with the getting stuck on the invisible walls in Kalimdor issue.

      Basically all it does is, when flying, it checks to make sure the character has moved some distance in a given period of time. If it hasn't moved enough, the plugin assume we're stuck and cast a spell to force a dismount and fall (to the death even!). I'm using it on a druid and have it hard coded to cast "Rejuvenation" to dismount when stuck. If you're not using a druid, you'll need to change line 63 to whatever spell name. Or make the plugin smarter and have it actually move down or whatever. Please share if you make it better.

      I don't guarantee or support this plugin. I personally have seen it get my druid unstuck from the invisible wall at least 3 times, so I know it can work. If you're able to get it to work, and it helps, please let other know.

      -McFly

      View attachment AB_Stuck_Helper.cs
       
    10. hollywood89

      hollywood89 New Member

      Joined:
      Jun 11, 2012
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      I hate ashenvale and dream bough with a passion.
       
    11. smjohnson1211

      smjohnson1211 New Member

      Joined:
      Jun 1, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0

      Add this to fly down. It works for me. Fly's downward for 3.5 seconds. X is the default key to go down on a flying mount.
      Code:
      Styx.Helpers.KeyboardManager.PressKey((char)Keys.X);
      Thread.Sleep(3500);
      Styx.Helpers.KeyboardManager.ReleaseKey((char)Keys.X);
       
    12. metus

      metus Member

      Joined:
      Jan 15, 2010
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      18
      Don't forget to go to Interface settings and enable auto dismount on cast.

      This worked fine for me, I just added spells like Divine Shield, Bone Shield, Blessing of Protection, Deterrence, Slow Fall, ... I can live with the fact that my bot dies every 2 hrs, I can't live with the fact that I wake up after 8 hours of sleep noticing my bot has been stuck in the same spot for 7 hours.
       
    13. noglory

      noglory New Member

      Joined:
      Jan 31, 2011
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      0
      whow thx, but to which part from the code i have to put in? thx +rep
       
    14. McFly

      McFly New Member

      Joined:
      May 23, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Just replace line 63 "SpellManager.Cast("Rejuvenation");" with those 3 lines.
       
    15. McFly

      McFly New Member

      Joined:
      May 23, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Just replace line 63 "SpellManager.Cast("Rejuvenation");" with those 3 lines.
       
    16. cryogenicrooster

      cryogenicrooster New Member

      Joined:
      Nov 3, 2010
      Messages:
      196
      Likes Received:
      4
      Trophy Points:
      0
      Thanks for your plugin McFly, just tried it out while stuck and it fixed it.
      Does anyone have any solutions for alliance flying through Cowtown (aka thunderbluff)? I've blacklisted a number of digsites to avoid it as much as possible, but I can't blacklist the entire continent. Cheers.
       
    17. cryogenicrooster

      cryogenicrooster New Member

      Joined:
      Nov 3, 2010
      Messages:
      196
      Likes Received:
      4
      Trophy Points:
      0
      edit:double post
       
    18. Nayhaw

      Nayhaw New Member

      Joined:
      Jul 29, 2010
      Messages:
      141
      Likes Received:
      1
      Trophy Points:
      0
      This. Please - been waiting months.
       
    19. Valpo

      Valpo Member

      Joined:
      Jun 15, 2012
      Messages:
      205
      Likes Received:
      3
      Trophy Points:
      18
      ArchaeologyBot works great in Kalimdor and Eastern Kingdoms, but it hates most parts of Outland and all of Northrend.
       
    20. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Got stuckproblems at this huge tree in duskwood:
      [​IMG]
      Coords: <-10257.15, -498.4521, 385.7751>
       

    Share This Page