summaryrefslogtreecommitdiff
path: root/npc/008-2-2/shop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/shop.txt')
-rw-r--r--npc/008-2-2/shop.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/npc/008-2-2/shop.txt b/npc/008-2-2/shop.txt
new file mode 100644
index 00000000..823e62c8
--- /dev/null
+++ b/npc/008-2-2/shop.txt
@@ -0,0 +1,25 @@
+// Evol scripts.
+// Authors:
+// 4144
+// Reid
+// Description:
+// Inn hidden shop.
+
+008-2-2,40,30,0 trader #Invisible008-2-2 NPC_HIDDEN,{
+
+OnInit:
+ tradertype(NST_MARKET);
+
+ sellitem Beer, -1, 50;
+
+ .sex = G_OTHER;
+ .distance = 10;
+ end;
+
+OnClock0000:
+ restoreshopitem Beer, 20;
+OnClock0800:
+ restoreshopitem Beer, 20;
+OnClock1600:
+ restoreshopitem Beer, 20;
+}