asdfowkw
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 263
- Reaction score
- 0
Hey Main, Bossland and everyone else.
Just wonder, would it be possible for you guys to implement something like
Been trying to work on a gnome start area quest profile but there it was a use item on target and elevator problem so then i moved on to troll but then it seems like the first quest is different for every class . ^^ Best Regards Asdfowkw
edit: added some more for better explanation.
Just wonder, would it be possible for you guys to implement something like
Code:
<if(class == "Hunter")>
<PickUp QuestName="The Rise of the Darkspear" QuestId="24776" GiverName="Jin'thala" GiverId="37951" />
<TurnIn QuestName="The Rise of the Darkspear" QuestId="24776" TurnInName="Ortezza" TurnInId="38247" />
</if>
<if(class == "Warlock")>
<PickUp QuestName="The Rise of the Darkspear" QuestId="24776" GiverName="Jin'thala" GiverId="37951" />
<TurnIn QuestName="The Rise of the Darkspear" QuestId="24776" TurnInName="Ortezza" TurnInId="38247" />
</if>
<else>
<PickUp QuestName="The Rise of the Darkspear" QuestId="24776" GiverName="Jin'thala" GiverId="37951" />
<TurnIn QuestName="The Rise of the Darkspear" QuestId="24776" TurnInName="Ortezza" TurnInId="38247" />
</else>
edit: added some more for better explanation.
Last edited by a moderator: