diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-02 22:45:17 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-02 22:45:17 +0000 |
commit | ec9be0a2967b38955d26e337b05bc3a042ac4544 (patch) | |
tree | e1ef509c78c8a3fe777b4adb0f4c650364fa55cb /npc/tulimshar/children.txt | |
parent | 2fd04617279829d54349b325bacb4c72addebfe4 (diff) | |
download | classic-serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.gz classic-serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.bz2 classic-serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.xz classic-serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.zip |
Branch data for eAthena
Diffstat (limited to 'npc/tulimshar/children.txt')
-rw-r--r-- | npc/tulimshar/children.txt | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/npc/tulimshar/children.txt b/npc/tulimshar/children.txt deleted file mode 100644 index 3fc41f98..00000000 --- a/npc/tulimshar/children.txt +++ /dev/null @@ -1,93 +0,0 @@ -new_3-1.gat,57,70,0 script Aisha 108,{ - set @TEMP,rand(7); - 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 == 0) goto L_1; - -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 "Monsters roam the land, 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 "Items dropped by monsters can be sold."; - close; - -L_6: - mes "[Aisha]"; - mes "Items such as foods, can be eaten to regain Health Points."; - close; - -L_7: - mes "[Aisha]"; - mes "I want to be a Doctor when i grow up!"; - close; -} - -new_3-1.gat,120,33,0 script Nina 103,{ - set @TEMP,rand(7); - 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 == 0) goto L_1; - -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 carry spare Cactus Juices while on the field."; - close; - -L_6: - mes "[Nina]"; - mes "Items such as foods, can be eaten to regain Health Points."; - close; - -L_7: - mes "[Nina]"; - mes "Grenxen is the Demon that founded Tulimshar."; - close; -} |