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-10/_import.txt | 1 + npc/017-10/vault.txt | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 npc/017-10/vault.txt (limited to 'npc/017-10') diff --git a/npc/017-10/_import.txt b/npc/017-10/_import.txt index 7cbdcd3de..71e9f1aa5 100644 --- a/npc/017-10/_import.txt +++ b/npc/017-10/_import.txt @@ -5,3 +5,4 @@ "npc/017-10/dispatcher.txt", "npc/017-10/mayor.txt", "npc/017-10/politics.txt", +"npc/017-10/vault.txt", diff --git a/npc/017-10/vault.txt b/npc/017-10/vault.txt new file mode 100644 index 000000000..86bfeffc6 --- /dev/null +++ b/npc/017-10/vault.txt @@ -0,0 +1,20 @@ +// TMW2/LoF Script. +// Author: +// Jesusalva +// Notes: +// Based on BenB idea. + +017-10,20,41,0 script Vault#01710 NPC_NO_SPRITE,{ + LootableVault(3, 5, "01710"); + close; + +OnInit: + .distance=3; + end; + +OnClock0202: +OnClock1419: + $VAULT_01710+=rand2(50,100); + end; +} + -- cgit v1.2.3-60-g2f50