summaryrefslogtreecommitdiff
path: root/npc/tulimshar-casino
diff options
context:
space:
mode:
authorZuzanna K. Filutowska <platyna@users.sourceforge.net>2007-01-21 16:22:09 +0000
committerZuzanna K. Filutowska <platyna@users.sourceforge.net>2007-01-21 16:22:09 +0000
commitf0f5f12ee0686e0979e5982486044285f172bfed (patch)
treec9f7e33a7b0c28a54a11e4d959a9d16b12044c40 /npc/tulimshar-casino
parentc5aa3f8d48947ac40025ed5af126e75a234776ee (diff)
downloadserverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.gz
serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.bz2
serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.tar.xz
serverdata-f0f5f12ee0686e0979e5982486044285f172bfed.zip
Named all NPCs.
Diffstat (limited to 'npc/tulimshar-casino')
-rw-r--r--npc/tulimshar-casino/casino.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/tulimshar-casino/casino.txt b/npc/tulimshar-casino/casino.txt
index c0a0a671..39cebff3 100644
--- a/npc/tulimshar-casino/casino.txt
+++ b/npc/tulimshar-casino/casino.txt
@@ -16,9 +16,9 @@ new_8-1.gat,32,74 warp tohall 1,0,new_8-1.gat,68,23
new_8-1.gat,26,26,0 shop InnKeeper 112,539:175,513:20,519
-new_8-1.gat,103,26,0 script Waitress 118,{
+new_8-1.gat,103,26,0 script Rebeca 118,{
if (zeny < 100) goto L_NoMoney;
- mes "[Rebecca]";
+ mes "[Rebecca the Waitress]";
mes "Would you like to rest? It's only 100 gp.";
next;
@@ -39,8 +39,8 @@ L_NoMoney:
close;
}
-new_8-1.gat,24,23,0 script RoyalGuard 125,{
- mes "[Royal Guard]";
+new_8-1.gat,24,23,0 script Phaet 125,{
+ mes "[Phaet the Royal Guard]";
mes "Hey, you seem tough enough! Would you like to prove your skills? I'll let you in the arena if you give me 1000 gp. You can fight against other players there.";
next;
@@ -62,8 +62,8 @@ L_NoMoney:
close;
}
-new_8-1.gat,134,23,0 script Worker 117,{
- mes "[Valdo]";
+new_8-1.gat,134,23,0 script Valdo 117,{
+ mes "[Valdo the Worker]";
mes "Please let me work, I'm really in a hurry!";
close;
}