Vanilla code have challenges with objective:
<objective type="QuestComplete" quest_tag="..." />
So, i want to create challenge ==> complete "clear quest - tier 1".
But here is big problem.. If to add tag "test" to quest
<quest id="tier1_clear">:
<property name="extra_tags" value="test" param1="extra_tags"/>
Traders stop to give tier 1 clear quests completely.
Where is problem? Help me pls with hint... How to add new tag to tier1_clear without removing it from the traders lists?
<objective type="QuestComplete" quest_tag="..." />
So, i want to create challenge ==> complete "clear quest - tier 1".
But here is big problem.. If to add tag "test" to quest
<quest id="tier1_clear">:
<property name="extra_tags" value="test" param1="extra_tags"/>
Traders stop to give tier 1 clear quests completely.
Where is problem? Help me pls with hint... How to add new tag to tier1_clear without removing it from the traders lists?