• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Could not find quest giver NPC with ID 55135 in database.

    Discussion in 'Honorbuddy Support' started by FTyrew, Oct 21, 2012.

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

      FTyrew New Member

      Joined:
      Sep 27, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      When I try to start the bot, this message comes up.. How can I fix this?

      Best regars

      /FT
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      check on what profile is it and move your char near the quest giver
       
    3. FTyrew

      FTyrew New Member

      Joined:
      Sep 27, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      So im a total noob when it comes to this bot, how do i check which profile his at?

      Though i did try standing next to him at location 33.6, 10.6, where the quest "Seeing Red" ends. And it still doesent work. Is there any way around that? Could i skip this quest line some how?

      Thx for you understanding.

      /FT
       
    4. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      whats the quests on your quest log?
       
    5. Nantlas

      Nantlas New Member

      Joined:
      Aug 20, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I'm having the same issue, I've done all the quests up to "Stay a While, and Listen" an it still says the same error.

      Anyone have a fix for this issue?
       
      Last edited: Oct 22, 2012
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
    7. Nantlas

      Nantlas New Member

      Joined:
      Aug 20, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I moved near him, the bot just stops after it loads it up. I'm not even on quests where Nazgrim is needed. It wont update or pass him. Is there something I cna delete in the file? to move passed this part?
       
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      who's profile are you using? bc I know mine doesn't throw this error

      NiV's ?
       
    9. Nantlas

      Nantlas New Member

      Joined:
      Aug 20, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      using yours, happened right after I updated honorbuddy a couple hours ago
       
    10. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      update again

      also, manually reload the profile. press start / stop.
      kill bot
      reload bot
      manually load profile again
      press start. it should catch back up to where u were
       
    11. Nantlas

      Nantlas New Member

      Joined:
      Aug 20, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      now its stuck spaming "moving to type: questpickup" an not doing anything else ><
       
    12. Nantlas

      Nantlas New Member

      Joined:
      Aug 20, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Did all that, now it is just spaming "moving to type: QuestPickUp"
       
    13. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      if you've done the first 2 quests on the boat (shoot stuff, repel down) ... delete those from the profile, save, and press start

      I had the same issue while developing (where hb is stupid). It's something between the bot and wow's cache where it acts all retarded. It fixed itself the next morning... but when I develop now, I use 2 profiles. 1 for developing, 1 for saving the info once it's been tested.

      Here's what you should need to delete:

      Code:
              <PickUp QuestName="Paint it Red!" QuestId="31765" GiverName="General Nazgrim" GiverId="55135" X="3178.839" Y="-696.882" Z="321.0265" />
                  <If Condition="((HasQuest(31765)) &amp;&amp; (!IsQuestCompleted(31765)))" >
                      <RunTo X="3139.76" Y="-715.2144" Z="296.8169" />
                      <CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="Mount a gun and kill stuff" />
                  </If>
              <TurnIn QuestName="Paint it Red!" QuestId="31765" TurnInName="Rivett Clutchpop" TurnInId="66667" X="3139.378" Y="-713.7153" Z="296.7773" />
              <PickUp QuestName="Touching Ground" QuestId="31766" GiverName="Rivett Clutchpop" GiverId="66667" X="3139.378" Y="-713.7153" Z="296.7773" />
                  <If Condition="((HasQuest(31766)) &amp;&amp; (!IsQuestCompleted(31766)))" >
                      <CustomBehavior File="InteractWith" QuestId="31766" MobId="31766" ObjectType="Gameobject" Range="8" X="3136.192" Y="-747.5789" Z="301.7418" />
                      <CustomBehavior File="WaitTimer" WaitTime="10000" GoalText="Waiting to get to the ground. {TimeRemaining}" />
                  </If>
              <TurnIn QuestName="Touching Ground" QuestId="31766" TurnInName="General Nazgrim" TurnInId="66190" X="3123.565" Y="-758.7381" Z="227.9864" />
      
      
      
      it's lines 733-744

      if it starts trying to pickup 'Finish Them!' from General Nazgrim (on the ground) and you've already done it... again, it's a bot issue. try relogging to another toon, then relogging to the offending toon and trying again. I dunno what the issue is (blame Natfoth imo)

      If that doesn't fix it... delete everything from

      Code:
      		<While Condition="Me.IsAlliance" >
      			<CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="You must be Horde to run this profile!" />
      		</While>
      		<While Condition="Me.Level &lt; 85" >
      			<CustomBehavior File="UserDialog" AllowBotStop="True" SoundCue="Exclamation" SoundCueInterval="1" Text="You must be 85+ to run this profile!" />
      		</While>
      
      to where your <current> pickup quests are... and it should stop derping (save and then reload the profile)
       
      Last edited: Oct 23, 2012
    14. Nantlas

      Nantlas New Member

      Joined:
      Aug 20, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      That fixed it! Thanks a ton!
       
    15. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Goblin.jpg

      glad I could help
       
      Last edited by a moderator: Oct 23, 2012
    16. ika0j

      ika0j New Member

      Joined:
      Mar 14, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      its yours what is doing it
       
    Thread Status:
    Not open for further replies.

    Share This Page