diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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: |