diff options
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,{ |