diff options
author | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:27:26 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:37:09 -0600 |
commit | 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch) | |
tree | 6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/009-2_Hurnscald/shops.txt | |
parent | c6e448824925eec18edffffc7342399b73b6feb4 (diff) | |
download | serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.gz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.bz2 serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.xz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.zip |
Change the Converter to use different folder names
And update everything to use it.
Diffstat (limited to 'npc/009-2_Hurnscald/shops.txt')
-rw-r--r-- | npc/009-2_Hurnscald/shops.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/npc/009-2_Hurnscald/shops.txt b/npc/009-2_Hurnscald/shops.txt deleted file mode 100644 index 733fa54f..00000000 --- a/npc/009-2_Hurnscald/shops.txt +++ /dev/null @@ -1,29 +0,0 @@ -//################################################################################# -//# # -//# This script file contains all shops and other NPCs with important functions. # -//# # -//################################################################################# - -// Bartender -// sells beer, cake and steak -009-2.gat,65,49,0 shop Barkeeper 112,539:-1,513:-1,676:-1 - -// Receptionist -// Offers the player to rest at the inn for 100gp -009-2.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 -009-2.gat,97,24,0 shop Apprentice 120,1199:-1,529:-1,1200:1000,530:3000 - -// Potion Shop -// sells cactus drink, cactus potion, iron potion, concentration potion, and slow poison potion -009-2.gat,123,22,0 shop Potions#_M 127,501:50,502:70,567:500,568:500,750:500 - -// General Store -// Sells various things, many not sold elsewhere -009-2.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000,741:-1 |