diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 03:48:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 03:48:37 -0300 |
commit | 1bc414310a0906475baeee27fb6b87b70d77bbba (patch) | |
tree | 09891d7bf09773e9e074a8b9e1ffb8618baf862e /npc/019-4-1 | |
parent | f27358b29250a3f82a71f142b37336c80a31ec6b (diff) | |
download | serverdata-1bc414310a0906475baeee27fb6b87b70d77bbba.tar.gz serverdata-1bc414310a0906475baeee27fb6b87b70d77bbba.tar.bz2 serverdata-1bc414310a0906475baeee27fb6b87b70d77bbba.tar.xz serverdata-1bc414310a0906475baeee27fb6b87b70d77bbba.zip |
Make that 10 millions
Diffstat (limited to 'npc/019-4-1')
-rw-r--r-- | npc/019-4-1/chief.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 778ce5682..4e449e21e 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -94,7 +94,7 @@ L_Reward: /* Gift the best people at this quest, too */ getexp .@q2/4, (.@q2/1000)+.@q1; .@coins=limit(0, .@q2/10000, 300); - .@overf=limit(0, (.@q2-3000000)/5000, 500); + .@overf=limit(0, (.@q2-3000000)/5000, 1400); REAL_ESTATE_CREDITS+=.@q2*15/10; if (.@coins) getitem CasinoCoins, .@coins; |