• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Official] Honorbuddy Mega Profile Pack - Lvl 1 to 110

    Discussion in 'Honorbuddy Profiles' started by EchoTiger, Sep 8, 2013.

    1. Doc Bot

      Doc Bot New Member

      Joined:
      Sep 11, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      3
      Not working for me

      Everytime i load the profile from buddy store this is what i get:

      [Compiler Error]: C:\Program Files (x86)\HB\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityBehaviors\Movement.cs(94,12) : error CS0246: The type or namespace name 'ProvideWoWPointDelegate' could not be found (are you missing a using directive or an assembly reference?)
      [Compiler Error]: C:\Program Files (x86)\HB\Honorbuddy\Quest Behaviors\QuestBehaviorCore\UtilityBehaviors\Movement.cs(78,18) : error CS0246: The type or namespace name 'ProvideWoWPointDelegate' could not be found (are you missing a using directive or an assembly reference?)
      Profile loaded successfully!

      What am I doing wrong?
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      There seems to be some sort of technical corruption in your quest behaviors.
      Usually the remedy for fixing this would just to do a completely fresh install of your bot - that way you get a fresh batch of quest behaviors.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I know saying "100% AFK" is a bit ridiculous given anything can happen at any time that will debunk that claim.
      But, ever since I've added in the custom anti-stuck logic, 100-110 is practically 100% AFKable.

      The bot will get stuck and errors will happen, but these stucks and errors are completely fixed by the anti-stuck logic
      If you also use a relogger such as HBRelog, it will definitely go without any stops at all until you hit 110.

      Of course - if you do come across an error, please report it and I will get it fixed as soon as possible. :3


      Also -
      As Bambam said, you'll need to run the bot with the default setup.
      Third-party plugins or combat routines will cause strange bugs.
       
    4. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Hi Echotiger,

      seems like there's a "!" missing in this condition: (deepholm line 249)

      Code:
            <If Condition="!HasQuest(27722) &amp;&amp; [B][COLOR="#FF0000"]![/COLOR][/B]IsQuestCompleted(27722) &amp;&amp; !HasQuest(27203) &amp;&amp; !IsQuestCompleted(27203) &amp;&amp; Me.MapId == 1">
              <CustomBehavior File="FlyTo" DestName="Pickup Quest" Land="true" X="1587.082" Y="-4369.409"
                                      Z="20.83522" />
              <PickUp QuestName="Warchief's Command: Deepholm!" QuestId="27722" GiverName="Warchief's Command Board"
                              GiverId="206109" X="1598.488" Y="-4370.302" Z="21.23272" GiverType="Object" />
            </If>
      
       
    5. Prbn

      Prbn New Member

      Joined:
      Jan 16, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      Problem in stormheim

      I have a problem where in stormheim as a Horde this happens. I saw that some had problems with this earlier, is there a quick fix?


      [Avoid-767ce8(info)] Installed avoidance system
      [Avoid-767ce8(info)] Uninstalled avoidance system
      [LoadProfile-767ce8(info)] Loading profile 'Class Hall Loaders/[N-Quest] Monk [Echo].xml'
      Changing current profile to [N-Quest] Monk Class Hall Loader [Echo] ($Rev: 5938 $)
      [Profile]: Continuing our questing in Stormheim.
      [LoadProfile-767ce8(info)] Loading profile '../[N-Quest] Stormheim [Echo].xml'
      Changing current profile to [N-Quest] Stormheim [Echo] ($Rev: 5931 $)
      [Avoid-767ce8(info)] Installed avoidance system
      [Avoid-767ce8(info)] Uninstalled avoidance system
      [LoadProfile-767ce8(info)] Loading profile 'Class Hall Loaders/[N-Quest] Monk [Echo].xml'
      Changing current profile to [N-Quest] Monk Class Hall Loader [Echo] ($Rev: 5938 $)
      [Profile]: Continuing our questing in Stormheim.
      [LoadProfile-767ce8(info)] Loading profile '../[N-Quest] Stormheim [Echo].xml'
      Changing current profile to [N-Quest] Stormheim [Echo] ($Rev: 5931 $)
      [Avoid-767ce8(info)] Installed avoidance system
      [Avoid-767ce8(info)] Uninstalled avoidance system
       
      Last edited: Dec 6, 2016
    6. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      Having major issues doing the "Master Treasure Hunter" Part in Draenor. Bot standing still after nearly every treasure found. Stop/Start makes it running to next treasure again, but just for this treasure...
       

      Attached Files:

    7. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Hi Echotiger,

      some of my chars fell off ship while doing "Touching Ground" (MoP starting quests - Touching Ground - Quest - World of Warcraft) and got stuck. I have added a condition that will check for this situation and bring char back on ship:

      I have changed this:

      PHP:
      <If Condition="HasQuest(31766) &amp;&amp; !IsQuestCompleted(31766) &amp;&amp; Me.Z &gt; 280">
          <
      CustomBehavior File="MyCTM" X="3154.219" Y="-742.1877" Z="301.0096" />
          <
      CustomBehavior File="InteractWith" QuestId="31766" MobId="215689" 
                                                   
      Range="8" X="3154.219" Y="-742.1877" Z="301.0096" />
          <
      CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting to get to the ground. {TimeRemaining}" />
      </If>

      into this:

      PHP:
      <If Condition="HasQuest(31766) &amp;&amp; !IsQuestCompleted(31766)">
          <If 
      Condition="!IsObjectiveComplete(1,31766) &amp;&amp; Me.Z &lt; 250">
              <
      CustomBehavior File="InteractWith" PreInteractMountStrategy="Dismount" MobId="215766" 
                                                      
      Range="3" X="3108.971" Y="-748.2408" Z="227.5901" />
              <
      CustomBehavior File="WaitTimer" WaitTime="10000" TerminateWhen="Me.Z &gt; 280" />
              <
      MoveTo X="3152.301" Y="-742.426" Z="300.9393" />
          </If>

          <
      CustomBehavior File="MyCTM" X="3154.219" Y="-742.1877" Z="301.0096" />
          <
      CustomBehavior File="InteractWith" QuestId="31766" MobId="215689" 
                                                    
      Range="8" X="3154.219" Y="-742.1877" Z="301.0096" />
          <
      CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting to get to the ground. {TimeRemaining}" />
      </If>
       
      Last edited: Dec 11, 2016
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I see, thanks for the heads up!
       
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This issue had been fixed before your post was made - it seems that you're using an older version of the profiles.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This has been an issue since the profile was first developed - the bot should be moving after 60~ seconds.
      It's caused by Blizzard in which their data system is causing quest data to update very slowly. So the bot doesn't think the quest is complete.

      I've got a new method of status checking that might fix this, but I'm not entirely sure.
      I'll mark it down on my list to add the new method in, but right now this profile is low priority so it might take some time.
       
      Ilja Rogoff likes this.
    11. Ultro

      Ultro New Member

      Joined:
      Sep 2, 2013
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      After updating problems with questing leveling, 100 level and flying in Highmountain standing there. No errors.
      It should be in place and all.
       
    12. ersg6

      ersg6 New Member

      Joined:
      Jun 26, 2012
      Messages:
      3
      Likes Received:
      1
      Trophy Points:
      0
      bug?

      [Compiler Error]: C:\Users\Steven\Desktop\Steven\Zip\HB\Quest Behaviors\QuestBehaviorCore\Utility\UserDefinedExpression.cs(50,37) : error CS0246: The type or namespace name 'ExpressionSet' could not be found (are you missing a using directive or an assembly reference?)
      [Compiler Error]: C:\Users\Steven\Desktop\Steven\Zip\HB\Quest Behaviors\QuestBehaviorCore\Utility\UserDefinedExpression.cs(54,13) : error CS0246: The type or namespace name 'ExpressionError' could not be found (are you missing a using directive or an assembly reference?)


      keep getting this error when trying to run profile
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'm not sure what you're trying to report - your text isn't translating properly.
      Can you attach a log of this error?
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This isn't an issue with these profiles - but instead an issue in your bot installation.
      You will need to do a completely fresh install of the bot to fix this.
       
    15. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      Thanks for explaining, been trying to wait until it continues itself, but even after several minutes, it doesn't.
       
    16. ersg6

      ersg6 New Member

      Joined:
      Jun 26, 2012
      Messages:
      3
      Likes Received:
      1
      Trophy Points:
      0
      yea i did a fresh install right after posting. works fine! Got stuck on one quest....killing the worgen on some ship. I manually did it and reset the bot and its continued great!
       
    17. Grivnoznicov

      Grivnoznicov Member

      Joined:
      Apr 16, 2013
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      6
      For some reason I can't get the legion profiles to work anymore, all it does is give me the message to use the plugin to change settings, then stands idle.
      this has occurred since somewhere last week

      I'm using a fresh install of both wow and HB

      other quest profiles (such as world quest profiles etc) do work, however I wanted to use these profiles in order to finish my legion quests

      log added:

      View attachment 5384 2016-12-14 13.10.txt

      edit: I'm using the latest version streamed through the buddy store
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      When you get time - would you mind allowing me to remote assist your computer to see this issue personally?
       
    19. Grivnoznicov

      Grivnoznicov Member

      Joined:
      Apr 16, 2013
      Messages:
      42
      Likes Received:
      0
      Trophy Points:
      6
      by all means, I'm still home for about another hour and a half, otherwise it'll be tomorrow evening, whatever suits you best
       
    20. 88Gamer88

      88Gamer88 New Member

      Joined:
      Dec 11, 2016
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      0
      What is the different about this profile pack and the stock pack in the Honorbuddy map ?
       

    Share This Page