Proper Lilith config values.
This commit is contained in:
@@ -129,7 +129,7 @@ AnakimMaxPlayerLvl = 94
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# Interval time of Lilith. Value is hour. Range 1-480. Retail: 96
|
# Interval time of Lilith. Value is hour. Range 1-480. Retail: 96
|
||||||
IntervalOfAnakimSpawn = 96
|
IntervalOfLilithSpawn = 96
|
||||||
|
|
||||||
# Random interval. Range 1-192. Retail: 12
|
# Random interval. Range 1-192. Retail: 12
|
||||||
RandomOfLilithSpawn = 12
|
RandomOfLilithSpawn = 12
|
||||||
@@ -144,4 +144,4 @@ LilithMaxPlayers = 120
|
|||||||
LilithMinPlayerLvl = 85
|
LilithMinPlayerLvl = 85
|
||||||
|
|
||||||
# Maximum players Level for enter to Lilith. Retail: 89
|
# Maximum players Level for enter to Lilith. Retail: 89
|
||||||
lilithMaxPlayerLvl = 89
|
LilithMaxPlayerLvl = 89
|
@@ -2416,12 +2416,12 @@ public final class Config
|
|||||||
ANAKIM_MIN_PLAYER_LVL = GrandBossSettings.getInt("AnakimMinPlayerLvl", 90);
|
ANAKIM_MIN_PLAYER_LVL = GrandBossSettings.getInt("AnakimMinPlayerLvl", 90);
|
||||||
ANAKIM_MAX_PLAYER_LVL = GrandBossSettings.getInt("AnakimMaxPlayerLvl", 94);
|
ANAKIM_MAX_PLAYER_LVL = GrandBossSettings.getInt("AnakimMaxPlayerLvl", 94);
|
||||||
|
|
||||||
LILITH_MIN_PLAYERS = GrandBossSettings.getInt("lilithMinPlayers", 98);
|
LILITH_MIN_PLAYERS = GrandBossSettings.getInt("LilithMinPlayers", 98);
|
||||||
LILITH_MAX_PLAYERS = GrandBossSettings.getInt("lilithMaxPlayers", 120);
|
LILITH_MAX_PLAYERS = GrandBossSettings.getInt("LilithMaxPlayers", 120);
|
||||||
LILITH_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOflilithSpawn", 192);
|
LILITH_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfLilithSpawn", 192);
|
||||||
LILITH_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOflilithSpawn", 148);
|
LILITH_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfLilithSpawn", 148);
|
||||||
LILITH_MIN_PLAYER_LVL = GrandBossSettings.getInt("lilithMinPlayerLvl", 85);
|
LILITH_MIN_PLAYER_LVL = GrandBossSettings.getInt("LilithMinPlayerLvl", 85);
|
||||||
LILITH_MAX_PLAYER_LVL = GrandBossSettings.getInt("lilithMaxPlayerLvl", 89);
|
LILITH_MAX_PLAYER_LVL = GrandBossSettings.getInt("LilithMaxPlayerLvl", 89);
|
||||||
|
|
||||||
// Gracia Seeds
|
// Gracia Seeds
|
||||||
final PropertiesParser GraciaSeedsSettings = new PropertiesParser(GRACIASEEDS_CONFIG_FILE);
|
final PropertiesParser GraciaSeedsSettings = new PropertiesParser(GRACIASEEDS_CONFIG_FILE);
|
||||||
|
Reference in New Issue
Block a user