From 9f0e80eab6ff4ef902de96f0191ec4db395cbe57 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 3 Apr 2019 15:34:10 -0300 Subject: I'm satisfied with Candor fight now - balance, mob spawns, structure, leader boards, etc. - all accounted. --- npc/006-1/crazyfefe.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/006-1/crazyfefe.txt') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index ae5beffe4..6348d5d24 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -35,6 +35,8 @@ dispbottom l("Round @@", $@FEFE_WAVE); end; } + if ($@FEFE_CAVE_HERO$ != "") + pleaseWait(); // Main Loop mesn; @@ -100,6 +102,7 @@ function aboutCandor { } function Challenge { + pleaseWait(); mesn; mesq l("Very well, but for a fee of @@ GP. There's no free lunch, after all!", .price); @@ -225,7 +228,7 @@ function NextRound { //debugmes("[Candor] Difficulty is %d, pool is %d", .@lv, $@FEFE_DIFFICULTY); .@lv=rand(0, .@lv); - switch (rand(0,.@lv)) { + switch (rand(.@lv*2/3,.@lv)) { case 0: case 1: case 2: -- cgit v1.2.3-60-g2f50