From 9cd4cc669780d72fde76bf78477cff9a1bae85df Mon Sep 17 00:00:00 2001 From: cavesomething Date: Mon, 26 Apr 2010 15:54:37 +0000 Subject: [PATCH] Add the two quests referenced in the test map git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@12973 282e977c-c81d-0410-88c4-b93c2d0d6712 --- default.quests | 71 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/default.quests b/default.quests index 4303daecc..d320e1bd1 100644 --- a/default.quests +++ b/default.quests @@ -47,7 +47,76 @@ end_step step 50 finishes_quest description -You have brought the potion back to Spike +You brought the potion back to Spike. +end_description +end_step +end_quest + +quest testquest +title testquest +description +test that quests work properly +end_description +restart 0 +step 10 +description +10 - pick up the sword, and bring it here. +end_description +end_step +step 20 +description +20 - you have acquired the sword, return it. +end_description +end_step +step 30 +description +30 - You have picked up a sword, figure out what to do with it +end_description +end_step +step 40 +description +40 - you gave the sword back, speak to the old man who will open the door for you. +end_description +end_step +step 50 +finishes_quest +description +50 - you got rewarded, Yay! +end_description +end_step +end_quest + +quest testquest2 +title testquest2 +description +second test that quests work properly +end_description +restart 0 +step 10 +description +10 - Get 6 apples +end_description +end_step +step 20 +description +20 - You were given a mcguffin to help you +end_description +end_step +step 25 +description +25 - You see the yummy apples ahead of you. +end_description +end_step +step 30 +finishes_quest +description +30 - You got the apples, success. +end_description +end_step +step 40 +finishes_quest +description +40 - You got even more apples than you needed to, you are a jee-knee-ous end_description end_step end_quest