diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:01:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 17:01:40 -0300 |
commit | 2149cc4a37a623344e75bc8af08c6ecbb661de05 (patch) | |
tree | d9cabdf9a7041572bfa549476230f1c077c5b7db /npc/006-1 | |
parent | c5e6890892c81b378a8000e05a549d3dd63be0b8 (diff) | |
download | serverdata-2149cc4a37a623344e75bc8af08c6ecbb661de05.tar.gz serverdata-2149cc4a37a623344e75bc8af08c6ecbb661de05.tar.bz2 serverdata-2149cc4a37a623344e75bc8af08c6ecbb661de05.tar.xz serverdata-2149cc4a37a623344e75bc8af08c6ecbb661de05.zip |
Fix bugs, and change crazyfefe to debug mode
Diffstat (limited to 'npc/006-1')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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. |