Removed non existent GrandBosses from configs.

This commit is contained in:
MobiusDev
2017-09-10 12:44:44 +00:00
parent 24bc5b6594
commit 1ff538f3ce
2 changed files with 0 additions and 160 deletions

View File

@@ -11,19 +11,6 @@ IntervalOfAntharasSpawn = 264
# Random interval. Range 1-192
RandomOfAntharasSpawn = 72
# ---------------------------------------------------------------------------
# Valakas
# ---------------------------------------------------------------------------
# Delay of appearance time of Valakas. Value is minute. Range 3-60
ValakasWaitTime = 30
# Interval time of Valakas. Value is hour. Range 1-480
IntervalOfValakasSpawn = 264
# Random interval. Range 1-192
RandomOfValakasSpawn = 72
# ---------------------------------------------------------------------------
# Baium
# ---------------------------------------------------------------------------
@@ -63,85 +50,3 @@ IntervalOfQueenAntSpawn = 36
# Random interval. Range 1-192
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: 49
BelethMinPlayers = 49
#Maximum count of players for enter to Beleth. Retail: 350
BelethMaxPlayers = 350
# ---------------------------------------------------------------------------
# Kelbim
# ---------------------------------------------------------------------------
# Delay of appearance time of Kelbim. Value is minute. Range 3-60
KelbimWaitTime = 5
# Interval time of Kelbim. Value is hour. Range 1-480. Retail: 48
IntervalOfKelbimSpawn = 48
# Random interval. Range 1-192. Retail: 24
RandomOfKelbimSpawn = 24
#Minimal count of players for enter to Kelbim. Retail: 21
KelbimMinPlayers = 21
#Maximum count of players for enter to Kelbim. Retail: 35
KelbimMaxPlayers = 35
# ---------------------------------------------------------------------------
# Anakim
# ---------------------------------------------------------------------------
# Interval time of Anakim. Value is hour. Range 1-480. Retail: 96
IntervalOfAnakimSpawn = 96
# Random interval. Range 1-192. Retail: 12
RandomOfAnakimSpawn = 12
# Minimal count of players for enter to Anakim. Retail: 98
AnakimMinPlayers = 98
# Maximum count of players for enter to Anakim. Retail: 120
AnakimMaxPlayers = 120
# Minimum players Level for enter to Anakim. Retail: 90
AnakimMinPlayerLvl = 90
# Maximum players Level for enter to Anakim. Retail: 94
AnakimMaxPlayerLvl = 94
# ---------------------------------------------------------------------------
# Lilith
# ---------------------------------------------------------------------------
# Interval time of Lilith. Value is hour. Range 1-480. Retail: 96
IntervalOfLilithSpawn = 96
# Random interval. Range 1-192. Retail: 12
RandomOfLilithSpawn = 12
# Minimal count of players for enter to Lilith. Retail: 98
LilithMinPlayers = 98
# Maximum count of players for enter to Lilith. Retail: 120
LilithMaxPlayers = 120
# Minimum players Level for enter to Lilith. Retail: 85
LilithMinPlayerLvl = 85
# Maximum players Level for enter to Lilith. Retail: 89
LilithMaxPlayerLvl = 89

View File

