king
Member
- Joined
- Jan 15, 2010
- Messages
- 463
- Reaction score
- 1
So I love the new quest order I have a question on the overrides tho.
Say I have this(example):
if I leave out the
will it use my "scripted" override?
Say I have this(example):
Code:
<!-- A Humble Task (level 3) -->
<!-- Take a Water Pitcher from the water well. -->
<!-- http://www.wowhead.com/quest=753 -->
<PickUp QuestName="A Humble Task" GiverName="Greatmother Hawkwind" QuestId="753" GiverId="2991" />
<!-- Item: Water Pitcher -->
<Objective QuestName="A Humble Task" QuestId="753" Type="CollectItem" CollectCount="1" ItemId="4755" />
<TurnIn QuestName="A Humble Task" TurnInName="Chief Hawkwind" QuestId="753" TurnInId="2981" />
if I leave out the
Code:
Objective QuestName="A Humble Task" QuestId="753" Type="CollectItem" CollectCount="1" ItemId="4755" />