nbrowncoding / RuneScape-Metrics-Java

A java swing application for reading and displaying a RuneScape character's metrics. Also has a combat level calculator.
1 stars 0 forks source link

OSRS Combat Levels appear to be off #3

Open nbrowncoding opened 1 year ago

nbrowncoding commented 1 year ago

While 99 in all stats returns an overall level of 126, max range and magic appear to max out at 109 instead of 126. Need to double check the equations and use real data to validate findings.

nbrowncoding commented 1 year ago

Melee and combat levels appear to be off as well. Using a valid test case, expect out was 32. Return output was 33. Need to investigate why results are higher than expected. Cannot be a rounding issues since all values are floored.