diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-12-19 03:48:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-12-19 03:48:41 -0300 |
commit | c28556b29597dd95ccae9adf487df28c828ff670 (patch) | |
tree | 277202deeeacef950ce405b3ec42985690fd0fad /npc | |
parent | c61b681d512780efce007e9ea617a65f57b691f7 (diff) | |
download | serverdata-c28556b29597dd95ccae9adf487df28c828ff670.tar.gz serverdata-c28556b29597dd95ccae9adf487df28c828ff670.tar.bz2 serverdata-c28556b29597dd95ccae9adf487df28c828ff670.tar.xz serverdata-c28556b29597dd95ccae9adf487df28c828ff670.zip |
Golbarez: Real Estate Credit Convertion at a 150% ratio
Diffstat (limited to 'npc')
-rw-r--r-- | npc/019-4-1/chief.txt | 1 | ||||
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
2 files changed, 2 insertions, 1 deletions
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$; |