summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar
diff options
context:
space:
mode:
authorMaximilian Philipps <Turmfalke2007@web.de>2009-07-19 17:22:57 +0200
committerJared Adams <jaxad0127@gmail.com>2009-07-20 18:00:26 -0600
commitf31497688ec199d06f04d137ada8879fa1b419cc (patch)
tree2a4d42d147b9a826059188b2e72c7a2c62e2ce92 /npc/001-1_Tulimshar
parentea7661d8046b5b6d7ce0199546fe1e5331f5ac18 (diff)
downloadserverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.gz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.bz2
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.tar.xz
serverdata-f31497688ec199d06f04d137ada8879fa1b419cc.zip
removes next; when followed by a close;
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r--npc/001-1_Tulimshar/children.txt1
-rw-r--r--npc/001-1_Tulimshar/elanore.txt8
-rw-r--r--npc/001-1_Tulimshar/vincent.txt4
3 files changed, 0 insertions, 13 deletions
diff --git a/npc/001-1_Tulimshar/children.txt b/npc/001-1_Tulimshar/children.txt
index 1b62953d..3b331e08 100644
--- a/npc/001-1_Tulimshar/children.txt
+++ b/npc/001-1_Tulimshar/children.txt
@@ -131,6 +131,5 @@ L_giveword:
mes "[Nina]";
mes "Terrified, she looks around once more.";
mes "\"But you mustn't tell anyone!\"";
- next;
close;
}
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt
index 0b0b9c92..7dea2a32 100644
--- a/npc/001-1_Tulimshar/elanore.txt
+++ b/npc/001-1_Tulimshar/elanore.txt
@@ -218,20 +218,17 @@ L_Lifestones_Trade:
mes "\"Five for you and five for me.\"";
mes "She smiles.";
mes "[200 experience points]";
- next;
close;
L_Lifestones_NoRoom:
mes "[Elanore the Healer]";
mes "\"Oh... it seems that you have no room for the lifestones. But please do come back later when you have made a little space.\"";
- next;
close;
L_Lifestones_Trade_Missing:
mes "[Elanore the Healer]";
mes "Elanore counts the leaves you show her.";
mes "\"No, I am sorry. Please bring me ten leaves each of gamboge, alizarin, mauve, and cobalt.\"";
- next;
close;
L_Lifestones_MakeSelf:
@@ -244,12 +241,10 @@ L_Lifestones_MakeSelf_yes:
next;
mes "[Elanore the Healer]";
mes "\"You will have to make sure that your powers are pure, though, either by wearing a white robe or some other special magical item that does this for you.\"";
- next;
close;
L_Lifestones_MakeSelf_no:
mes "\"No, you are not powerful enough yet. Please come back and ask me again when you have learned to control more powerful magic, though!\"";
- next;
close;
L_Teach:
@@ -263,7 +258,6 @@ L_Teach:
mes "[Elanore the Healer]";
mes "\"You have made good progress, but you lack the magical power to advance further. Also, I would like to observe you some more to be certain that you will make a good healer.\"";
- next;
close;
L_Teach_Initial:
@@ -303,7 +297,6 @@ L_Teach_Initial:
mes "[Elanore the Healer]";
mes "Elanore hands you the crystal.";
mes "\"Here you are. I hope that it will allow you to do good!\"";
- next;
close;
L_Teach_Initial_Noroom:
@@ -378,7 +371,6 @@ L_Teach_CheckAdvanceToLOH:
getexp 1000, 0;
set @Q_status, @STATUS_LEARNED_LAY_ON_HANDS;
callsub S_update_var;
- next;
close;
L_Teach_LOH_advance_abort0:
diff --git a/npc/001-1_Tulimshar/vincent.txt b/npc/001-1_Tulimshar/vincent.txt
index 23757485..ba3bec00 100644
--- a/npc/001-1_Tulimshar/vincent.txt
+++ b/npc/001-1_Tulimshar/vincent.txt
@@ -78,14 +78,12 @@ L_Req4:
L_Wait:
mes "[Vincent]";
mes "\"Now please go get me 10 [Bug Leg]s.\"";
- next;
close;
L_Progress:
if(countitem("BugLeg") >= 10) goto L_Have;
mes "[Vincent]";
mes "\"Please help me collect 10 [Bug Leg]s!\"";
- next;
close;
L_Have:
@@ -102,12 +100,10 @@ L_Have:
mes "\"Here you go, a little of my appreciation!\"";
mes "";
mes "[1000 gold]";
- next;
close;
L_Done:
mes "[Vincent]";
mes "\"Thanks for your help!\"";
- next;
close;
}