From 2149cc4a37a623344e75bc8af08c6ecbb661de05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Jun 2018 17:01:40 -0300 Subject: Fix bugs, and change crazyfefe to debug mode --- npc/006-1/crazyfefe.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index d41a145a1..9beb5f76f 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -58,8 +58,10 @@ L_Next: close; L_StartFight: + /* FIXME if (getmapusers("006-1") < 3) goto L_NotEnoughPlayers; + */ $@FIGHT_CAVE_LEVEL = 1; $@FEFE_DELAY = gettimetick(2)+.delay; $@FIGHT_CAVE_PLAYER_COUNT = getmapusers("006-1"); @@ -209,7 +211,7 @@ OnReward: OnTimer300000: if ($@FEFE_DELAY <= gettimetick(2)) goto L_StartFight; announce $@FIGHT_CAVE_HERO$+" invites everyone to a challenge against Candor Cave. It'll start in "+FuzzyTime($@FEFE_DELAY,2,2)+". Prepare yourselves!", bc_all|bc_npc; - inittimer; + initnpctimer; end; // Every 5 seconds, handle cave, if fighting. Does nothing when waiting. -- cgit v1.2.3-60-g2f50