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 +++++++--- world/map/npc/021-1/imec.txt | 2 +- world/map/npc/021-1/north_shops.txt | 41 +++++++++++------------------------- world/map/npc/021-1/npcs.txt | 6 +++--- world/map/npc/021-1/royal_guards.txt | 13 ------------ 5 files changed, 24 insertions(+), 49 deletions(-) delete mode 100644 world/map/npc/021-1/royal_guards.txt (limited to 'world/map/npc/021-1') 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; diff --git a/world/map/npc/021-1/imec.txt b/world/map/npc/021-1/imec.txt index 5ad150f8..ac541c87 100644 --- a/world/map/npc/021-1/imec.txt +++ b/world/map/npc/021-1/imec.txt @@ -10,7 +10,7 @@ OnInit: end; } -021-1.gat,128,36,0|script|Imec|162,{ +021-1.gat,120,33,0|script|Imec|162,{ set @state, ((QUEST_NorthTulimshar & $@ImecShopNT_MASK) >> $@ImecShopNT_SHIFT); set @money, 500; diff --git a/world/map/npc/021-1/north_shops.txt b/world/map/npc/021-1/north_shops.txt index 75df89e0..71b9e757 100644 --- a/world/map/npc/021-1/north_shops.txt +++ b/world/map/npc/021-1/north_shops.txt @@ -3,7 +3,18 @@ // More high-end stuff to satisfy the richer people in Royal Tulimshar // Some clothing -021-1.gat,136,38,0|shop|Inar|108,CottonShirt :-1,CottonShorts :-1,CottonBoots :-1,DesertShirt :-1,SilkRobe :-5,DesertHat :-4 +021-1.gat,135,38,0|shop|Inar|108,CottonShirt :-1,CottonShorts :-1,CottonBoots :-1,DesertShirt :-1,SilkRobe :-5,DesertHat :-4 + +021-1.gat,129,40,0|script|Well|400,{ + callfunc "WaterBottle"; +} + +// An officer (for security) +021-1.gat,128,36,0|script|Officer|150,{ + mes "[Officer]"; + mes "I'm here for extra security for this market."; + close; +} // A snobby store that won't sell to the player // takes part in quest given by 021-2/kylian.txt @@ -25,31 +36,3 @@ L_Close: close; } -// A barber (later we can make it so certain styles need to come from him, for a price) -021-1.gat,119,29,0|script|Issay|156,{ - mes "[Issay the Barber]"; - mes "\"Do you need a change of style?\""; - next; - callfunc "Barber"; - mes "[Issay the Barber]"; - mes "\"Come again!\""; - close; -} - -// Another banker -021-1.gat,122,32,0|script|Hydusun|149,{ - set @npcname$, "Hydusun"; - callfunc "Banker"; - close; -} - -021-1.gat,129,40,0|script|Well|400,{ - callfunc "WaterBottle"; -} - -// An officer (for security) -021-1.gat,130,38,0|script|Officer|150,{ - mes "[Officer]"; - mes "I'm here for extra security for this market."; - close; -} diff --git a/world/map/npc/021-1/npcs.txt b/world/map/npc/021-1/npcs.txt index 89a3111e..662a69e2 100644 --- a/world/map/npc/021-1/npcs.txt +++ b/world/map/npc/021-1/npcs.txt @@ -10,7 +10,7 @@ close; } -021-1.gat,75,67,0|script|Silvia|207,{ +021-1.gat,76,67,0|script|Silvia|207,{ set @npcname$, "Silvia"; mes "[" + @npcname$ + "]"; @@ -22,7 +22,7 @@ close; } -021-1.gat,45,77,0|script|Pauline|208,{ +021-1.gat,55,66,0|script|Pauline|208,{ set @npcname$, "Pauline"; mes "[" + @npcname$ + "]"; @@ -32,7 +32,7 @@ close; } -021-1.gat,49,123,0|script|Michel|215,{ +021-1.gat,51,123,0|script|Michel|215,{ set @npcname$, "Michel"; mes "[" + @npcname$ + "]"; diff --git a/world/map/npc/021-1/royal_guards.txt b/world/map/npc/021-1/royal_guards.txt deleted file mode 100644 index 1920e43b..00000000 --- a/world/map/npc/021-1/royal_guards.txt +++ /dev/null @@ -1,13 +0,0 @@ -// - -021-1.gat,141,23,0|script|Guard|126,{ - mes "[Guard]"; - mes "\"Stay away.\""; - close; -} - -021-1.gat,147,23,0|script|Guard|126,{ - mes "[Guard]"; - mes "\"Stay away.\""; - close; -} -- cgit v1.2.3-60-g2f50