Custom FindPvP bypass.

This commit is contained in:
MobiusDev
2017-09-14 15:33:45 +00:00
parent a1316992c2
commit 5e046c297d
20 changed files with 874 additions and 0 deletions

View File

@ -821,6 +821,7 @@ public final class Config
public static float PREMIUM_RATE_SPOIL_AMOUNT;
public static Map<Integer, Float> PREMIUM_RATE_DROP_CHANCE_BY_ID;
public static Map<Integer, Float> PREMIUM_RATE_DROP_AMOUNT_BY_ID;
public static boolean ENABLE_FIND_PVP;
// --------------------------------------------------
// NPC Settings
// --------------------------------------------------
@ -2689,6 +2690,8 @@ public final class Config
}
}
ENABLE_FIND_PVP = CustomSettings.getBoolean("EnableFindPvP", false);
// Load PvP L2Properties file (if exists)
final PropertiesParser PVPSettings = new PropertiesParser(PVP_CONFIG_FILE);