blob: 3f3e49cbcdb0f47b048aeacdb0c9da655fbc82bc (
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.
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;
}
|