diff options
author | wushin <pasekei@gmail.com> | 2013-05-26 06:23:32 -0500 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-05-26 15:56:43 +0200 |
commit | cdf80879bbe7c1d023b915bab64001cd4af26ba0 (patch) | |
tree | 4a4b7f803049072e3968aa4a5f85c52a79ed4023 /world/map/npc/021-2/hotel_receptionist.txt | |
parent | e2f9b74abbf96b6acf26eda3a3e173cdb6f437e2 (diff) | |
download | serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.tar.gz serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.tar.bz2 serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.tar.xz serverdata-cdf80879bbe7c1d023b915bab64001cd4af26ba0.zip |
NPC changes
Diffstat (limited to 'world/map/npc/021-2/hotel_receptionist.txt')
-rw-r--r-- | world/map/npc/021-2/hotel_receptionist.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/021-2/hotel_receptionist.txt b/world/map/npc/021-2/hotel_receptionist.txt new file mode 100644 index 00000000..0a7fcbb2 --- /dev/null +++ b/world/map/npc/021-2/hotel_receptionist.txt @@ -0,0 +1,11 @@ +// Tulimshar's main workshop + +// The receptionist +021-2.gat,22,63,0|script|Sonir|118,{ + mes "[Sonir]"; + mes "\"Welcome to The Wizards's Rest!\""; + next; + mes "[Sonir]"; + mes "\"We have limited housing on the second floor.\""; + close; +} |