diff options
author | Wombat <hpwombat@yahoo.com> | 2011-06-28 04:24:09 -0400 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-06-28 04:37:12 -0400 |
commit | 2c07f14a13d1e1f88275bd12beded43706c53bae (patch) | |
tree | 1d99000bdf1ab4252c517d839d160ed3bc67efc7 /world/map/npc/021-1 | |
parent | 3d805e66996d219ab04bc84b0921c16a857d2b0e (diff) | |
download | serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.tar.gz serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.tar.bz2 serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.tar.xz serverdata-2c07f14a13d1e1f88275bd12beded43706c53bae.zip |
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
Diffstat (limited to 'world/map/npc/021-1')
-rw-r--r-- | world/map/npc/021-1/north_shops.txt | 12 |
1 files changed, 11 insertions, 1 deletions
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,{ |