From a32f45a410f78f4d78dbcd7947edf8bd2f9512af Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sat, 24 Jul 2010 15:17:32 -0400 Subject: Increase the occurance of the 029-1 map updates for candor --- npc/029-3_Fight_Cave/parua.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt index d0b67f33..c74624d8 100644 --- a/npc/029-3_Fight_Cave/parua.txt +++ b/npc/029-3_Fight_Cave/parua.txt @@ -76,7 +76,7 @@ L_NextRound: if ($@FIGHT_CAVE_LEVEL >= 1200) goto L_CleanUp; set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_LEVEL; - if ($@FIGHT_CAVE_LAST + 50 < $@FIGHT_CAVE_LEVEL) goto L_Announce; + if ($@FIGHT_CAVE_LAST + 30 < $@FIGHT_CAVE_LEVEL) goto L_Announce; L_Return_2: npctalk "Next round starting, round level is " + $@FIGHT_CAVE_LEVEL; @@ -97,7 +97,7 @@ L_Summon: L_Announce: mapannounce "029-1.gat", "Parua: Round " + $@FIGHT_CAVE_LEVEL + " starting with " + $@FIGHT_CAVE_PLAYER_COUNT + " player(s) left alive." , 0; - set $@FIGHT_CAVE_LAST, $@FIGHT_CAVE_LAST + 50; + set $@FIGHT_CAVE_LAST, $@FIGHT_CAVE_LAST + 30; goto L_Return_2; L_MOB1: -- cgit v1.2.3-60-g2f50