From e3418bb9d08e818c9e41db7030ba61b365fe8927 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Jun 2018 17:04:53 -0300 Subject: Starting bugfix batches --- npc/006-1/crazyfefe.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/006-1') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 9beb5f76f..ad1b0a2d3 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -14,7 +14,7 @@ // $@FIGHT_CAVE_PLAYER_COUNT // How many players are there -006-1,50,52,0 script Crazyfefe NPC_STATUE_EVILMAN,{ +006-1,47,22,0 script Crazyfefe NPC_STATUE_EVILMAN,{ if ($@FIGHT_CAVE_LEVEL) goto L_Enjoy; if ($@FEFE_DELAY < gettimetick(2)) goto L_Wait; mesn; @@ -53,8 +53,9 @@ L_Next: $@FEFE_DELAY = gettimetick(2)+300*(@menu-1); $@FIGHT_CAVE_HERO$ = strcharinfo(0); initnpctimer; + 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; mesn; - mesq l("Please wait the designed time."); + mesq l("Please wait, the fight will start in @@, as requested.", FuzzyTime($@FEFE_DELAY,2,2)); close; L_StartFight: -- cgit v1.2.3-60-g2f50