Add tooltip to show levels required for next combat level (#5764)
* Add new final int under `Experience.java` for maximum combat level * Add overlay that will calculate which skills and how many levels are necessary to increase combat * Add new configuration page for the combat level plugin * Create tests to ensure calculations are accurate   The tooltip will leave out anything you are unable to gain a combat level through training. Closes #448
This commit is contained in:
@@ -47,6 +47,11 @@ public class Experience
|
||||
public static final int MAX_VIRT_LEVEL = 126;
|
||||
public static final int MAX_SKILL_XP = 200_000_000;
|
||||
|
||||
/**
|
||||
* The maximum possible combat level.
|
||||
*/
|
||||
public static final int MAX_COMBAT_LEVEL = 126;
|
||||
|
||||
/**
|
||||
* The total experience required for each skill level.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user