What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Class tags in Profiles for Class Specific Quests

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

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>
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.
 
Last edited by a moderator:
Would be awesome if a mod could change topic title to "if(class)? Bossland/Main"
 
actually it would probably be more like

instead of how you have it.
Code:
<PickUp QuestName="The Rise of the Darkspear" QuestId="24776" GiverName="Jin'thala" GiverId="37951" Class="Warrior" />
        <TurnIn QuestName="The Rise of the Darkspear" QuestId="24776" TurnInName="Ortezza" TurnInId="38247" Class="Warrior"/>
 
Asd you said "Would be awesome if a mod could change topic title to "if(class)? Bossland/Main""
Addressing it to for example Bossland, Main, or whatever, If My memory serves is against the forums rules.
 
Was just about to say that ;)
actually it would probably be more like

instead of how you have it.
Code:
<PickUp QuestName="The Rise of the Darkspear" QuestId="24776" GiverName="Jin'thala" GiverId="37951" Class="Warrior" />
        <TurnIn QuestName="The Rise of the Darkspear" QuestId="24776" TurnInName="Ortezza" TurnInId="38247" Class="Warrior"/>
 
Back
Top