summaryrefslogtreecommitdiff
path: root/npc/new_3-1-tulimshar/children.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-19 13:38:20 +0000
commit1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch)
tree888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/new_3-1-tulimshar/children.txt
parentc35d7a43946974cc85497980f4542f0b8abc1a56 (diff)
downloadserverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz
serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/new_3-1-tulimshar/children.txt')
-rw-r--r--npc/new_3-1-tulimshar/children.txt105
1 files changed, 0 insertions, 105 deletions
diff --git a/npc/new_3-1-tulimshar/children.txt b/npc/new_3-1-tulimshar/children.txt
deleted file mode 100644
index 40efb233..00000000
--- a/npc/new_3-1-tulimshar/children.txt
+++ /dev/null
@@ -1,105 +0,0 @@
-new_3-1.gat,94,27,0 script Aisha 108,{
- set @TEMP,rand(9);
- if(@TEMP == 0) goto L_1;
- if(@TEMP == 1) goto L_1;
- if(@TEMP == 2) goto L_2;
- if(@TEMP == 3) goto L_3;
- if(@TEMP == 4) goto L_4;
- if(@TEMP == 5) goto L_5;
- if(@TEMP == 6) goto L_6;
- if(@TEMP == 7) goto L_7;
- if(@TEMP == 8) goto L_8;
-
-L_1:
- mes "[Aisha]";
- mes "\"Maggots are soo slimey!\"";
- close;
-
-L_2:
- mes "[Aisha]";
- mes "\"Want to play ball with me?\"";
- close;
-
-L_3:
- mes "[Aisha]";
- mes "\"There are so many monsters; I hate scorpions!\"";
- close;
-
-L_4:
- mes "[Aisha]";
- mes "\"When I grow up, I want to be strong enough to kill a scorpion!\"";
- close;
-
-L_5:
- mes "[Aisha]";
- mes "\"Mommy told me that you can drop the things that monsters sell.\"";
- close;
-
-L_6:
- mes "[Aisha]";
- mes "\"Have you tried to eat a roasted maggot? They are sooo yummy! And you feel much healthier afterwards, too!\"";
- close;
-
-L_7:
- mes "[Aisha]";
- mes "\"I want to be a Doctor when i grow up!\"";
- close;
-
-L_8:
- mes "[Aisha]";
- mes "\"That volcano was sooo scary! The earth was shaking and everything was breaking down... but now they have rebuilt everything.\"";
- close;
-}
-
-new_3-1.gat,39,67,0 script Nina 103,{
- set @TEMP,rand(8);
- if(@TEMP == 0) goto L_1;
- if(@TEMP == 1) goto L_1;
- if(@TEMP == 2) goto L_2;
- if(@TEMP == 3) goto L_3;
- if(@TEMP == 4) goto L_4;
- if(@TEMP == 5) goto L_5;
- if(@TEMP == 6) goto L_6;
- if(@TEMP == 7) goto L_7;
- if(@TEMP == 8) goto L_8;
-
-L_1:
- mes "[Nina]";
- mes "\"If I learned anything from school, Grenxen founded Tulimshar.\"";
- close;
-
-L_2:
- mes "[Nina]";
- mes "\"When I was picking rocks from the field, I saw a red scorpion.\"";
- close;
-
-L_3:
- mes "[Nina]";
- mes "\"Its polite to state your name before talking to anyone.\"";
- close;
-
-L_4:
- mes "[Nina]";
- mes "\"I have a Scorpion Doll!\"";
- close;
-
-L_5:
- mes "[Nina]";
- mes "\"I always take some spare Cactus Juices with me on the field. They are heavy, though.\"";
- close;
-
-L_6:
- mes "[Nina]";
- mes "\"When you are feeling bad, eating something can usually help you heal faster.\"";
- close;
-
-L_7:
- mes "[Nina]";
- mes "\"Grenxen is the Demon that founded Tulimshar.\"";
- close;
-
-L_8:
- mes "[Nina]";
- mes "That volcano eruption was terrifying; much of Tulimshar was destroyed. Fortunately the mayor had everything rebuilt quickly.";
- close;
-}