Ziggy
Member
- Joined
- Aug 11, 2007
- Messages
- 49
- Reaction score
- 6
Here is my quests.xml
I can get the starting storage value to come on for 20000 and 20002 so I can see the both quests, aeroswick and mainland, and i can see the mission for aeroswick but the description doesnt show up, why is that?
Code:
<?xml version="1.0" encoding="UTF-8"?>
<quests>
<quest name="Aeroswick" startstorageid="20001" startstoragevalue="1">
<mission name="The lost backpack" storageid="20002" startvalue="1" endvalue="3">
<missionstate id="1" description="Obwalt lost his backpack in the sewer go and find it."/>
<missionstate id="2" description="You have found the missing backpack turn it in to Obwalt for your reward."/>
<missionstate id="3" description="You turned in the missing backpack and were awarded 10 cookies."/>
</mission>
</quest>
<quest name="Mainland" startstorageid="20001" startstoragevalue="1">
<mission name="The head of Kiper" storageid="1001" startvalue="1" endvalue="2">
<missionstate id="1" description="Kill Kiper!"/>
<missionstate id="2" description="Give his head to Talaturen!"/>
</mission>
</quest>
</quests>
I can get the starting storage value to come on for 20000 and 20002 so I can see the both quests, aeroswick and mainland, and i can see the mission for aeroswick but the description doesnt show up, why is that?