From cdf80879bbe7c1d023b915bab64001cd4af26ba0 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 26 May 2013 06:23:32 -0500 Subject: NPC changes --- world/map/npc/021-1/gate_guards.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'world/map/npc/021-1/gate_guards.txt') 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; -- cgit v1.2.3-70-g09d2