From d2f065bd76a65cf2162f2e61d8d753adbcd3a4f0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jul 2019 22:46:37 -0300 Subject: 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). --- npc/017-3/vault.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/017-3/vault.txt') diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index 64678e95f..7866701ac 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -11,7 +11,7 @@ // 2*3 = 6 possibilities, 5 attempts if (LockPicking(2, 3)) { Zeny=Zeny+$VAULT_01738039; - $VAULT_01738039=0; + $VAULT_01738039=40; mesn; mesq l("Booty!"); } else { @@ -49,7 +49,7 @@ OnInit: OnClock0201: OnClock1418: - $VAULT_01738039+=rand(5,25); + $VAULT_01738039+=rand2(5,25); end; } -- cgit v1.2.3-60-g2f50