diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 10:41:44 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 10:41:44 -0200 |
commit | 54d018280ae811867baf571d2e16d04a6271f5ee (patch) | |
tree | f05472c3598f36651c7752ea9ef69a7cc6408151 /npc | |
parent | 4982edc29468495212281b6f42d1037c2d7c4e91 (diff) | |
download | serverdata-54d018280ae811867baf571d2e16d04a6271f5ee.tar.gz serverdata-54d018280ae811867baf571d2e16d04a6271f5ee.tar.bz2 serverdata-54d018280ae811867baf571d2e16d04a6271f5ee.tar.xz serverdata-54d018280ae811867baf571d2e16d04a6271f5ee.zip |
Give more money to Dimond.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-3/vault.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index 06f048efc..64678e95f 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -32,7 +32,7 @@ L_Debug: close; // 2*3 = 6 possibilities, 5 attempts if (ToDoMerc(2, 3)) { - getexp 20, 0; + getexp 20, 60; $VAULT_01738039+=2; mesn; mesq l("Safe again! You've gained some experience for your hard work!"); @@ -48,6 +48,7 @@ OnInit: end; OnClock0201: +OnClock1418: $VAULT_01738039+=rand(5,25); end; } |