From 2c07f14a13d1e1f88275bd12beded43706c53bae Mon Sep 17 00:00:00 2001 From: Wombat Date: Tue, 28 Jun 2011 04:24:09 -0400 Subject: Changes: Price in item_db.txt, merchants Item ID changed to Name... price changes to reflect Lora Tay's crafting and the price of cotton cloth drops increased for cotton cloth casino coins removed from merchants several merchants changed to simple information scripts price changes based on merchant sell value --- world/map/npc/021-1/north_shops.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'world/map/npc/021-1') diff --git a/world/map/npc/021-1/north_shops.txt b/world/map/npc/021-1/north_shops.txt index 4fc3c481..9a736720 100644 --- a/world/map/npc/021-1/north_shops.txt +++ b/world/map/npc/021-1/north_shops.txt @@ -6,7 +6,17 @@ 021-1.gat,136,38,0 shop Inar 108,CottonShirt :-1,CottonShorts :-1,WhiteCottonBoots :-1,DesertShirt :-1,SilkRobe :-5,DesertHat :-4 // Some general stuff -021-1.gat,128,36,0 shop Imec 162,CoinBag :-3,EmptyBottle :-6,CasinoCoins :10,CottonCloth :-6 +021-1.gat,128,36,0 script Imec 162,{ + set @npcname$, "Imec"; + mes "[" + @npcname$ + "]"; + mes "\"The Wizard's Council shut down my shop!\""; + next; + mes "\"They said I was selling illegal things, but what's so illegal about poison?\""; + next; + mes "\"Anyways, I hope to get a merchant's permit again...One of these days..\""; + close; +} + // A snobby store that won't sell to the player 021-1.gat,138,29,0 script Latoy 106,{ -- cgit v1.2.3-60-g2f50