summaryrefslogtreecommitdiff
path: root/npc/035-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/035-2/shops.txt')
-rw-r--r--npc/035-2/shops.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/035-2/shops.txt b/npc/035-2/shops.txt
new file mode 100644
index 00000000..b864996a
--- /dev/null
+++ b/npc/035-2/shops.txt
@@ -0,0 +1,23 @@
+
+035-2,23,38,0 script Cooky NPC213,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem Beer;
+ sellitem Orange;
+ sellitem CasinoCoins;
+ .distance = 5;
+ end;
+}
+
+035-2,23,35,0 script Bunkmaster Phict NPC212,{
+ @npcname$ = "Bunkmaster Phict";
+ @Cost = 100;
+ callfunc "Inn";
+ @npcname$ = "";
+ @Cost = 0;
+ close;
+}