diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-01-22 14:12:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-01-22 14:12:29 -0300 |
commit | 96fbd7b0403f38cb8ec875e2b589ff61800e25c0 (patch) | |
tree | c574b2e9f383ba1c8545080baed8bb19e33eaa02 | |
parent | 738ee2199d0ff09898da5148aa3271a41179b9b6 (diff) | |
download | serverdata-96fbd7b0403f38cb8ec875e2b589ff61800e25c0.tar.gz serverdata-96fbd7b0403f38cb8ec875e2b589ff61800e25c0.tar.bz2 serverdata-96fbd7b0403f38cb8ec875e2b589ff61800e25c0.tar.xz serverdata-96fbd7b0403f38cb8ec875e2b589ff61800e25c0.zip |
Now shut up, NetSysFire
-rw-r--r-- | npc/009-3/_import.txt | 1 | ||||
-rw-r--r-- | npc/009-3/vault.txt | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/009-3/_import.txt b/npc/009-3/_import.txt index 632f4c576..84e42dcb8 100644 --- a/npc/009-3/_import.txt +++ b/npc/009-3/_import.txt @@ -4,3 +4,4 @@ "npc/009-3/barzil.txt", "npc/009-3/dangrostra.txt", "npc/009-3/kevin.txt", +"npc/009-3/vault.txt", 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; +} + |