From f705eba8ebaa8e66ce9862d5f473c9633bb016ee Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sun, 25 Jul 2010 14:22:54 -0400 Subject: Readjust monster cost on candor to be more warrior friendly --- npc/029-3_Fight_Cave/parua.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'npc') diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt index c74624d8..6705ed8b 100644 --- a/npc/029-3_Fight_Cave/parua.txt +++ b/npc/029-3_Fight_Cave/parua.txt @@ -16,7 +16,7 @@ if (zeny < 20000) goto L_NotEnough; if ($@FIGHT_CAVE_STATUS != 0) goto L_AlreadyStarted; - if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers; +// if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers; set zeny, zeny - 20000; npctalk "Let the battle begin!"; @@ -73,7 +73,7 @@ L_NextRound: set $@FIGHT_CAVE_ROUND_TIMER, 0; set $@FIGHT_CAVE_LEVEL, $@FIGHT_CAVE_LEVEL + $@FIGHT_CAVE_PLAYER_COUNT + ($@FIGHT_CAVE_LEVEL / 10); - if ($@FIGHT_CAVE_LEVEL >= 1200) goto L_CleanUp; + if ($@FIGHT_CAVE_LEVEL >= 1600) goto L_CleanUp; set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_LEVEL; if ($@FIGHT_CAVE_LAST + 30 < $@FIGHT_CAVE_LEVEL) goto L_Announce; @@ -87,11 +87,11 @@ L_Return_2: set $@MOB_5_SUMMON, 0; set $@MOB_6_SUMMON, 0; L_Summon: - if ($@FIGHT_CAVE_POINTS >= 100 && $@MOB_1_SUMMON < 3) goto L_MOB1; - if ($@FIGHT_CAVE_POINTS >= 50 && $@MOB_2_SUMMON < 5) goto L_MOB2; - if ($@FIGHT_CAVE_POINTS >= 30 && $@MOB_3_SUMMON < 10) goto L_MOB3; - if ($@FIGHT_CAVE_POINTS >= 20 && $@MOB_4_SUMMON < 10) goto L_MOB4; - if ($@FIGHT_CAVE_POINTS >= 5 && $@MOB_5_SUMMON < 20) goto L_MOB5; + if ($@FIGHT_CAVE_POINTS >= 243 && $@MOB_1_SUMMON < 3) goto L_MOB1; + if ($@FIGHT_CAVE_POINTS >= 81 && $@MOB_2_SUMMON < 5) goto L_MOB2; + if ($@FIGHT_CAVE_POINTS >= 27 && $@MOB_3_SUMMON < 10) goto L_MOB3; + if ($@FIGHT_CAVE_POINTS >= 9 && $@MOB_4_SUMMON < 10) goto L_MOB4; + if ($@FIGHT_CAVE_POINTS >= 3 && $@MOB_5_SUMMON < 20) goto L_MOB5; if ($@FIGHT_CAVE_POINTS >= 1 && $@MOB_6_SUMMON < 25) goto L_MOB6; goto L_Return_1; @@ -102,31 +102,31 @@ L_Announce: L_MOB1: set $@MOB_1_SUMMON, $@MOB_1_SUMMON + 1; - set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 100; + set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 243; areamonster "029-3.gat", 20, 20, 70, 60, "", 1022, 1, "Parua::onPetDeath"; goto L_Summon; L_MOB2: set $@MOB_2_SUMMON, $@MOB_2_SUMMON + 1; - set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 50; + set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 81; areamonster "029-3.gat", 20, 20, 70, 60, "", 1045, 1, "Parua::onPetDeath"; goto L_Summon; L_MOB3: set $@MOB_3_SUMMON, $@MOB_3_SUMMON + 1; - set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 30; + set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 27; areamonster "029-3.gat", 20, 20, 70, 60, "", 1024, 1, "Parua::onPetDeath"; goto L_Summon; L_MOB4: set $@MOB_4_SUMMON, $@MOB_4_SUMMON + 1; - set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 20; + set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 9; areamonster "029-3.gat", 20, 20, 70, 60, "", 1043, 1, "Parua::onPetDeath"; goto L_Summon; L_MOB5: set $@MOB_5_SUMMON, $@MOB_5_SUMMON + 1; - set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 5; + set $@FIGHT_CAVE_POINTS, $@FIGHT_CAVE_POINTS - 3; areamonster "029-3.gat", 20, 20, 70, 60, "", 1010, 1, "Parua::onPetDeath"; goto L_Summon; -- cgit v1.2.3-60-g2f50