Support magic up to level 40.

This commit is contained in:
MobiusDev
2017-07-26 01:42:50 +00:00
parent f8489e0b2a
commit 9ab4d5e3eb
4 changed files with 11 additions and 11 deletions

View File

@@ -72,10 +72,10 @@ public class SupportMagic implements IBypassHandler
// Levels
private static final int LOWEST_LEVEL = 6;
private static final int HIGHEST_LEVEL = 75;
private static final int HIGHEST_LEVEL = 40;
private static final int CUBIC_LOWEST = 16;
private static final int CUBIC_HIGHEST = 34;
private static final int HASTE_LEVEL_2 = 40;
private static final int HASTE_LEVEL_2 = HIGHEST_LEVEL + 1; // disabled
@Override
public boolean useBypass(String command, L2PcInstance activeChar, L2Character target)