Config to ignore NPC stat formulas.
This commit is contained in:
@@ -111,6 +111,7 @@ public final class Config
|
||||
public static final String CHAT_FILTER_FILE = "./config/chatfilter.txt";
|
||||
public static final String CH_SIEGE_FILE = "./config/ConquerableHallSiege.ini";
|
||||
public static final String GEODATA_FILE = "./config/GeoData.ini";
|
||||
|
||||
// --------------------------------------------------
|
||||
// L2J Variable Definitions
|
||||
// --------------------------------------------------
|
||||
@@ -897,6 +898,7 @@ public final class Config
|
||||
public static int DROP_ITEM_MIN_LEVEL_DIFFERENCE;
|
||||
public static int DROP_ITEM_MAX_LEVEL_DIFFERENCE;
|
||||
public static double DROP_ITEM_MIN_LEVEL_GAP_CHANCE;
|
||||
public static boolean IGNORE_NPC_STAT_FORMULAS;
|
||||
|
||||
// --------------------------------------------------
|
||||
// PvP Settings
|
||||
@@ -2089,6 +2091,8 @@ public final class Config
|
||||
DROP_ITEM_MAX_LEVEL_DIFFERENCE = NPC.getInt("DropItemMaxLevelDifference", 10);
|
||||
DROP_ITEM_MIN_LEVEL_GAP_CHANCE = NPC.getDouble("DropItemMinLevelGapChance", 10);
|
||||
|
||||
IGNORE_NPC_STAT_FORMULAS = NPC.getBoolean("IgnoreNpcStatFormulas", true);
|
||||
|
||||
// Load Rates L2Properties file (if exists)
|
||||
final PropertiesParser RatesSettings = new PropertiesParser(RATES_CONFIG_FILE);
|
||||
|
||||
|
Reference in New Issue
Block a user