• 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. lickalime

      lickalime New Member

      Joined:
      Feb 8, 2010
      Messages:
      1,071
      Likes Received:
      4
      Trophy Points:
      0
      It kills me to see such hard work get negative responses because of a bot base that lacks the same quality. lvl 20 19hrs /played. Stuck running into wall, Stuck clicking vendor 100 times with turning in quests, "We are stuck" well running straight through a field. Can I have a 716 download...Please!
       
    2. ectocooler

      ectocooler Member

      Joined:
      Jan 13, 2014
      Messages:
      137
      Likes Received:
      2
      Trophy Points:
      18
      Stuck on quest pick up/[MyCTM-v1129(fatal)] MyCTM is not able to reach

      Profile: [Fly][A - Quest] BC 58-70 [Kick]

      Level: 60, Draenei Paladin

      went AFK for a bit, came back to notice bot stuck attempting to interact with "Anchorite Obadei"

      Log is as follows

      View attachment 9856 2014-01-19 17.39.txt

      Secondary issue today,

      Profile: [Fly][A - Quest] BC 58-70 [Kick]

      Level 61, Draenei Paladin

      Bot attempted to have returned from the BC expansion through the dark portal, and failed what it was attempting to complete. Unsure why...

      https://www.dropbox.com/s/pbu97dgx6vp2fzl/9884 2014-01-19 23.30.txt

      zip file in attachments below

      Yet another issue, and with it, comes another edit.

      Level 62, Draenei Paladin

      Bot gets stuck attempting to interact with NPC "Ysiel Windsinger" repeatedly clicks, but does not succeed with interaction

      https://www.dropbox.com/s/10m5yu771hqnl2x/11776 2014-01-20 12.25.txt

      It appears that a large chunk of NPCs in Zangermarsh are having difficulties being interacted with, where it is solved by forcing the character to walk slightly out of range, and let the bot return to the NPC. If this is not done, the bot gets stuck rapidly attempting to interact with the NPC.
       

      Attached Files:

    3. 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: better coordinate

      Replace:
      Code:
                      <CustomBehavior File="FlyTo" DestName="1st Sparkles" X="-10589.87" Y="-2437.749" Z="103.84882" />
      With:
      Code:
                      <CustomBehavior File="FlyTo" DestName="1st Sparkles" X="-10584.17" Y="-2438.377" Z="110.8651" />
       
    4. dutamulia

      dutamulia New Member

      Joined:
      Nov 7, 2013
      Messages:
      135
      Likes Received:
      0
      Trophy Points:
      0
      LOG FILE : 3100 2014-01-21 01.51.txt

      Quest title : Weapon of Mass dysfunction - Ogrimmar (twilight highland portal opening quest chain)
      Problem : bot is not inspection the catapult, only moves around endlessly.
       
    5. rangekid15

      rangekid15 New Member

      Joined:
      Dec 13, 2013
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      Quest Title: "To The Hilt!"
      Problem: Honorbuddy can't pick up quest. Toon goes to the statue but there is nothing to talk to. He just sits there and kills stuff that spawns.
       

      Attached Files:

    6. MaxMuster

      MaxMuster Well-Known Member Buddy Store Developer

      Joined:
      Jan 30, 2012
      Messages:
      1,735
      Likes Received:
      30
      Trophy Points:
      48
      Profile: [H - Quest] 12-58 K-EK [Kick]
      Quest: To the Rescue! - Quest - World of Warcraft
      Description: Hawkers solution was really bad...so i improved it ;-)

      Replace:
      Code:
                  <While Condition="HasQuest(13712) &amp;&amp; !IsQuestCompleted(13712)">
                      <CustomBehavior File="WaitTimer" WaitTime="2000" />
                      <CustomBehavior File="InteractWith" QuestId="13712" MobId="8582" NumOfTimes="1" WaitForNpcs="False" GossipOptions="1" X="1236.776" Y="-2251.217" Z="91.92881" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="WaitTimer" WaitTime="30000" GoalText="Waiting for Brutusk to carry us {TimeRemaining}" />
      
                      <!-- Brutusk hasn't spawned so take the faster flight -->
                      <If Condition="(Me.ZoneId == 17)">
                          <CustomBehavior File="InteractWith" QuestId="13712" MobId="8582" NumOfTimes="1" WaitForNpcs="False" GossipOptions="2" X="1236.776" Y="-2251.217" Z="91.92881" />
                          <CustomBehavior File="ForcedDismount" />
                          <CustomBehavior File="WaitTimer" WaitTime="65000" GoalText="Waiting for flight to end: {TimeRemaining}" />
                      </If>
      
                      <!-- Brutusk has spawned so we wait on transport while he does his moves -->
                      <If Condition="(Me.IsOnTransport)">
                          <CustomBehavior File="WaitTimer" WaitTime="125000" GoalText="Waiting for Brutusk to get to Splintertree {TimeRemaining}" />
                      </If>
      
                      <!-- Something has gone wrong -->
                      <While Condition="(Me.IsOnTransport)">
                          <CustomBehavior File="Message" Text="It looks like we got stuck here! Waiting 30s (This Quest is broken by Blizzard)" LogColor="Orange" />
                          <CustomBehavior File="Message" Text="If you are still stuck here, hearth to Orgrimmar and press start" LogColor="Orange" />
                          <CustomBehavior File="WaitTimer" WaitTime="30000" GoalText="Waiting for ride {TimeRemaining}" />
                      </While>
      
                      <!-- Drop quest and try again -->
                      <If Condition="HasQuest(13712) &amp;&amp; !IsQuestCompleted(13712)">
                          <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
                          <CustomBehavior File="AbandonQuest" QuestId="13712" Type="Incomplete" />
                          <CustomBehavior File="NoCombatMoveTo" X="1236.776" Y="-2251.217" Z="91.92881" />
                          <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
                          <RunTo X="-441.8" Y="-2596.08" Z="96.06" />
                          <PickUp QuestName="To the Rescue!" QuestId="13712" GiverName="Kadrak" GiverId="8582" X="1236.776" Y="-2251.217" Z="91.92881" />
                          <CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for bot {TimeRemaining}" />
                          <RunTo X="-441.8" Y="-2596.08" Z="96.06" />
                      </If>
                  </While>
      With:
      Code:
                  <While Condition="HasQuest(13712) &amp;&amp; !IsQuestCompleted(13712)">
                      <MoveTo X="1236.776" Y="-2251.217" Z="91.92881" />
                      <CustomBehavior File="ForcedDismount" />
                      <CustomBehavior File="WaitTimer" WaitTime="2000" />
                      <CustomBehavior File="InteractWith" QuestId="13712" MobId="8582" NumOfTimes="1" GossipOptions="2" X="1236.776" Y="-2251.217" Z="91.92881" />
                      <CustomBehavior File="WaitTimer" WaitTime="65000" GoalText="Waiting for flight to end: {TimeRemaining}" />
                  </While>
       
    7. dutamulia

      dutamulia New Member

      Joined:
      Nov 7, 2013
      Messages:
      135
      Likes Received:
      0
      Trophy Points:
      0
      Quest title : madness - twilight highland (portal opening chain quest)
      Problem : the bot is not moving close enough to the negotiator, that's all.
       
    8. User0828

      User0828 New Member

      Joined:
      Mar 1, 2012
      Messages:
      549
      Likes Received:
      2
      Trophy Points:
      0
      pretty sure i got a profile issue this time.

      View attachment 2620 2014-01-20 22.09.txt

      I am level 50. The bot wants to attack this stable with some worgs and a stable master elite. He isnt supposed to. It is for a quest where you put the really silly orge mask on, and they become your allies.

      My quest log is empty, so I dont know what the quest is. Let me see if I can find out. I dont know if it is in the log.

      EDIT: I got past the area by stopping and restarting the bot far away from that spot. But he still got awfully close.
       
    9. Nirvana9832

      Nirvana9832 Member

      Joined:
      Apr 12, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
      Okay, Someone help me out here. I'm level 90 but i want to run the northerend questing profiles. For some reason i load the 68-80 LK profile, and it navigates me to Mount Hyjal (Questing area in Cata) and starts questing. Is this because of a setting in the profile to move to another area if i am high enough to move on? i remember there being a setting like that, but i forgot where to look. When i start the profile i get this:

      Thanks.

      Edit: Looked at the archived post. It was right there. IgnoreCheckpoints turned to true. Thanks anwyays!
       
    10. naut

      naut Community Developer

      Joined:
      Feb 9, 2012
      Messages:
      277
      Likes Received:
      21
      Trophy Points:
      18
      Bug Report

      Alliance Level 79 - Shalozar Basin

      [Profile Message]: Compiling Frenzyheart Hill Quests

      Profile continues to run to Frenzyheart Hill even though my character is alliance. Died multiple times times before I noticed.

      I'd say this is pretty urgent to be fixed because it has bot written all over it =\
       
    11. xxnuclearxx

      xxnuclearxx Member

      Joined:
      Oct 28, 2010
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      Got this both are valid ID's for mounts.
      Use Randon Mount is unchecked. Only got this problem on druid.

      [ProfileCompatibilityInfo-v1232(warning)] PROFILE COMPATIBILITY WARNINGS:
      * Ground mount (140249) is not known to Honorbuddy. Spelling error? ItemId instead of SpellId? Mount not available on this account? No skill to use mount? Please configure ground mount correctly.
      Flying mount (33943) is not known to Honorbuddy. Spelling error? ItemId instead of SpellId? Mount not available on this account? No skill to use mount?Please configure flying mount correctly.
       

      Attached Files:

    12. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

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

      Thanks for the problem report and log. We've captured the issue to Known Bugs List: Classic 1-58, to have a look the next time we're through the area.

      For now, please just complete the quest manually, and move on.

      cheers,
      chinajade


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

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
    14. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
    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,

      Thank you for these, but we took a slightly different (and interim) approach to the problem. The changes have been folded into v3098.

      cheers,
      chinajade


      [size=-2]Ref: MaxMuster's profile refinement 1[/size]
      [size=-2]Ref: MaxMuster's profile refinement 2[/size]
       
    16. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

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

      For security and other reasons, we do not look at content from third-party sites. The links you are providing break two forum rules:
      "Direct links to external files"
      "URLs from any URL shortening service"

      Please refrain from doing this.

      There is nothing wrong the the BosslandGmbH forum's upload capabilities. Please use the facilities that BosslandGmbH has provided, if you would like the problem looked at.

      As described in the article, if the log is too big (or you are suffering from low bandwidth), then Zip the log. This makes the log very very small for upload purposes.

      cheers,
      chinajade
       
    17. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
    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 and OUGHT,

      It looks like some changes to HBcore have damaged the RocketRescue behavior. We'll have to get a toon back through the area and have a look. We've captured the issue to Known Bugs List: Classic 1-58, and opened bug report HB-434 against it.

      For now, doing the quest manually is the correct thing to do.

      cheers,
      chinajade


      [size=-2]Ref: MaxMuster's problem report w/log[/size]
      [size=-2]Ref: OUGHT's problem report w/log[/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, Breach,

      A missing questing bot is an Honorbuddy installation issue, not a problem with the profile pack.

      It sounds like you are having the same problem as MRbuGfiX, and if so the remedy is the same.

      cheers,
      chinajade
       
    20. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

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

      It sounds like you may have a problem with 'cache corruption'. This article will help you work through the issue:

      In the future, if you need assistance, you must attach the full log that captures whatever issue you're having.

      cheers,
      chinajade
       

    Share This Page