diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:04:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:04:53 -0300 |
commit | e3418bb9d08e818c9e41db7030ba61b365fe8927 (patch) | |
tree | e69c312a2ba0a3f02b960dfeabcf56ba11490f73 /npc/006-1 | |
parent | 2149cc4a37a623344e75bc8af08c6ecbb661de05 (diff) | |
download | serverdata-e3418bb9d08e818c9e41db7030ba61b365fe8927.tar.gz serverdata-e3418bb9d08e818c9e41db7030ba61b365fe8927.tar.bz2 serverdata-e3418bb9d08e818c9e41db7030ba61b365fe8927.tar.xz serverdata-e3418bb9d08e818c9e41db7030ba61b365fe8927.zip |
Starting bugfix batches
Diffstat (limited to 'npc/006-1')
-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: |