diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2007-01-21 16:22:09 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2007-01-21 16:22:09 +0000 |
commit | f0f5f12ee0686e0979e5982486044285f172bfed (patch) | |
tree | c9f7e33a7b0c28a54a11e4d959a9d16b12044c40 /npc/tulimshar/guards.txt | |
parent | c5aa3f8d48947ac40025ed5af126e75a234776ee (diff) | |
download | serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.gz serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.bz2 serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.xz serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.zip |
Named all NPCs.
Diffstat (limited to 'npc/tulimshar/guards.txt')
-rw-r--r-- | npc/tulimshar/guards.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/tulimshar/guards.txt b/npc/tulimshar/guards.txt index cd918c81..e4febfa2 100644 --- a/npc/tulimshar/guards.txt +++ b/npc/tulimshar/guards.txt @@ -1,5 +1,5 @@ -new_3-1.gat,48,79,0 script Guard 104,{
- mes "[Guard]";
+new_3-1.gat,48,79,0 script Ekinu 104,{
+ mes "[Ekinu the Town Guard]";
mes "Protecting Tulimshar is my job.";
next;
menu
@@ -15,41 +15,41 @@ L_Tip: if(@TEMP == 4) goto L_4;
if(@TEMP == 5) goto L_5;
L_1:
- mes "[Guard]";
+ 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 "[Guard]";
+ 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 "[Guard]";
+ mes "[Ekinu the Town Guard]";
mes "When in a dungeon, monsters are more aggressive than if they were outside.";
close;
L_4:
- mes "[Guard]";
+ mes "[Ekinu the Town Guard]";
mes "When gambling for money in casino's, make sure you have enough emergency money.";
close;
L_5:
- mes "[Guard]";
+ mes "[Ekinu the Town Guard]";
mes "Never underestimate the enemy.";
close;
L_0:
- mes "[Guard]";
+ 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 "[Guard]";
+ 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 SGuard 104,{
- mes "[Soldier]";
+new_3-1.gat,40,79,0 script Ryan 104,{
+ mes "[Ryan the Town Guard]";
mes "ZzzZzzZ...";
next;
- mes "[Soldier]";
+ mes "[Ryan the Town Guard]";
mes "Heh, what?";
mes "I wasn't sleeping, I was just resting my eyes!";
close;
|