summaryrefslogtreecommitdiff
path: root/npc/036-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/036-2/shops.txt')
-rw-r--r--npc/036-2/shops.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/npc/036-2/shops.txt b/npc/036-2/shops.txt
new file mode 100644
index 00000000..15292e15
--- /dev/null
+++ b/npc/036-2/shops.txt
@@ -0,0 +1,36 @@
+
+036-2,23,38,0 script Chef Armand NPC211,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem Beer;
+ sellitem Steak, 250;
+ sellitem CasinoCoins;
+ .distance = 5;
+ end;
+}
+
+036-2,35,22,0 script Gunney NPC138,{
+ shop .name$;
+ goodbye;
+ close;
+
+OnInit:
+ tradertype(NST_ZENY);
+ sellitem Arrow, 3;
+ sellitem IronArrow, 4;
+ .distance = 5;
+ end;
+}
+
+036-2,23,35,0 script Bunkmaster Daban NPC212,{
+ @npcname$ = "Bunkmaster Daban";
+ @Cost = 100;
+ callfunc "Inn";
+ @npcname$ = "";
+ @Cost = 0;
+ close;
+}