diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/025-4/battlecaves.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/025-4/battlecaves.txt b/world/map/npc/025-4/battlecaves.txt index 1d65b0fb..c295362c 100644 --- a/world/map/npc/025-4/battlecaves.txt +++ b/world/map/npc/025-4/battlecaves.txt @@ -96,7 +96,7 @@ onInit: setarray $@CAVE6_MONSTERS_IDS[1], 1087, 1088, 1083; setarray $@CAVE6_MONSTERS_QTY[1], 3, 4, 4; set $@CAVE6_WAVES, 2; - set $@CAVE6_TIME, 420; + set $@CAVE6_TIME, 450; // Cave 7 Configuration. @@ -117,7 +117,7 @@ onInit: setarray $@CAVE9_MONSTERS_IDS[1], 1087, 1088, 1083, 1084; setarray $@CAVE9_MONSTERS_QTY[1], 3, 3, 3, 3; set $@CAVE9_WAVES, 3; - set $@CAVE9_TIME, 600; + set $@CAVE9_TIME, 630; // Cave 10 Configuration. @@ -125,7 +125,7 @@ onInit: setarray $@CAVE10_MONSTERS_QTY[1], 3, 3, 3, 3; set $@BOSS, 1086; set $@CAVE10_WAVES, 4; - set $@CAVE10_TIME, 900; + set $@CAVE10_TIME, 1080; } |