summaryrefslogtreecommitdiff
path: root/npc/009-3/vault.txt
blob: 3e8ce6eb30c77fdc29941fb3323f1f6251abb5db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
}