From 030c193444568be32f9d5317566216c710973da0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Apr 2020 14:09:51 -0300 Subject: Add several vaults to LoF Village, with varying difficulties. This is required by Kamelot --- npc/017-2/_import.txt | 1 + npc/017-2/vault.txt | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 npc/017-2/vault.txt (limited to 'npc/017-2') diff --git a/npc/017-2/_import.txt b/npc/017-2/_import.txt index 9c2f5c724..6665a1d62 100644 --- a/npc/017-2/_import.txt +++ b/npc/017-2/_import.txt @@ -1,3 +1,4 @@ // Map 017-2: Jack's House // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/017-2/_warps.txt", +"npc/017-2/vault.txt", diff --git a/npc/017-2/vault.txt b/npc/017-2/vault.txt new file mode 100644 index 000000000..3f3e49cbc --- /dev/null +++ b/npc/017-2/vault.txt @@ -0,0 +1,20 @@ +// TMW2/LoF Script. +// Author: +// Jesusalva +// Notes: +// Based on BenB idea. + +017-2,45,22,0 script Vault#0172 NPC_VAULT,{ + LootableVault(0, 3, "0172"); + close; + +OnInit: + .distance=3; + end; + +OnClock0201: +OnClock1418: + $VAULT_0172+=rand2(3,7); + end; +} + -- cgit v1.2.3-70-g09d2