• 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!

[TFS 0,3] quests.xml

christiandb

Member
Joined
Feb 5, 2008
Messages
2,469
Reaction score
5
Location
010
Code:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
	<quest name="The Queen of the Banshees Quest" startstorageid="7500" startstoragevalue="1">
		<mission name="The Hidden Seal " storageid="7500" startvalue="1" endvalue="1">
			<missionstate id="1" description="Step into the blue flame and some monsters will be summoned!"/>
		</mission>
		<mission name="The Seal of Logic" storageid="7500" startvalue="1" endvalue="2">
			<missionstate id="2" description="Make sure the levers are on the right place before you step into the blue flame."/>
		</mission>
		<mission name="The Seal of True Path " storageid="7500" startvalue="1" endvalue="11">
			<missionstate id="3" description="Make sure you walked the right way before you step into the blue flame."/>
		</mission>
		<mission name="The Seal of Sacrifice" storageid="7500" startvalue="1" endvalue="13">
			<missionstate id="4" description="Make sure you walked on the tile left in the room, put the potions on the right place and then step on the tile right in the room."/>
		</mission>
		<mission name="The Seal of Demonrage" storageid="7500" startvalue="1" endvalue="20">
			<missionstate id="5" description="Make sure you have used the levers in the right order and then step on the blue flame. When you step on the blue flame the levers must be to the left."/>
		</mission>
		<mission name="The Plague Seal" storageid="7500" startvalue="1" endvalue="21">
			<missionstate id="6" description="Make sure you have put the white pearl on the left counter and the black pearl on the right counter. When you did that step in the teleporter and walk in the blue flame."/>
		</mission>
		<mission name="The Kiss of the Banshee Queen" storageid="7500" startvalue="1" endvalue="22">
			<missionstate id="7" description="Now you can enter the final room. Take the rewards if you killed everything!"/>
		</mission>
	</quest>
</quests>

I guess I can only use quest help if I use different storage IDs, because the quest now changes the value of id 7500. Is that true?
 
Back
Top Bottom