bug when i try start quests after done some quests in ashenvale i got an error Could not find quest giver NPC with ID 33837 in database. i got log for better help.
I was in an Alterac Valley yesterday early in the morning and I was checking on my bot and he was standing in the Field of Strife with about 7 other bots all just sitting there. Some guy in chat was like, want to know how many bots are here just look at the center of the map they are all just sitting there. Luckily I was at the computer and manually started to play that bg. As w00t said we could use some new logic plz.
the logic is fine; you need to customize your hotspots
I was in an Alterac Valley yesterday early in the morning and I was checking on my bot and he was standing in the Field of Strife with about 7 other bots all just sitting there. Some guy in chat was like, want to know how many bots are here just look at the center of the map they are all just sitting there. Luckily I was at the computer and manually started to play that bg. As w00t said we could use some new logic plz.
<!-- Horde quests that lead to Uldum -->
<If Condition="(Me.Horde)" >
<!-- Horde quests that lead to Uldum -->
<If Condition="(Me.IsHorde)" >
<If Condition="(Me.IsHorde)" >
<PickUp QuestName="The Battle Is Won, The War Goes On" QuestId="27399" GiverName="Commander Jarod Shadowsong" GiverId="40772" />
<If Condition="(HasQuest(27399))" >
<CustomBehavior File="FlyTo" X="2294.958" Y="-4359.836" Z="407.4411" />
<CustomBehavior File="FlyTo" X="2042.58" Y="-4381.386" Z="99.21525" />
</If>
<TurnIn QuestName="The Battle Is Won, The War Goes On" QuestId="27399" TurnInName="Farseer Krogar" TurnInId="45244" />
</If>