diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 22:46:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 22:46:37 -0300 |
commit | d2f065bd76a65cf2162f2e61d8d753adbcd3a4f0 (patch) | |
tree | 8b8bbf1899c2a33c820b49e004e820d3b656505c /npc/018-2-4/vault.txt | |
parent | f0e41f9bc28f2f966984ed06ab8b0d83cef6c0f9 (diff) | |
download | serverdata-d2f065bd76a65cf2162f2e61d8d753adbcd3a4f0.tar.gz serverdata-d2f065bd76a65cf2162f2e61d8d753adbcd3a4f0.tar.bz2 serverdata-d2f065bd76a65cf2162f2e61d8d753adbcd3a4f0.tar.xz serverdata-d2f065bd76a65cf2162f2e61d8d753adbcd3a4f0.zip |
Stealing a vault will now take all money, and then, magically, a few GP will
appear on them, to pay for the lockpick (gameplay OK, lore not so much).
Diffstat (limited to 'npc/018-2-4/vault.txt')
-rw-r--r-- | npc/018-2-4/vault.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-2-4/vault.txt b/npc/018-2-4/vault.txt index 7b778abdd..4466cb2dc 100644 --- a/npc/018-2-4/vault.txt +++ b/npc/018-2-4/vault.txt @@ -11,7 +11,7 @@ // 3*3 = 9 possibilities, 6~8 attempts if (LockPicking(3, 3)) { Zeny=Zeny+$VAULT_01824; - $VAULT_01824=0; + $VAULT_01824=60; mesn; mesq l("Booty!"); } else { @@ -49,7 +49,7 @@ OnInit: OnClock0201: OnClock1216: - $VAULT_01824+=rand(15,35); + $VAULT_01824+=rand2(15,35); end; } |