summaryrefslogtreecommitdiff
path: root/npc/027-2_Caretakers_House/gy_inn_shops.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2011-06-01 15:27:26 -0600
committerJared Adams <jaxad0127@gmail.com>2011-06-01 15:37:09 -0600
commit3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch)
tree6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/027-2_Caretakers_House/gy_inn_shops.txt
parentc6e448824925eec18edffffc7342399b73b6feb4 (diff)
downloadserverdata-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/027-2_Caretakers_House/gy_inn_shops.txt')
-rwxr-xr-xnpc/027-2_Caretakers_House/gy_inn_shops.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/npc/027-2_Caretakers_House/gy_inn_shops.txt b/npc/027-2_Caretakers_House/gy_inn_shops.txt
deleted file mode 100755
index a90d4301..00000000
--- a/npc/027-2_Caretakers_House/gy_inn_shops.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-// chef: function,
-// barmaid: function,
-// shopkeeper: multiples and function,
-// magic undead shop: function,
-// chief barman: function,
-// receptionist: function,
-// banker: function
-
-
-027-2.gat,75,22,0 shop Chef 300,784:-1,785:-1,786:-1,787:-1
-027-2.gat,90,36,0 shop Estrilda 301,788:-1,789:-1,790:-1
-027-2.gat,93,22,0 shop Umfrey 302,1282:-1,1281:-1
-027-2.gat,56,99,0 shop Leofwin 304,501:-1,502:-1,518:100,566:2000,567:-1,568:-1,613:500,631:1000,740:-1,772:-1,773:-1,774:-1
-027-2.gat,106,22,0 shop Edwin 309,784:-1,785:-1,786:-1,787:-1,788:-1,789:-1,790:-1
-
-// Inn
-027-2.gat,107,39,0 script Barbara Grey 320,{
- set @npcname$, "Barbara Grey";
- set @cost, 1000;
-
- mes "[" + @npcname$ + "]";
- mes "\"Don't be shy darling.";
- mes "\"Come on in and have a nice long ... long slumber ...";
- next;
- callfunc "Inn";
-}
-
-// Bank and Storage
-027-2.gat,88,22,0 script J.P. Morbid 321,{
- callfunc "ClearVariables";
- set @npcname$, "J.P. Morbid";
- callfunc "Banker";
- close;
-}
-