Kickazz006
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 20,566
- Reaction score
- 302
fixed an issue with the Antidote quest (for Helboars)
Renamed file to R (so I don't get them mixed up)
fixed an issue with
it requires friendly reputation, so I moved it down a few (It may still bug out, I'm currently testing zangarmarsh now )
Renamed file to R (so I don't get them mixed up)
fixed an issue with
PHP:
<PickUp QuestName="Blessings of the Ancients" QuestId="9785" GiverName="Windcaller Blackhoof" GiverId="18070" X="-234.2691" Y="5434.766" Z="22.42206" />
<If Condition="((HasQuest(9785)) && (!IsQuestCompleted(9785)))" >
<CustomBehavior File="TalkandInteractWith" QuestId="9785" ObjectType="NPC" MobId="17900" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="200" X="-205.5799" Y="5397.786" Z="22.72385" />
<CustomBehavior File="TalkandInteractWith" QuestId="9785" ObjectType="NPC" MobId="17901" NumOfTimes="1" GossipOption="1" WaitTime="1000" CollectionDistance="200" X="-225.194" Y="5476.518" Z="21.67276" />
</If>
<TurnIn QuestName="Blessings of the Ancients" QuestId="9785" TurnInName="Windcaller Blackhoof" TurnInId="18070" X="-234.2691" Y="5434.766" Z="22.42206" />
it requires friendly reputation, so I moved it down a few (It may still bug out, I'm currently testing zangarmarsh now )
Last edited: