cjzygr
New Member
- Joined
- Oct 18, 2010
- Messages
- 155
- Reaction score
- 1
hi,
i am trying to override the killmob id for this quest(http://www.wowhead.com/quest=218) becasue the ID wowhead gives is incorrect, but all i get is this
when i try this code :
i am trying to override the killmob id for this quest(http://www.wowhead.com/quest=218) becasue the ID wowhead gives is incorrect, but all i get is this
Code:
Could not find objective with ID 37507 in quest Ice and Fire
Could not create a performable quest objective for objective with ID 37507!
Could not create current in quest bot!
when i try this code :
HTML:
<Quest Id="218" Name="Ice and Fire">
<Objective Type="KillMob" MobId="808" KillCount="1">
<Hotspots>
<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
</Hotspots>
</Objective>
<Objective Type="KillMob" MobId="37507" KillCount="10">
<Hotspots>
<Hotspot X="-6506.681" Y="387.4102" Z="385.0729" />
<Hotspot X="-6477.042" Y="383.3407" Z="381.3582" />
<Hotspot X="-6474.247" Y="353.3873" Z="377.9596" />
<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
<Hotspot X="-6518.2" Y="318.226" Z="374.0129" />
<Hotspot X="-6527.083" Y="344.2198" Z="372.8882" />
</Hotspots>
</Objective>
<Objective Type="KillMob" MobId="37112" KillCount="1">
<Hotspots>
<Hotspot X="-6482.534" Y="338.7563" Z="369.3296" />
</Hotspots>
</Objective>
</Quest>
Last edited: