summaryrefslogtreecommitdiff
path: root/npc/tulimshar/guards.txt
diff options
context:
space:
mode:
authorZuzanna K. Filutowska <platyna@users.sourceforge.net>2006-02-21 21:52:20 +0000
committerZuzanna K. Filutowska <platyna@users.sourceforge.net>2006-02-21 21:52:20 +0000
commit951d8a7523e75a90996c4bf6bf30796cd1142135 (patch)
tree731433b18b8db5b19b0dc826071f25b89908a108 /npc/tulimshar/guards.txt
parentda4fb8263e04bcde15d1dbb298a24c5ca10b6d94 (diff)
downloadserverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.tar.gz
serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.tar.bz2
serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.tar.xz
serverdata-951d8a7523e75a90996c4bf6bf30796cd1142135.zip
Removing obsolete files.
Diffstat (limited to 'npc/tulimshar/guards.txt')
-rw-r--r--npc/tulimshar/guards.txt56
1 files changed, 0 insertions, 56 deletions
diff --git a/npc/tulimshar/guards.txt b/npc/tulimshar/guards.txt
deleted file mode 100644
index ce020e48..00000000
--- a/npc/tulimshar/guards.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-new_3-1.gat,48,79,0 script Guard 104,{
- mes "[Guard]";
- mes "Protecting Tulimshar is my job.";
- next;
- menu
- "Can you give me any tips?",L_Tip,
- "Information",L_Info,;
-
-L_Tip:
- set @TEMP,rand(5);
- if(@TEMP == 0) goto L_0;
- 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;
-L_1:
- mes "[Guard]";
- mes "Try to carry spare potion when on fields or in dungeons, they will come in handy.";
- close;
-L_2:
- mes "[Guard]";
- mes "Always carry a map of where you are, ask the Guides in most towns to get one.";
- close;
-L_3:
- mes "[Guard]";
- mes "When in a dungeon, monsters are more aggressive than if they were outside.";
- close;
-L_4:
- mes "[Guard]";
- mes "When gambling for money in casino's, make sure you have enough emergency money.";
- close;
-L_5:
- mes "[Guard]";
- mes "Never underestimate the enemy.";
- close;
-L_0:
- mes "[Guard]";
- mes "Let me think of a few... Oh! Do NOT attack Red scorpions unless you can kill it for sure!";
- close;
-
-L_Info:
- mes "[Guard]";
- mes "Sorry I have no information for you, try asking for a tip.";
- close;
-}
-
-new_3-1.gat,40,79,0 script SGuard 104,{
- mes "[Soldier]";
- mes "ZzzZzzZ...";
- next;
- mes "[Soldier]";
- mes "Heh, what?";
- mes "I wasn't sleeping, I was just resting my eyes!";
-close;
-}