diff --git a/L2J_Mobius_Underground/dist/db_installer/sql/game/grandboss_data.sql b/L2J_Mobius_Underground/dist/db_installer/sql/game/grandboss_data.sql index f6f546e4d0..9fac096f8e 100644 --- a/L2J_Mobius_Underground/dist/db_installer/sql/game/grandboss_data.sql +++ b/L2J_Mobius_Underground/dist/db_installer/sql/game/grandboss_data.sql @@ -23,8 +23,8 @@ INSERT IGNORE INTO `grandboss_data` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`heading` (29028, -105200, -253104, -15264, 0, 62041918, 2248572), -- Valakas (85) -- (29066, 185708, 114298, -8221,32768, 14518000, 3996000), -- Antharas Weak (79) -- (29067, 185708, 114298, -8221,32768, 16184000, 3996000), -- Antharas Normal (79) -(29068, 185708, 114298, -8221,32768, 62802301, 1998000); -- Antharas Strong (85) --- (29118, 0, 0, 0, 0, 4109288, 1220547); -- Beleth (83) +(29068, 185708, 114298, -8221,32768, 62802301, 1998000), -- Antharas Strong (85) +(29118, 0, 0, 0, 0, 4109288, 1220547); -- Beleth (83); -- (29045, -87780, -155086, -9080, 16384, 1018821.42723286, 52001.06567747795), -- Frintezza (85) -- (29046, -87789, -153295, -9176, 16384, 1824900, 23310), -- Scarlet Van Halisha (85) -- (29047, -87789, -153295, -9176, 16384, 898044, 4519), -- Scarlet Van Halisha (85) diff --git a/L2J_Mobius_Underground/dist/game/config/GrandBoss.ini b/L2J_Mobius_Underground/dist/game/config/GrandBoss.ini index cf217980d0..83a15541ae 100644 --- a/L2J_Mobius_Underground/dist/game/config/GrandBoss.ini +++ b/L2J_Mobius_Underground/dist/game/config/GrandBoss.ini @@ -68,11 +68,20 @@ RandomOfQueenAntSpawn = 17 # Beleth # --------------------------------------------------------------------------- +# Delay of appearance time of Beleth. Value is minute. Range 3-60 +BelethWaitTime = 5 + # Interval time of Beleth. Value is hour. Range 1-480. Retail: 192 IntervalOfBelethSpawn = 192 # Random interval. Range 1-192. Retail: 148 RandomOfBelethSpawn = 148 -#Minimal count of players for enter to Beleth. Retail: 36 -BelethMinPlayers = 36 \ No newline at end of file +# Interval time of Beleth fight time. Value is minute. +BelethFightDuration = 90 + +#Minimal count of players for enter to Beleth. Retail: 49 +BelethMinPlayers = 49 + +#Maximum count of players for enter to Beleth. Retail: 350 +BelethMaxPlayers = 350 \ No newline at end of file diff --git a/L2J_Mobius_Underground/dist/game/data/html/admin/teleports/raid/raid_special.htm b/L2J_Mobius_Underground/dist/game/data/html/admin/teleports/raid/raid_special.htm index eb99acc4b3..7df7cb426a 100644 --- a/L2J_Mobius_Underground/dist/game/data/html/admin/teleports/raid/raid_special.htm +++ b/L2J_Mobius_Underground/dist/game/data/html/admin/teleports/raid/raid_special.htm @@ -25,7 +25,7 @@