summaryrefslogtreecommitdiff
path: root/npc/026-2/gy_inn_shops.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/026-2/gy_inn_shops.txt
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/026-2/gy_inn_shops.txt')
-rwxr-xr-xnpc/026-2/gy_inn_shops.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/npc/026-2/gy_inn_shops.txt b/npc/026-2/gy_inn_shops.txt
new file mode 100755
index 00000000..532fe9da
--- /dev/null
+++ b/npc/026-2/gy_inn_shops.txt
@@ -0,0 +1,34 @@
+
+026-2,30,56,0 shop Chef#graveyard NPC300,784:30,785:25,786:30,787:55
+026-2,38,30,0 shop Estrilda NPC301,788:30,789:30,790:50
+
+026-2,40,24,0 script Edwin NPC309,{
+ @npcname$ = "Edwin";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"This place is always busy.\"";
+ next;
+ mes "\"Be careful about bumping into the patrons, they might not take it kindly if you spill their drink.\"";
+ close;
+}
+
+026-2,75,23,0 script Barbara Grey NPC320,{
+ @npcname$ = "Barbara Grey";
+ @Cost = 1000;
+
+ mes "[" + @npcname$ + "]";
+ mes "\"Don't be shy, darling.";
+ mes "\"Come on in and have a nice long... long slumber...";
+ next;
+ callfunc "Inn";
+ close;
+}
+
+026-2,31,119,0 shop Leofwin NPC304,501:25,502:35,518:25,566:50,567:250,568:250,613:10,631:250,740:200,772:350,773:350,774:350
+
+026-2,22,120,0 shop Umfrey NPC302,1282:20,1281:500
+026-2,25,120,0 script J.P. Morbid NPC321,{
+ @npcname$ = "J.P. Morbid";
+ callfunc "Banker";
+ close;
+}