I'm trying to script a quest and Having problems with it just picking it up and then trying to tun it in.
The Code goes as follows.
What am I doing wrong?
Any help would be Great!
The Code goes as follows.
Code:
<HBProfile>
<Quest Name="The Cries of the Dead" Id="26778">
<Objective Type="KillMob" MobId="948" Count="20" >
<Hotspots>
<Hotspot X="-10573.53" Y="293.9884" Z="30.57787" />
<Hotspot X="-10493.48" Y="301.8664" Z="31.08557" />
<Hotspot X="-10421.23" Y="307.4727" Z="38.71011" />
</Hotspots>
</Objective>
</Quest>
<QuestOrder>
<PickUp QuestName="The Cries of the Dead" GiverName="Sister Elsington" QuestId="26778" GiverId="43731" />
<Objective QuestName="The Cries of the Dead" Type="KillMob" MobId="948" Count="20" />
<TurnIn QuestName="The Cries of the Dead" TurnInName="Sister Elsington" QuestId="26778" TurnInId="43731" />
</QuestOrder>
</HBProfile>
Any help would be Great!
Last edited: