From f27358b29250a3f82a71f142b37336c80a31ec6b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jan 2021 03:47:17 -0300 Subject: 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 --- npc/019-4-1/chief.txt | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3-60-g2f50