Jump to content

question Player level requirement for quests


Recommended Posts

I want to set player level requirements for quests. Maybe someone will tell me how to do this?
 

 

that's not working

Quote

 

<remove xpath="quests/quest_list[@id='trader_quests']/quest[@id='tier1_clear']"/>
<remove xpath="quests/quest_list[@id='trader_quests']/quest[@id='tier1_fetch']"/>
<remove xpath="quests/quest_list[@id='trader_quests']/quest[@id='tier1_buried_supplies']"/>

<append xpath="quests/quest_list[@id='trader_quests']">
<quest id="tier1_clear" requirement="PlayerLevel" operation="GTE" value="10"/>
<quest id="tier1_fetch" requirement="PlayerLevel" operation="GTE" value="10"/>
<quest id="tier1_buried_supplies" requirement="PlayerLevel" operation="GTE" value="3"/>
</append>

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...