From c28556b29597dd95ccae9adf487df28c828ff670 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Dec 2019 03:48:41 -0300 Subject: Golbarez: Real Estate Credit Convertion at a 150% ratio --- npc/019-4-1/chief.txt | 1 + npc/functions/gmbot.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt index d0ac07fd3..006813641 100644 --- a/npc/019-4-1/chief.txt +++ b/npc/019-4-1/chief.txt @@ -94,6 +94,7 @@ L_Reward: /* Gift the best people at this quest, too */ getexp .@q2/4, (.@q2/1000)+.@q1; .@coins=.@q2/10000; + REAL_ESTATE_CREDITS+=.@q2*15/10; if (.@coins) getitem CasinoCoins, .@coins; if (.@coins > 3) diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index dcab8acb2..7e4bc903c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -71,7 +71,7 @@ OnTimer300000: } } - // Min. 2 NPCs for the Lightbringer to show up + // Min. 2 PCs for the Lightbringer to show up if (!.busy) { if (.users <= 2 && !$@GM_OVERRIDE) { disablenpc .name$; -- cgit v1.2.3-70-g09d2