A RuneLite plugin that tracks XP you gain in skills that are already at 200M XP.
The game stops awarding real XP at 200M, but the server still reports the XP each
action would have given. RuneLite exposes this as the FakeXpDrop event, which this
plugin accumulates per skill and persists per character (RS profile).
- Sidebar panel showing the all-time post-200M XP per skill, plus a "Total gained" summary and "Total XP" — the account's true total XP, which the game itself stops counting at 200M per skill. All-time totals can never be reset; the session counter and XP/hr can be, via the panel buttons or right-clicking a skill row
- Optional on-screen overlay (XP Tracker style, with skill icons) showing the resettable session XP and/or XP/hr per skill
- Checkbox on each panel row controls which skills appear on the overlay; drag rows to reorder them in both the panel and the overlay
- XP/hr per skill, XP Tracker style: updates once per game tick, and idle gaps beyond a configurable cutoff (default 3 minutes) don't count against the rate
- Totals stored per character, surviving client restarts
- Chat commands:
::200m— print all-time totals to the chatbox::200mreset— wipe the all-time totals. Deliberately command-only, with no button in the UI, so it can't be triggered by a stray click
Run ./gradlew run to launch a RuneLite client with the plugin loaded.
To log in with a Jagex account, follow
Using Jagex Accounts.