blacklisted
New Member
- Joined
- Jan 15, 2010
- Messages
- 224
- Reaction score
- 1
I'm making a quest profile and I have ran into a problem with is quest.
Flamebreaker - Quest - World of Warcraft
The toon will run to the NPC and attack it instead of using the Flameseer's staff on it.
any ideas where the code is wrong.
I have the following code within the quest order tags
And below is what I have as an override,
Flamebreaker - Quest - World of Warcraft
The toon will run to the NPC and attack it instead of using the Flameseer's staff on it.
any ideas where the code is wrong.
I have the following code within the quest order tags
HTML:
<UseItem ItemId="53107" QuestId="25323" TargetId="38896" TargetType="Npc" X="5239.005" Y="-2848.203" Z="1544.786" />
<UseItem ItemId="53107" QuestId="25323" TargetId="38896" TargetType="Npc" X="5277.059" Y="-2833.028" Z="1526.515" />
<UseItem ItemId="53107" QuestId="25323" TargetId="38896" TargetType="Npc" X="5243.947" Y="-2792.81" Z="1531.611" />
<UseItem ItemId="53107" QuestId="25323" TargetId="38896" TargetType="Npc" X="5378.166" Y="-2966.753" Z="1548.387" />
<UseItem ItemId="53107" QuestId="25323" TargetId="38896" TargetType="Npc" X="5349.064" Y="-3000.562" Z="1550.952" />
And below is what I have as an override,
HTML:
<Quest Id="25323" Name="Flamebreaker">
<Objective Type="KillMob" MobId="40065" KillCount="30">
<Hotspots>
<Hotspot X="5239.005" Y="-2848.203" Z="1544.786" />
<Hotspot X="5277.059" Y="-2833.028" Z="1526.515" />
<Hotspot X="5243.947" Y="-2792.81" Z="1531.611" />
<Hotspot X="5378.166" Y="-2966.753" Z="1548.387" />
<Hotspot X="5349.064" Y="-3000.562" Z="1550.952" />
</Hotspots>
</Objective>
</Quest>