diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-07-24 15:17:32 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-07-24 15:17:32 -0400 |
commit | a32f45a410f78f4d78dbcd7947edf8bd2f9512af (patch) | |
tree | 518c7ab12b466ed395a9a1b0043a2edac4fec4a4 /npc | |
parent | 9c82fc9f0d1d276f9d266a9542ebc8c8127811a9 (diff) | |
download | serverdata-a32f45a410f78f4d78dbcd7947edf8bd2f9512af.tar.gz serverdata-a32f45a410f78f4d78dbcd7947edf8bd2f9512af.tar.bz2 serverdata-a32f45a410f78f4d78dbcd7947edf8bd2f9512af.tar.xz serverdata-a32f45a410f78f4d78dbcd7947edf8bd2f9512af.zip |
Increase the occurance of the 029-1 map updates for candor
Diffstat (limited to 'npc')
-rw-r--r-- | npc/029-3_Fight_Cave/parua.txt | 4 |
1 files 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: |