summaryrefslogtreecommitdiff
path: root/npc/009-3/vault.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-3/vault.txt')
-rw-r--r--npc/009-3/vault.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/009-3/vault.txt b/npc/009-3/vault.txt
new file mode 100644
index 000000000..3e8ce6eb3
--- /dev/null
+++ b/npc/009-3/vault.txt
@@ -0,0 +1,20 @@
+// TMW2/LoF Script.
+// Author:
+// Jesusalva
+// Notes:
+// Based on BenB idea.
+
+009-3,28,40,0 script Vault#0093 NPC_CHEST_BIG,{
+ LootableVault(0, 2, "0093");
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+
+OnClock0211:
+OnClock1419:
+ $VAULT_0093+=rand2(2,7);
+ end;
+}
+