diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-01-22 14:09:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-01-22 14:09:51 -0300 |
commit | 738ee2199d0ff09898da5148aa3271a41179b9b6 (patch) | |
tree | d6b538ee7d48f8487932a61dd27261cf87028b72 /npc | |
parent | a0eb996554888720cb2415f7b6068704863d706c (diff) | |
download | serverdata-738ee2199d0ff09898da5148aa3271a41179b9b6.tar.gz serverdata-738ee2199d0ff09898da5148aa3271a41179b9b6.tar.bz2 serverdata-738ee2199d0ff09898da5148aa3271a41179b9b6.tar.xz serverdata-738ee2199d0ff09898da5148aa3271a41179b9b6.zip |
Put more money on Vaults
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-10/vault.txt | 2 | ||||
-rw-r--r-- | npc/017-2/vault.txt | 2 | ||||
-rw-r--r-- | npc/017-3/vault.txt | 2 | ||||
-rw-r--r-- | npc/017-4/vault.txt | 2 | ||||
-rw-r--r-- | npc/017-5/vault.txt | 2 | ||||
-rw-r--r-- | npc/018-2-4/vault.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/017-10/vault.txt b/npc/017-10/vault.txt index 86bfeffc6..394c726bf 100644 --- a/npc/017-10/vault.txt +++ b/npc/017-10/vault.txt @@ -14,7 +14,7 @@ OnInit: OnClock0202: OnClock1419: - $VAULT_01710+=rand2(50,100); + $VAULT_01710+=rand2(75,150); end; } diff --git a/npc/017-2/vault.txt b/npc/017-2/vault.txt index 3f3e49cbc..f536d51f0 100644 --- a/npc/017-2/vault.txt +++ b/npc/017-2/vault.txt @@ -14,7 +14,7 @@ OnInit: OnClock0201: OnClock1418: - $VAULT_0172+=rand2(3,7); + $VAULT_0172+=rand2(6,12); end; } diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index c52033046..75866cc57 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -14,7 +14,7 @@ OnInit: OnClock0201: OnClock1418: - $VAULT_01738039+=rand2(5,25); + $VAULT_01738039+=rand2(10,40); end; } diff --git a/npc/017-4/vault.txt b/npc/017-4/vault.txt index 0301190ab..cb7848394 100644 --- a/npc/017-4/vault.txt +++ b/npc/017-4/vault.txt @@ -14,7 +14,7 @@ OnInit: OnClock0201: OnClock1418: - $VAULT_0174+=rand2(27,40); + $VAULT_0174+=rand2(37,60); end; } diff --git a/npc/017-5/vault.txt b/npc/017-5/vault.txt index 2b8575683..1e9e6530b 100644 --- a/npc/017-5/vault.txt +++ b/npc/017-5/vault.txt @@ -14,7 +14,7 @@ OnInit: OnClock0202: OnClock1419: - $VAULT_0175+=rand2(21,36); + $VAULT_0175+=rand2(32,54); end; } diff --git a/npc/018-2-4/vault.txt b/npc/018-2-4/vault.txt index 9f33ea64c..61b9f87d2 100644 --- a/npc/018-2-4/vault.txt +++ b/npc/018-2-4/vault.txt @@ -14,7 +14,7 @@ OnInit: OnClock0201: OnClock1216: - $VAULT_01824+=rand2(15,35); + $VAULT_01824+=rand2(30,65); end; } |