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-1/gate_guards.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-1/gate_guards.txt')
-rw-r--r-- | world/map/npc/021-1/gate_guards.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/world/map/npc/021-1/gate_guards.txt b/world/map/npc/021-1/gate_guards.txt index 6af33f2f..ad0e80b4 100644 --- a/world/map/npc/021-1/gate_guards.txt +++ b/world/map/npc/021-1/gate_guards.txt @@ -21,20 +21,25 @@ } // Guards by the gates to East Tulimshar +021-1.gat,146,23,0|script|Guard|104,{ + mes "[Guard]"; + mes "\"I make sure less desirables don't enter the Noble District.\""; + close; +} 021-1.gat,156,42,0|script|Guard|104,{ mes "[Guard]"; - mes "\"It's still a mess in East Tulimshar. The volcano and earthquake did a lot of damage.\""; + mes "\"The volcano and earthquake did a lot of damage, but the citizens of Tulimshar sure did a good job of cleaning up.\""; close; } 021-1.gat,156,95,0|script|Guard|104,{ mes "[Guard]"; - mes "\"It can get quite dangerous east of town. But for now, the passage is closed.\""; + mes "\"The Palace is East of here. That is where you will find the Council of Wizards.\""; close; } // Near the bazaar, outside the government building -021-1.gat,58,135,0|script|Guard|123,{ +021-1.gat,55,136,0|script|Guard|123,{ mes "[Guard]"; mes "\"This is a government building. They have some clerical and tax offices in here. There is also a jail in the subbasement.\""; close; |