summaryrefslogtreecommitdiff
path: root/npc/tulimshar
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-22 08:37:30 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-22 08:37:30 +0000
commit19596fe33ef8d123398ff780e4741274bd59be9d (patch)
treec906a3204ce32ca70723793657ea4d4ba34e4aba /npc/tulimshar
parent0030d3987820182190cbd557d0d375848dadf5de (diff)
downloadserverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.gz
serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.bz2
serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.xz
serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.zip
Some files set to use native end of line characters.
Diffstat (limited to 'npc/tulimshar')
-rw-r--r--npc/tulimshar/guards.txt112
1 files changed, 56 insertions, 56 deletions
diff --git a/npc/tulimshar/guards.txt b/npc/tulimshar/guards.txt
index e4febfa2..e32ccd40 100644
--- a/npc/tulimshar/guards.txt
+++ b/npc/tulimshar/guards.txt
@@ -1,56 +1,56 @@
-new_3-1.gat,48,79,0 script Ekinu 104,{
- mes "[Ekinu the Town 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 "[Ekinu the Town Guard]";
- mes "Try to carry spare potion when on fields or in dungeons, they will come in handy.";
- close;
-L_2:
- mes "[Ekinu the Town Guard]";
- mes "Always carry a map of where you are, ask the Guides in most towns to get one.";
- close;
-L_3:
- mes "[Ekinu the Town Guard]";
- mes "When in a dungeon, monsters are more aggressive than if they were outside.";
- close;
-L_4:
- mes "[Ekinu the Town Guard]";
- mes "When gambling for money in casino's, make sure you have enough emergency money.";
- close;
-L_5:
- mes "[Ekinu the Town Guard]";
- mes "Never underestimate the enemy.";
- close;
-L_0:
- mes "[Ekinu the Town 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 "[Ekinu the Town Guard]";
- mes "Sorry I have no information for you, try asking for a tip.";
- close;
-}
-
-new_3-1.gat,40,79,0 script Ryan 104,{
- mes "[Ryan the Town Guard]";
- mes "ZzzZzzZ...";
- next;
- mes "[Ryan the Town Guard]";
- mes "Heh, what?";
- mes "I wasn't sleeping, I was just resting my eyes!";
-close;
-}
+new_3-1.gat,48,79,0 script Ekinu 104,{
+ mes "[Ekinu the Town 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 "[Ekinu the Town Guard]";
+ mes "Try to carry spare potion when on fields or in dungeons, they will come in handy.";
+ close;
+L_2:
+ mes "[Ekinu the Town Guard]";
+ mes "Always carry a map of where you are, ask the Guides in most towns to get one.";
+ close;
+L_3:
+ mes "[Ekinu the Town Guard]";
+ mes "When in a dungeon, monsters are more aggressive than if they were outside.";
+ close;
+L_4:
+ mes "[Ekinu the Town Guard]";
+ mes "When gambling for money in casino's, make sure you have enough emergency money.";
+ close;
+L_5:
+ mes "[Ekinu the Town Guard]";
+ mes "Never underestimate the enemy.";
+ close;
+L_0:
+ mes "[Ekinu the Town 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 "[Ekinu the Town Guard]";
+ mes "Sorry I have no information for you, try asking for a tip.";
+ close;
+}
+
+new_3-1.gat,40,79,0 script Ryan 104,{
+ mes "[Ryan the Town Guard]";
+ mes "ZzzZzzZ...";
+ next;
+ mes "[Ryan the Town Guard]";
+ mes "Heh, what?";
+ mes "I wasn't sleeping, I was just resting my eyes!";
+close;
+}