summaryrefslogtreecommitdiff
path: root/npc/017-5/vault.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-24 14:09:51 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-24 14:09:51 -0300
commit030c193444568be32f9d5317566216c710973da0 (patch)
tree68119f52e950a2d56713c331a072a960458bd56e /npc/017-5/vault.txt
parent429df6641e2194a9c1d3f96847251954f7f597a4 (diff)
downloadserverdata-030c193444568be32f9d5317566216c710973da0.tar.gz
serverdata-030c193444568be32f9d5317566216c710973da0.tar.bz2
serverdata-030c193444568be32f9d5317566216c710973da0.tar.xz
serverdata-030c193444568be32f9d5317566216c710973da0.zip
Add several vaults to LoF Village, with varying difficulties.
This is required by Kamelot
Diffstat (limited to 'npc/017-5/vault.txt')
-rw-r--r--npc/017-5/vault.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/017-5/vault.txt b/npc/017-5/vault.txt
new file mode 100644
index 000000000..2b8575683
--- /dev/null
+++ b/npc/017-5/vault.txt
@@ -0,0 +1,20 @@
+// TMW2/LoF Script.
+// Author:
+// Jesusalva
+// Notes:
+// Based on BenB idea.
+
+017-5,53,26,0 script Vault#0175 NPC_NO_SPRITE,{
+ LootableVault(1, 5, "0175");
+ close;
+
+OnInit:
+ .distance=3;
+ end;
+
+OnClock0202:
+OnClock1419:
+ $VAULT_0175+=rand2(21,36);
+ end;
+}
+