Hey guys, since i started my Questing profile i am quite unsure about a few things regarding UseItem and UseObject.
And when that said, where do i place Overrides for quests?
I've been trying a bit out and how are you guys doing it, i'll give ya a code with the information of all about the quest inn Hellfire:
Its kinda messy but i was in a hurry when postin this.
Here's another quest where i tried something out but didnt work:
Where do you guys place overrides?
Snixs. Hope it aint too confusing
And when that said, where do i place Overrides for quests?
I've been trying a bit out and how are you guys doing it, i'll give ya a code with the information of all about the quest inn Hellfire:
Code:
<Quest Id="10295" Name="From the Abyss">
<Objective Type="CollectItem" ItemId="29162" CollectCount="1"/>
<UseItem QuestName="From the Abyss" QuestId="10295" ItemId="29226" X="-1230.4" Y="1361.36" Z="7.608164" />
<Hotspots>
<Hotspot X="-1233.241" Y="1374.34" Z="13.1934" />
<Hotspot X="-1215.265" Y="1369.504" Z="11.49115" />
<Hotspot X="-1224.736" Y="1355.542" Z="5.147297" />
</Hotspots>
</Quest>
Its kinda messy but i was in a hurry when postin this.
Here's another quest where i tried something out but didnt work:
Code:
<PickUp QuestName="Disrupt Their Reinforcements" GiverName="Forward Commander To'arch" QuestId="10208" GiverId="19273" />
<Objective QuestName="Disrupt Their Reinforcements" QuestId="10208" Type="CollectItem" Count="8" Id="28513" />
<Objective QuestName="Disrupt Their Reinforcements" QuestId="10208" Type="UseObject" ObjectId="184414" UseCount="1" X="-418.9239" Y="1839.32" Z="77.50027" />
<Objective QuestName="Disrupt Their Reinforcements" QuestId="10208" Type="UseObject" ObjectId="184415" UseCount="1" X="-541.4108" Y="1780.108" Z="55.55507" />
<TurnIn QuestName="Disrupt Their Reinforcements" TurnInName="Forward Commander To'arch" QuestId="10208" TurnInId="19273" />
Where do you guys place overrides?
Snixs. Hope it aint too confusing