diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 03:47:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 03:47:17 -0300 |
commit | f27358b29250a3f82a71f142b37336c80a31ec6b (patch) | |
tree | 54c97877299e75a9949e177d520e7bd6e7e991d6 /npc/019-4-1/chief.txt | |
parent | bf3f47fa6cefc26ea23894f0479cf6b43e604165 (diff) | |
download | serverdata-f27358b29250a3f82a71f142b37336c80a31ec6b.tar.gz serverdata-f27358b29250a3f82a71f142b37336c80a31ec6b.tar.bz2 serverdata-f27358b29250a3f82a71f142b37336c80a31ec6b.tar.xz serverdata-f27358b29250a3f82a71f142b37336c80a31ec6b.zip |
I do not want to cap Golbanez at 3,000,000 GP so after this, sell Hero Coins for
5k GP each, capped at 500.
Total money Golbanez can accept from a player before XP-only bonus: 5.5 millions
Diffstat (limited to 'npc/019-4-1/chief.txt')
-rw-r--r-- | npc/019-4-1/chief.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index 1b46c2629..778ce5682 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -94,11 +94,14 @@ 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); REAL_ESTATE_CREDITS+=.@q2*15/10; if (.@coins) getitem CasinoCoins, .@coins; if (.@coins > 3) getitem StrangeCoin, .@coins/3; + if (.@overf) + getitem HeroCoin, .@overf; // Mercenary boxes (requires certain global donation values) .@mc_boxc=.@q2/100000; .@mc_boxb=(.@q2/60000)-.@mc_boxc; |