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

Windows Quests.xml

mpa

Member
Joined
Oct 8, 2008
Messages
319
Reaction score
13
Location
Sweden
What's wrong with this?
Code:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
    <quest>
    <quest name="Annihilator" startstorageid="5001" startstoragevalue="1">
        <mission name="Annihilator" storageid="5001" startvalue="1" endvalue="2">
            <missionstate id="1" description="Kill the demons and survive!"/>
            <missionstate id="2" description="You made it!"/>
    </quest>
    <quest name="Annihilator" startstorageid="5002" startstoragevalue="1">
        <mission name="Annihilator" storageid="5001" startvalue="1" endvalue="2">
            <missionstate id="1" description="Kill the demons and survive!"/>
            <missionstate id="2" description="You made it!"/>
    </quest>
    <quest name="Annihilator" startstorageid="5003" startstoragevalue="1">
        <mission name="Annihilator" storageid="5001" startvalue="1" endvalue="2">
            <missionstate id="1" description="Kill the demons and survive!"/>
            <missionstate id="2" description="You made it!"/>
    </quest>
    <quest name="Annihilator" startstorageid="5004" startstoragevalue="1">
        <mission name="Annihilator" storageid="5001" startvalue="1" endvalue="2">
            <missionstate id="1" description="Kill the demons and survive!"/>
            <missionstate id="2" description="You made it!"/>
    </quest>
</quests>
 
I don't looked into the script, but if you useing 0.3 beta1, it can be a problem, becouse quest window didn't work in beta 1 ;>
 
Back
Top