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/020-2 | |
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/020-2')
-rw-r--r-- | world/map/npc/020-2/shops.txt | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index cc796b55..edeaa73c 100644 --- a/world/map/npc/020-2/shops.txt +++ b/world/map/npc/020-2/shops.txt @@ -1,11 +1,21 @@ // Snow town shops -// Clothes shop -020-2.gat,75,28,0 shop Taylor 137,523:2000,524:1600,543:800,544:5000,546:10000,586:1000,741:-1 +// About the Area NPC +020-2.gat,75,28,0 script Taylor 137,{ + mes "[" + @npcname$ + "]"; + mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\""; + next; + mes "\"Around Christmas time, this place gets crazy, but most of the time Nivalis serves as a hub for adventurers and tourists that come to Kaizei.\""; + next; + mes "\"There caves around here can prove to be dangerous, be careful around here and bring friends if you should go into them..otherwise, it might spell your end.\""; + next; + mes "\"Well, pleasant journeys and I hope I haven't been too much of a bother. Good chatting with you.\""; + close; +} // Weapons shop -020-2.gat,25,65,0 shop Bracco 135,1201:50,521:1000,522:100,529:3,530:-1 +020-2.gat,25,65,0 shop Bracco 135,IronArrow :-1, Shortbow :-1, Dagger :-1, LeatherShield :-1 // Potions shop -020-2.gat,75,24,0 shop Mede 103,501:50,502:70,567:500,568:500 +020-2.gat,75,24,0 shop Mede 103,CactusDrink :-1,CactusPotion :-1,Iron Potion :-1,ConcentrationPotion :-1 // INN 020-2.gat,111,23,0 script Kane 120,{ |