diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 09:24:59 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 09:24:59 +0100 |
commit | 92edc7656445e89c7ce1d229970f03ff55708e5b (patch) | |
tree | b4e713a304b211b3772e038dbff2b3024dac118c /npc/new_20-1-woodland-village/shops.txt | |
parent | 6670219b5862db29302161c9b84da732df14fd05 (diff) | |
download | serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.gz serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.bz2 serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.xz serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.zip |
Converted some files from DOS to UNIX newlines
Diffstat (limited to 'npc/new_20-1-woodland-village/shops.txt')
-rw-r--r-- | npc/new_20-1-woodland-village/shops.txt | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/npc/new_20-1-woodland-village/shops.txt b/npc/new_20-1-woodland-village/shops.txt index 6094eb20..d965cf68 100644 --- a/npc/new_20-1-woodland-village/shops.txt +++ b/npc/new_20-1-woodland-village/shops.txt @@ -1,34 +1,34 @@ -//#################################################################################
-//# #
-//# This script file contains all shops and other NPCs with important functions. #
-//# #
-//#################################################################################
-
-// Bartender
-// sells beer, cake and steak
-new_20-1.gat,65,49,0 shop Barkeeper 112,539:-1,513:-1,676:-1
-
-// Receptionist
-// Offers the player to rest at the inn for 100gp
-new_20-1.gat,50,48,0 script Receptionist 108,{
- set @npcName$, "Receptionist";
- set @cost, 100;
- callfunc "Inn";
-}
-
-// Archer Shop
-// sells bow, short bow, arrows and iron arrows
-new_20-1.gat,97,24,0 shop Apprentice 120,1199:3,529:5,1200:1000,530:3000
-
-// Potion Shop
-// sells cactus drink, cactus potion, iron potion and concentration potion
-new_20-1.gat,121,26,0 shop Witch 103,501:50,502:70,567:500,568:500
-
-// Blacksmith
-// Sells all knives, chainmail armor, light platemail
-new_20-1.gat,183,57,0 shop Blacksmith 135,625:20000,626:50000,658:100000,1201:25,522:100,521:1000
-
-
-// General Store
-// Sells various things, many not sold elsewhere
-new_20-1.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1
+//################################################################################# +//# # +//# This script file contains all shops and other NPCs with important functions. # +//# # +//################################################################################# + +// Bartender +// sells beer, cake and steak +new_20-1.gat,65,49,0 shop Barkeeper 112,539:-1,513:-1,676:-1 + +// Receptionist +// Offers the player to rest at the inn for 100gp +new_20-1.gat,50,48,0 script Receptionist 108,{ + set @npcName$, "Receptionist"; + set @cost, 100; + callfunc "Inn"; +} + +// Archer Shop +// sells bow, short bow, arrows and iron arrows +new_20-1.gat,97,24,0 shop Apprentice 120,1199:3,529:5,1200:1000,530:3000 + +// Potion Shop +// sells cactus drink, cactus potion, iron potion and concentration potion +new_20-1.gat,121,26,0 shop Witch 103,501:50,502:70,567:500,568:500 + +// Blacksmith +// Sells all knives, chainmail armor, light platemail +new_20-1.gat,183,57,0 shop Blacksmith 135,625:20000,626:50000,658:100000,1201:25,522:100,521:1000 + + +// General Store +// Sells various things, many not sold elsewhere +new_20-1.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1 |