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

[Questing] Horde 1-35 - ALL CLASSES!

Not working!!!

Unable to compile CustomBehavior for tag: <CustomBehavior File="TalkToAndListenToStory" QuestId="14034" NpcId="34754" />
Honorbuddy stopped
 
This is an HB Issue since the new released Behaviors. Try Natfoth's behaviors.

I'll see what I can do as well.
 
Still not working.

Could not generate any hotspots for quest A Captain's Vengeance. Please place a quest override for this quest.
 
Weird, I get none of these errors. HB eludes me again. Updating. Thanks for being my guinea pig. :-)
 
Heres an override for the quest "The Far Watch Offensive"
Kreenig Snarlsnout is in a cave so i added a hotspot there :

Code:
<Quest Id="872" Name="The Far Watch Offensive">
    <Objective Type="CollectItem" ItemId="5063" CollectCount="1">
        <CollectFrom>
            <Mob Name="Kreenig Snarlsnout" Id="3438" />
        </CollectFrom>
        <Hotspots>
            <Hotspot X="-268.8742" Y="-3490.385" Z="57.32143" />
        </Hotspots>
    </Objective>
</Quest>

hmmm after turning in this quest i get "Could not find quest giver NPC with ID 3432 in database."
but the id and npc name are right ????
 
Last edited:
another fix

add <RunTo QuestId="870" X="89.82773" Y="-1943.678" Z="79.9927" />
between <Objective QuestName="Fungal Spores" QuestId="848" Type="CollectItem" ItemId="5012" CollectCount="5" X="86.21492" Y="-1942.893" Z="79.62669" />
and <RunTo QuestId="848" X="-1667.685" Y="2529.287" Z="97.84828" />

maybe even remove <RunTo QuestId="848" X="-1667.685" Y="2529.287" Z="97.84828" /> , i don't see the purpose of that
 
Whenever you get a "Could not find quest giver" you might report it with Bugtracker. (assuming it is correct) Thanks for the corrections, I'll add them in to the main post.
 
another fix

add <RunTo QuestId="870" X="89.82773" Y="-1943.678" Z="79.9927" />
between <Objective QuestName="Fungal Spores" QuestId="848" Type="CollectItem" ItemId="5012" CollectCount="5" X="86.21492" Y="-1942.893" Z="79.62669" />
and <RunTo QuestId="848" X="-1667.685" Y="2529.287" Z="97.84828" />

maybe even remove <RunTo QuestId="848" X="-1667.685" Y="2529.287" Z="97.84828" /> , i don't see the purpose of that

that may have been a code position error because I had to remove the CustomBehavior, and I may have put the RunTo in the wrong place. Thanks for catching that.
 
sweet. running a tauren warr now. ill report back if i get into any trubble
 
here are some more additions add this
Code:
            <PickUp QuestName="Echeyakee" GiverName="Sergra Darkthorn" QuestId="881" GiverId="3338" />
            <PickUp QuestName="In Fungus We Trust" GiverName="Apothecary Helbrim" QuestId="13998" GiverId="3390" />
            <UseItem ItemId="10327" QuestName="Echeyakee" QuestId="881" X="-22.86795" Y="-2385.35" Z="91.66809"/>
            <Objective QuestName="Echeyakee" QuestId="881" Type="KillMob" MobId="3475" KillCount="1" />
            <TurnIn QuestName="Echeyakee" TurnInName="Sergra Darkthorn" QuestId="881" TurnInId="3338" />
            <PickUp QuestName="Into the Raptor's Den" GiverName="Sergra Darkthorn" QuestId="905" GiverId="3338" />
            <Objective QuestName="Into the Raptor's Den" QuestId="905" Type="CollectItem" ItemId="5165" CollectCount="1" />
            <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1056.406" Y="-2588.077" Z="92.17627"/>
            <Objective QuestName="Into the Raptor's Den" QuestId="905" Type="CollectItem" ItemId="5165" CollectCount="1" />
            <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1068.582" Y="-2651.936" Z="92.34346"/>
            <Objective QuestName="Into the Raptor's Den" QuestId="905" Type="CollectItem" ItemId="5165" CollectCount="1" />
            <UseItem ItemId="5165" QuestName="Into the Raptor's Den" QuestId="905" X="-1106.929" Y="-2556.936" Z="118.2783"/>
            <UseItem ItemId="46789" QuestName="In Fungus We Trust" QuestId="13998" X="-1201.702" Y="-2962.396" Z="87.77563"/>
            <TurnIn QuestName="Into the Raptor's Den" TurnInName="Sergra Darkthorn" QuestId="905" TurnInId="3338" />
            <TurnIn QuestName="In Fungus We Trust" TurnInName="Apothecary Helbrim" QuestId="13998" TurnInId="3390" />

after "<TurnIn QuestName="Fungal Spores" QuestId="848" TurnInName="Apothecary Helbrim" TurnInId="3390" />"
 
Back
Top