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/arena/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/arena/guards.txt')
-rw-r--r-- | npc/arena/guards.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/arena/guards.txt b/npc/arena/guards.txt index 563f3949..68229035 100644 --- a/npc/arena/guards.txt +++ b/npc/arena/guards.txt @@ -1,5 +1,5 @@ -new_6-1.gat,77,37,0 script RoyalGuard 125,{
- mes "[Royal Guard]";
+new_6-1.gat,77,37,0 script Tybald 125,{
+ mes "[Tybald the Royal Guard]";
mes "Do you want to go back?";
next;
@@ -15,8 +15,8 @@ L_No: close;
}
-new_6-1.gat,69,37,0 script RoyalGuard 126,{
- mes "[Royal Guard]";
+new_6-1.gat,69,37,0 script Aradin 126,{
+ mes "[Aradin the Royal Guard]";
mes "Don't touch me!";
mes "You won't find it very funny.";
close;
|