What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Could not find quest giver NPC with ID 55135 in database.

Status
Not open for further replies.

FTyrew

New Member
Joined
Sep 27, 2012
Messages
2
Reaction score
0
When I try to start the bot, this message comes up.. How can I fix this?

Best regars

/FT
 
check on what profile is it and move your char near the quest giver
 
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
 
whats the quests on your quest log?
 
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:
who's profile are you using? bc I know mine doesn't throw this error

NiV's ?
 
using yours, happened right after I updated honorbuddy a couple hours ago
 
using yours, happened right after I updated honorbuddy a couple hours ago

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
 
now its stuck spaming "moving to type: questpickup" an not doing anything else ><
 
Did all that, now it is just spaming "moving to type: QuestPickUp"
 
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:
That fixed it! Thanks a ton!

Goblin.webp

glad I could help
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top