Config for disabling mounts on sieges.
This commit is contained in:
@ -421,6 +421,7 @@ public final class Config
|
||||
public static int CLAN_LEVEL_11_REQUIREMENT;
|
||||
public static boolean ALLOW_WYVERN_ALWAYS;
|
||||
public static boolean ALLOW_WYVERN_DURING_SIEGE;
|
||||
public static boolean ALLOW_MOUNTS_DURING_SIEGE;
|
||||
|
||||
// --------------------------------------------------
|
||||
// General Settings
|
||||
@ -1406,6 +1407,7 @@ public final class Config
|
||||
CLAN_LEVEL_11_REQUIREMENT = Feature.getInt("ClanLevel11Requirement", 170);
|
||||
ALLOW_WYVERN_ALWAYS = Feature.getBoolean("AllowRideWyvernAlways", false);
|
||||
ALLOW_WYVERN_DURING_SIEGE = Feature.getBoolean("AllowRideWyvernDuringSiege", true);
|
||||
ALLOW_MOUNTS_DURING_SIEGE = Feature.getBoolean("AllowRideMountsDuringSiege", false);
|
||||
|
||||
// Load Character L2Properties file (if exists)
|
||||
final PropertiesParser Character = new PropertiesParser(CHARACTER_CONFIG_FILE);
|
||||
|
Reference in New Issue
Block a user