• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

    Discussion in 'Archives' started by chinajade, Sep 8, 2013.

    1. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Dna9418, and many thanks for the log.

      There was nothing special about this interaction, so I don't understand why Honorbuddy couldn't complete it.

      In any case, the interaction with Kik'tik appeared to be unnecessary, and we have removed it in v3057. Thanks for the report!

      cheers,
      chinajade


      Ref: [size=-2] Dna9418's problem report w/log[/size]
       
    2. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Teiby,

      This is obviously not a profile issue. You should open a new thread in the Support forum, and be certain to attach your full log.

      cheers,
      chinajade
       
    3. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Helmig1995, and thanks for the log.

      We do not accept bug reports using Honorbuddy Beta. If you replicate the problem with a Release, we'll be glad to have a look.

      You can find out more about why Betas are not supported in Things To Know.

      You might see if the following article will resolve your problem:

      cheers,
      chinajade


      [size=-2]Ref: Helmig1995's original post w/log[/size]
       
    4. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [N - Quest] 88-89 Kun-Lai Summit [Kick]
      Quest: The Scent of Life - Quest - World of Warcraft
      Description: Reactive the CollectItem Objective (instead of usting InteractWith), because the Interact Range is 5 what looks Bot like for Casters.

      Replace:
      Code:
                  <While Condition="!IsObjectiveComplete(1, 30806)">
                      <CustomBehavior File="InteractWith" MobId="60437" MobState="Alive" CollectionDistance="1000">
                          <HuntingGrounds>
                              <Hotspot X="4729.318" Y="1063.349" Z="0.4883557" />
                              <Hotspot X="4685.132" Y="1105.107" Z="6.818406" />
                              <Hotspot X="4627.727" Y="1036.926" Z="12.05283" />
                          </HuntingGrounds>
                      </CustomBehavior>
                  </While>
      With:
      Code:
                  <If Condition="!IsObjectiveComplete(1, 30806)">
                      <Objective QuestName="The Scent of Life" QuestId="30806" Type="CollectItem" ItemId="80907" CollectCount="1" />
                  </If>
       
    5. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Thalim90, and welcome aboard,

      This is clearly not a problem with the profile. You need to open a new thread in the Support forum, and attach your full log that captures the issue.

      Since you are new, this article may help you figure out where to post to receive help: Reporting Problems or Seeking Assistance.

      cheers,
      chinajade
       
    6. Malice211

      Malice211 Member

      Joined:
      Aug 4, 2010
      Messages:
      388
      Likes Received:
      4
      Trophy Points:
      18
      Hi there. Just a note, on the Horde profile at around level 7 in Durotar, the profile picks up two quests, "Shipwreck Searching" from Gail Nozzywig and "Storming the Beach" from Gar'Thok. The profile then runs you to the beach where the quests take place and then stops you at a single point where you stand, amidst all the other bots running the profile who also never move. I have been doing these quests by hand for the past few days but thought I would mention they are not running smoothly. Everything else going good though. :)
       
    7. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [Fly][N - Quest] Uldum 83-85 [Kick]
      Quest: A Disarming Distraction - Quest - World of Warcraft
      Description: Replaced RunLua with UseItem, because UseItem checks for Item Cooldown, what RunLua not do.

      Replace:
      Code:
                  <While Condition="!IsObjectiveComplete(3, 27761)">
                      <CustomBehavior File="FlyTo" DestName="1st Sparkles" Distance="1" X="-10704.05" Y="-2455.384"
                                      Z="123.0618" />
                      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(62398)" WaitTime="0" />
                      <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for stripper bot {TimeRemaining}" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="InteractWith" QuestId="27761" MobId="206397" Range="4.75" WaitTime="5000"
                                      ProactiveCombatStrategy="NoClear" />
                      <DisableBehavior Name="Combat" />
                      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(62398)" WaitTime="1500" />
                      <CustomBehavior File="ForcedMount" MountType="Flying" />
                      <EnableBehavior Name="All" />
                      <CustomBehavior File="FlyTo" DestName="Up" X="-10702.17" Y="-2455.62" Z="133.2423" />
                  </While>
                  <While Condition="!IsObjectiveComplete(2, 27761)">
                      <CustomBehavior File="FlyTo" DestName="2nd Sparkles" Distance="1" X="-10678.92" Y="-2452.069"
                                      Z="110.3572" />
                      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(62398)" WaitTime="0" />
                      <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for stripper bot {TimeRemaining}" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="InteractWith" QuestId="27761" MobId="206396" Range="4.75" WaitTime="5000"
                                      ProactiveCombatStrategy="NoClear" />
                      <DisableBehavior Name="Combat" />
                      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(62398)" WaitTime="1500" />
                      <CustomBehavior File="ForcedMount" MountType="Flying" />
                      <EnableBehavior Name="All" />
                      <CustomBehavior File="FlyTo" DestName="Up" X="-10678.92" Y="-2452.069" Z="110.3572" />
                  </While>
                  <While Condition="!IsObjectiveComplete(1, 27761)">
                      <CustomBehavior File="FlyTo" DestName="3rd Sparkles" Distance="1" X="-10589.87" Y="-2437.749"
                                      Z="103.84882" />
                      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(62398)" WaitTime="0" />
                      <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for stripper bot {TimeRemaining}" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="InteractWith" QuestId="27761" MobId="206395" Range="4.75" WaitTime="5000"
                                      ProactiveCombatStrategy="NoClear" />
                      <DisableBehavior Name="Combat" />
                      <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(62398)" WaitTime="1500" />
                      <CustomBehavior File="ForcedMount" MountType="Flying" />
                      <EnableBehavior Name="All" />
                      <CustomBehavior File="FlyTo" DestName="Up" X="-10591.21" Y="-2443.066" Z="114.61473" />
                  </While>
      With:
      Code:
                  <While Condition="!IsObjectiveComplete(3, 27761)">
                      <CustomBehavior File="FlyTo" DestName="1st Sparkles" Distance="1" X="-10704.05" Y="-2455.384"
                                      Z="123.0618" />
                      <CustomBehavior File="UseItem" ItemId="62398" />
                      <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for stripper bot {TimeRemaining}" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="InteractWith" QuestId="27761" MobId="206397" Range="4.75" WaitTime="5000"
                                      ProactiveCombatStrategy="NoClear" />
                      <DisableBehavior Name="Combat" />
                      <While Condition="!Me.Mounted">
                          <CustomBehavior File="UseItem" ItemId="62398" />
                          <CustomBehavior File="ForcedMount" MountType="Flying" />
                        <EnableBehavior Name="All" />
                        <CustomBehavior File="FlyTo" DestName="Up" X="-10702.17" Y="-2455.62" Z="133.2423" />
                      </While>
                  </While>
                  <While Condition="!IsObjectiveComplete(2, 27761)">
                      <CustomBehavior File="FlyTo" DestName="2nd Sparkles" Distance="1" X="-10678.92" Y="-2452.069"
                                      Z="110.3572" />
                      <CustomBehavior File="UseItem" ItemId="62398" />
                      <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for stripper bot {TimeRemaining}" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="InteractWith" QuestId="27761" MobId="206396" Range="4.75" WaitTime="5000"
                                      ProactiveCombatStrategy="NoClear" />
                      <DisableBehavior Name="Combat" />
                      <While Condition="!Me.Mounted">
                          <CustomBehavior File="UseItem" ItemId="62398" />
                          <CustomBehavior File="ForcedMount" MountType="Flying" />
                          <EnableBehavior Name="All" />
                          <CustomBehavior File="FlyTo" DestName="Up" X="-10678.92" Y="-2452.069" Z="110.3572" />
                      </While>
                  </While>
                  <While Condition="!IsObjectiveComplete(1, 27761)">
                      <CustomBehavior File="FlyTo" DestName="3rd Sparkles" Distance="1" X="-10589.87" Y="-2437.749"
                                      Z="103.84882" />
                      <CustomBehavior File="UseItem" ItemId="62398" />
                      <CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for stripper bot {TimeRemaining}" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="InteractWith" QuestId="27761" MobId="206395" Range="4.75" WaitTime="5000"
                                      ProactiveCombatStrategy="NoClear" />
                      <DisableBehavior Name="Combat" />
                      <While Condition="!Me.Mounted">
                          <CustomBehavior File="UseItem" ItemId="62398" />
                          <CustomBehavior File="ForcedMount" MountType="Flying" />
                          <EnableBehavior Name="All" />
                          <CustomBehavior File="FlyTo" DestName="Up" X="-10591.21" Y="-2443.066" Z="114.61473" />
                      </While>
                  </While>
       
    8. Hatredcopter

      Hatredcopter New Member

      Joined:
      Nov 20, 2013
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      Unfortunately I did the quests by hand so it could keep moving, but if it happens again I will be sure to post.
       
    9. WrathofGod

      WrathofGod New Member

      Joined:
      May 24, 2011
      Messages:
      358
      Likes Received:
      0
      Trophy Points:
      0
      First of all thank you for your wonderful profiles. They have helped the community immensely.

      I am trying to get some gold by running lower level 85-87 quests that I didn't complete before since I switched zones. Now that I am level 90 is there a way for it to force flying instead of running everywhere? Thank you for your help :)
       
    10. Morrman

      Morrman New Member

      Joined:
      Jan 11, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      The bot says : Goal: Picking Up Quest - Rather Be Fishin' : QuestID - 10037 : To - Seth : ID - 18653 : But the quest isnt there, any help would be very nice :)
       
    11. shifty

      shifty New Member

      Joined:
      Mar 31, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Hi, Jade forest 85-86 (i'm horde), quest: Scouting Report: Hostile Natives ... the bot does not stop to "examine the warning sign" before moving to the widows house, so he just stops there :) Thanks!
       
    12. Matty_The_Keeper

      Matty_The_Keeper New Member

      Joined:
      Oct 10, 2012
      Messages:
      250
      Likes Received:
      0
      Trophy Points:
      0
      There is a quest in durator were the water elements are and it has a bunch of orcs laying on the ground bot will just stand there looking for the quest u have to click on the orcs on the ground to get the quest but the bot doesn't know that i guess =) its a level 5-9 quest line
       
    13. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Ambrose, and many thanks for the log.

      The problem should be repaired in v3058.

      "Loss Reduction" turns out to be a very abnormal quest, and requires specialized handling just to do the PickUp.

      Thanks again!
      chinajade


      [size=-2]Ref: Ambrose's problem report w/log[/size]
       
      ambrose likes this.
    14. hogemister

      hogemister New Member

      Joined:
      Dec 17, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Don't know why but for both my lvl 87 characters whenever i set it to a MoP questing path it keep changing profiles untill it goes to Kun-Lai summit profile and than says grinding till 87.5 and basically sits there until i DC from AFK not sure why it's doing this especially on my mage why is past 50% on 87
       
    15. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, MaxMuster, and thanks again!

      The profile has been updated in v3059 with your recommendations.

      cheers,
      chinajade


      [size=-2]Ref: MaxMuster's problem report w/recommende repair[/size]
       
    16. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Thanks, MaxMuster!

      The changes have been folded into v3060.

      cheers,
      chinajade

      [size=-2]Ref: MaxMuster's problem report w/repair[/size]
       
    17. rednil

      rednil New Member

      Joined:
      Jan 12, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      started testing today and is going great so far ... The only problem that i have is the fps drops a lot sometimes(only with the bot) without any reason( i have play on max 120fps without problems), you guys have any idea?

      thanks!!!
       
    18. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, MaxMuster,

      [12:02:11.491 D] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 014111B0, Size: 4
      at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
      at GreyMagic.MemoryBase.Read[T](IntPtr addr)​

      We're relatively certain this is not a problem with the behavior, because the problem is rooted in the GreyMagic DLL. Behaviors usually generate "Invalid Object" exceptions which are caught by Honorbuddy. Greymagic problems are much, much deeper, and I don't know the cause of them.

      We'll most certainly keep an eye out for this issue the next time we're through the area. The only possible work-around we have for you is to reboot your computer. This usually clears up GreyMagic errors. If not, please post your full log to the Support forum the next time this happens. Perhaps, a developer for this area can take a look at the cause, if the full log is available.

      cheers and very sorry we didn't have a better answer for you!
      chinajade


      [size=-2]Ref: MaxMuster's original post[/size]
       
    19. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Hatredcopter, and many thanks for the log.

      The problem is your copy of the profile is out-dated. Your log shows you are running v3022. The problem was repaired in v3034. And the current version is v3060.

      Just update the profile pack, and you should be golden. Instructions here: Keeping the Profiles Up-to-Date.

      cheers,
      chinajade


      [size=-2]Ref: Hatredcopter's original post w/log[/size]
       
    20. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi Hatredcopter, and thanks for the log!

      A distinct post is *exactly* the right way to do it. Thank you for having the presence of mind to do this!

      It looks like this problem is a Navigational issue:

      [12:11:16.936 D] Could not generate path from {-6942.356, -1070.768, 189.457} to {-7002.615, -1118.745, 258.7853} (time used: 0 milliseconds) @ FindStartPoly

      Which could be related to this problem:
      [12:41:35.714 D] System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 230054AC, Size: 4
      at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
      at GreyMagic.MemoryBase.Read[T](IntPtr addr)​

      "GreyMagic" exceptions mean that Honorbuddy is no longer able to communicate with the WoWclient. The only way I know to clear them is to reboot your machine. If you still have GreyMagic errors after a reboot, please make a post into the Support forum with the log that has the GreyMagic errors.

      If the GreyMagic errors are gone, but you are still unable to "generate a path", then that is a navigational issue that should be reported to the Navigation thread. The first post in that thread describes all the information they will need from you to resolve the issue.

      cheers,
      chinajade


      [size=-2]Ref: Hatredcopter's original post w/log[/size]
       

    Share This Page