• 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 quest log

tim26

Member
Joined
Aug 12, 2008
Messages
618
Reaction score
11
Location
Poland
i have one quest in quest log and all is bood but when i have in quest log 1 mission copeted and i start 2 mission then 1 mission hide with quest log and i see only 2 mission;./ what is wrong? there is my script

Code:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
	<quest name="Barbarian Test" startstorageid="7000" startstoragevalue="1">
		<mission name="Mead" storageid="7000" startvalue="1" endvalue="3">
			<missionstate id="1" description="pass the test"/>
	</mission>
 <mission name="lying bear" storageid="7000" startvalue="3" endvalue="4">
	<missionstate id="2" description="lying bear"/>
 </mission> <mission name="Mammoth" storageid="7000" startvalue="5" endvalue="6">
<missionstate id="3" description="fuck mammoth"/></mission></quest>
</quests>
 

Similar threads

Back
Top