@@ -859,11 +859,6 @@ public final class Config
public static int ANTHARAS_SPAWN_INTERVAL;
public static int ANTHARAS_SPAWN_RANDOM;
// Valakas
public static int VALAKAS_WAIT_TIME;
public static int VALAKAS_SPAWN_INTERVAL;
public static int VALAKAS_SPAWN_RANDOM;
// Baium
public static int BAIUM_SPAWN_INTERVAL;
public static int BAIUM_SPAWN_RANDOM;
@@ -880,36 +875,6 @@ public final class Config
public static int QUEEN_ANT_SPAWN_INTERVAL;
public static int QUEEN_ANT_SPAWN_RANDOM;
// Beleth
public static int BELETH_WAIT_TIME;
public static int BELETH_MIN_PLAYERS;
public static int BELETH_MAX_PLAYERS;
public static int BELETH_SPAWN_INTERVAL;
public static int BELETH_SPAWN_RANDOM;
// Kelbim
public static int KELBIM_WAIT_TIME;
public static int KELBIM_MIN_PLAYERS;
public static int KELBIM_MAX_PLAYERS;
public static int KELBIM_SPAWN_INTERVAL;
public static int KELBIM_SPAWN_RANDOM;
// Anakim
public static int ANAKIM_MIN_PLAYERS;
public static int ANAKIM_MAX_PLAYERS;
public static int ANAKIM_SPAWN_INTERVAL;
public static int ANAKIM_SPAWN_RANDOM;
public static int ANAKIM_MIN_PLAYER_LVL;
public static int ANAKIM_MAX_PLAYER_LVL;
// Lilith
public static int LILITH_MIN_PLAYERS;
public static int LILITH_MAX_PLAYERS;
public static int LILITH_SPAWN_INTERVAL;
public static int LILITH_SPAWN_RANDOM;
public static int LILITH_MIN_PLAYER_LVL;
public static int LILITH_MAX_PLAYER_LVL;
// Gracia Seeds Settings
public static int SOD_TIAT_KILL_COUNT;
public static long SOD_STAGE_2_LENGTH;
@@ -2188,10 +2153,6 @@ public final class Config
ANTHARAS_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfAntharasSpawn", 264);
ANTHARAS_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfAntharasSpawn", 72);
VALAKAS_WAIT_TIME = GrandBossSettings.getInt("ValakasWaitTime", 30);
VALAKAS_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfValakasSpawn", 264);
VALAKAS_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfValakasSpawn", 72);
BAIUM_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfBaiumSpawn", 168);
BAIUM_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfBaiumSpawn", 48);
@@ -2204,32 +2165,6 @@ public final class Config
QUEEN_ANT_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfQueenAntSpawn", 36);
QUEEN_ANT_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfQueenAntSpawn", 17);
BELETH_WAIT_TIME = GrandBossSettings.getInt("BelethWaitTime", 5);
BELETH_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfBelethSpawn", 192);
BELETH_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfBelethSpawn", 148);
BELETH_MIN_PLAYERS = GrandBossSettings.getInt("BelethMinPlayers", 49);
BELETH_MAX_PLAYERS = GrandBossSettings.getInt("BelethMaxPlayers", 350);
KELBIM_WAIT_TIME = GrandBossSettings.getInt("KelbimWaitTime", 5);
KELBIM_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfKelbimSpawn", 192);
KELBIM_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfKelbimSpawn", 148);
KELBIM_MIN_PLAYERS = GrandBossSettings.getInt("KelbimMinPlayers", 49);
KELBIM_MAX_PLAYERS = GrandBossSettings.getInt("KelbimMaxPlayers", 350);
ANAKIM_MIN_PLAYERS = GrandBossSettings.getInt("AnakimMinPlayers", 98);
ANAKIM_MAX_PLAYERS = GrandBossSettings.getInt("AnakimMaxPlayers", 120);
ANAKIM_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfAnakimSpawn", 192);
ANAKIM_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfAnakimSpawn", 148);
ANAKIM_MIN_PLAYER_LVL = GrandBossSettings.getInt("AnakimMinPlayerLvl", 90);
ANAKIM_MAX_PLAYER_LVL = GrandBossSettings.getInt("AnakimMaxPlayerLvl", 94);
LILITH_MIN_PLAYERS = GrandBossSettings.getInt("LilithMinPlayers", 98);
LILITH_MAX_PLAYERS = GrandBossSettings.getInt("LilithMaxPlayers", 120);
LILITH_SPAWN_INTERVAL = GrandBossSettings.getInt("IntervalOfLilithSpawn", 192);
LILITH_SPAWN_RANDOM = GrandBossSettings.getInt("RandomOfLilithSpawn", 148);
LILITH_MIN_PLAYER_LVL = GrandBossSettings.getInt("LilithMinPlayerLvl", 85);
LILITH_MAX_PLAYER_LVL = GrandBossSettings.getInt("LilithMaxPlayerLvl", 89);
// Gracia Seeds
final PropertiesParser GraciaSeedsSettings = new PropertiesParser(GRACIASEEDS_CONFIG_FILE);