Question about profile creation
I have a quest where am asked to go kill <____> mobs and collect item X. In the same quest after collecting Item X, I need to go use Item X on Object Z.
http://www.wowhead.com/quest=11523
I filled in the the information needed, and I assumed I would need two objective lines, so I wrote the following.
<Objective QuestName="Arm the Wards" QuestId="11523" Type="CollectItem" ItemId="34338" CollectCount="4" />
<RunTo X="12821.95" Y="-6879.826" Z="12.97866" />
<Objective QuestName="Arm the Wards" QuestId="11523" Type="UseObject" ObjectId="34338" UseCount="1" />
After the <RunTo/> he doesn't attempt to use the item and simply attempts to go turn in the quest. Anyone have a suggestion for me?