• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with task missions in quests.xml

Wangsta

TFS Dev/Gobal Tibia Expert
Joined
Dec 7, 2011
Messages
1,082
Reaction score
97
I tried to shorten my killing in the name of missions like this:

XML:
	<mission name="Paw and Fur: Mutated Rats" storageid="14019" startvalue="0" endvalue="201">
		<missionstate id="0-200" description="You already hunted |STATE|/200 mutated rats."/>
		<missionstate id="201" description="You killed 200 mutated rats. You can restart that task if you are still under Level 90."/>
	</mission>


However, I'm getting the following error: Invalid mission state id '0-200' for mission...

Is there a simple way to fix this, or should I revert back to the expanded version (mission state for each kill)?
 

Similar threads

Back
Top