• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Honorbuddy 2.0.0.4066 Discussion Thread

    Discussion in 'Archives' started by Nesox, Feb 13, 2011.

    Thread Status:
    Not open for further replies.
    1. Prodian

      Prodian New Member

      Joined:
      Jan 15, 2010
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      1
      Code:
      [6:50:27 AM:375] Cleared POI
      [6:50:27 AM:562] Changed POI to: Type: Sell, Name: Blacksmith Abasi
      [6:50:27 AM:812] interact: 0x1E0C1A48
      [6:50:27 AM:843] interact done: 0x1E0C1A48
      [6:50:28 AM:875] Activity: Selling Items
      [6:50:30 AM:921] Activity: Repairing Items
      [6:50:32 AM:921] Cleared POI
      Did this for about 30 mins last night. Partial Logged Attached.
       

      Attached Files:

    2. Hi on Helium

      Hi on Helium New Member

      Joined:
      Jan 22, 2010
      Messages:
      252
      Likes Received:
      3
      Trophy Points:
      0
      Suggestion/Request/need help if already implemented

      I'm currently makeing a 1-60 questing profile for Tauren and my goal is to make it completely AFK and to level as fast as possible. So I've thought of a couple <If> statements that would help me make the leveling process just a little faster.

      It would be nice to have Durability check and a Free bag slots check so that I could make the bot repair, sell, and/or mail items when it comes into town to turn in/pick up quests instead of making it come back when my MinDurability and MinFreeBagSlots checks at the top of the profile tell it to do so.

      Thanks,
      -HoHv2
       
    3. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      You don't really need an <If> statement for that--just do it 'blindly' every time you pass through the quest hub, as it only takes a few seconds. Since you're constructing the profile order, you should implicitly know every time you pass through a quest hub. The [wiki]Honorbuddy Custom Behavior: ForceSetVendor[/wiki] behavior will help you get it done swiftly. This is precisely why this behavior was created.

      If you must use the <If> statements, try...
      • <If Condition="Me.FreeBagSlots &lt; 2">
      • <If Condition="Me.DurabilityPercent &lt; 20.0">

      cheers,
      Chinajade
       
    4. chemical

      chemical Active Member

      Joined:
      Aug 30, 2010
      Messages:
      1,310
      Likes Received:
      4
      Trophy Points:
      38
      partybot not working with grinding for me...
      Code:
      [ATTACH]17113.vB[/ATTACH]
       
    5. Deputydog857

      Deputydog857 Member

      Joined:
      Jan 17, 2011
      Messages:
      132
      Likes Received:
      0
      Trophy Points:
      16
      Partybuddy = Worthless. Instancebuddy = Worthless. Loaded up my Pally and tank (hand played), wife had her pally as healer and I loaded my second pally as a Retibut, turning on the Party Buddy. Did absoluetly nothing but stand there. Did'nt follow, did'nt fight, NOTHING. Tried to switch over to the healer bot, same thing. Starting to think that the HB is ONLY good for grinding levels, since the BG and IB don't work. Along with Quest being broken as well. So much for honor, equipment or levels. Why I paid over a hundred buck for this I will never understand. For you folks that rave that this is "working as intended", kudos for you. All I wanted was to be able to PvP a toon, since I SUCK at it, afk. Or run an instance with 4 or 5 of my toons so there would be some good loot rolls. But, on my end, they are both broken. For those who can actually play BG and WIN without a 4/50 ration win-death, or can use a Partybot with success, could ya PM me so I won't completely write this off? And, just fyi, I have been reading ALL of the input in the forums. Alot of it pointing to things getting worse, rather than better.
       
    6. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      The leader NEEDS to be running HB with the "LeaderPlugin" enabled. All slaves need to run with Party Bot (and LeaderPlugin disabled).

      Please, don't bitch if you haven't read the instructions.
       
    7. Lister

      Lister New Member

      Joined:
      Jan 15, 2010
      Messages:
      581
      Likes Received:
      0
      Trophy Points:
      0
    8. Hi on Helium

      Hi on Helium New Member

      Joined:
      Jan 22, 2010
      Messages:
      252
      Likes Received:
      3
      Trophy Points:
      0
      Would you mind posting a link to the instructions? I'm interested in this feature but can't seem to find any documentation on it. I've tried searching the forums for "party bot" as well as looking through the threads you've started(I heard you made the bot so I thought you might have made a post about it.)

      thanks =)
      -HoHv2
       
    9. wraithrider

      wraithrider New Member

      Joined:
      May 23, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      0
      HB just decided to flip out on m after running smoothly all day with ab and started flooding this error message

      Code:
      System.NullReferenceException: Object reference not set to an instance of an object.
         at dtNodePool.getNode(dtNodePool* , UInt32 id)
         at dtNavMeshQuery.initSlicedFindPath(dtNavMeshQuery* , UInt32 startRef, UInt32 endRef, Single* startPos, Single* endPos, dtQueryFilter* filter)
         at Tripper.RecastManaged.Detour.NavMeshQuery.InitSlicedFindPath(PolygonReference startRef, PolygonReference endRef, Vector3 startPos, Vector3 endPos, QueryFilter filter)
         at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
         at Styx.Logic.Pathing.MeshNavigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
         at Styx.Logic.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
         at Styx.Logic.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to)
         at Styx.Database.NpcQueries.GetNearestNpc(WoWFactionTemplate myFaction, UInt32 mapId, WoWPoint searchLocation, UnitNPCFlags npcFlags)
         at Styx.Logic.Profiles.VendorManager.GetClosestVendor(VendorType type)
      Stopping the bot!
      
      anyone else receiving this message?
       
    10. AndersAnd

      AndersAnd Member

      Joined:
      Jan 15, 2010
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      6
      Im running 3 toons in RAF with the leaderplugin and partybots. This is so awsome! :) The slaves do as their master bids - mounts, attacks & runs. The only issue - if one can call it that - is that the master doesnt help fighting back, if a slave is attacked. Other thing is, that master dont wait's for slave, when they drink.. But hey - its pretty awsome! :)

      /AA
       
    11. littlesten

      littlesten Member

      Joined:
      Jan 17, 2011
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      6
      logs me out sometimes automatically, out of HB which isnt good at all if i have to baby sit the daft thing, but thanks for the good work, keep it up
       
    12. Nesox

      Nesox Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,563
      Likes Received:
      48
      Trophy Points:
      48
      Closing and moving this thread now, new release in a few.
       
    Thread Status:
    Not open for further replies.

    Share This Page