summaryrefslogtreecommitdiff
path: root/npc/017-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-4')
-rw-r--r--npc/017-4/_import.txt1
-rw-r--r--npc/017-4/vault.txt20
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/017-4/_import.txt b/npc/017-4/_import.txt
index d2c0b1937..b16bdba4f 100644
--- a/npc/017-4/_import.txt
+++ b/npc/017-4/_import.txt
@@ -4,3 +4,4 @@
"npc/017-4/pihro.txt",
"npc/017-4/pyndragon.txt",
"npc/017-4/refine.txt",
+"npc/017-4/vault.txt",
diff --git a/npc/017-4/vault.txt b/npc/017-4/vault.txt
new file mode 100644
index 000000000..0301190ab
--- /dev/null
+++ b/npc/017-4/vault.txt
@@ -0,0 +1,20 @@
+// TMW2/LoF Script.
+// Author:
+// Jesusalva
+// Notes:
+// Based on BenB idea.
+
+017-4,20,41,0 script Vault#0174 NPC_VAULT,{
+ LootableVault(2, 5, "0174");
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+
+OnClock0201:
+OnClock1418:
+ $VAULT_0174+=rand2(27,40);
+ end;
+}
+