From 3a007c7f91ab2c674fc575345de5b2cf02ff9e89 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 6 Sep 2018 14:44:53 -0300 Subject: Fix some minor details --- npc/003-3/malindou.txt | 2 +- npc/017-3/vault.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 4a8d77ac2..ecad4da98 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -94,7 +94,7 @@ OnInit: debugmes "* Initial Vault Values"; debugmes ""; DelItemFromEveryPlayer(802); - $VAULT_01738039=0; + $VAULT_01738039=rand(5,25); } diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index 8770bdeea..3f693e7d4 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -10,6 +10,7 @@ // 2*3 = 6 possibilities, 5 attempts if (LockPicking(2, 3)) { Zeny=Zeny+$VAULT_01738039; + $VAULT_01738039=0; mesn; mesq l("Booty!"); } else { -- cgit v1.2.3-60-g2f50