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

Quest log ERROR

niti

New Member
Joined
Nov 22, 2009
Messages
258
Reaction score
2
Hello, when I want to start my server, it writes " Cannot load quest.log " Please help, I'll rep++, What's the problem got a server 8.00
 
Make sure your quest log has the correct syntax, follow this example:

LUA:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
	<quest name="Example Quest I" startstorageid="30031" startstoragevalue="1">
		<mission name="The head of Kiper" storageid="1001" startvalue="1" endvalue="3">
			<missionstate id="1" description="Kill Kiper!"/>
			<missionstate id="2" description="Give his head to Talaturen!"/>
			<missionstate id="3" description="Take the medal you got from Talaturen to Ruly!"/>
		</mission>
		<mission name="Ruly's Revenge" storageid="30031" startvalue="4" endvalue="6">
			<missionstate id="4" description="You received a document with instructions from Ruly, follow them."/>
			<missionstate id="5" description="Go back to Ruly and tell him that you followed his instructions to the end."/>
			<missionstate id="6" description="You got a reward from Ruly, he was very thankful with that you helped him to take his revenge."/>
		</mission>
	</quest>
</quests>
 
Yes but, It doesn't seems that I got the QUEST.log file in the MAP -.- How does it write under it? Or what's the name of the FILE? So I can paste that text u sended to me! Where can I find it? Help!
 
But what's the name of it? I don't got the XML in my server... :s

- - - Updated - - -

kummerackk.jpg

http://imageshack.us/f/69/kummerackk.png/

kummerackk.png
 
Last edited:
Afaik, the 8.0 server didn't have XML folder yet, try using another server, maybe the questlog is configured on sources, or try search in logs folder.
 
Uhm... I can't find an another 8.00 this was the one my friend gave me, it's really hard to find 8.00 that haven't already been removed from rapidshare or megaupload..
 
Which 8.0 server is that?
Can you create a bigger screenshot? => Upload the image on imgur.com
 
Try copying on of the xml files and adding this:
XML:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
</quests>

Name is quests.xml or quest.xml
 
Back
Top