Elethor General Purpose

Provides some general additions to Elethor

As of 2021-01-13. See the latest version.

Author
Xortrox
Ratings
0 0 0
Version
1.3.1
Created
2021-01-08
Updated
2021-01-13
Size
17.4 KB
License
N/A
Applies to

Features:

- Resource nodes show their xp/h and ore/h
- Disabled reroll button until the reroll result returns (can be a bit buggy during lag)
- Player fight health percentages are displayed
- Shows mob kills as green text
- Shows damage taken as red text
- Clicking toaster notifications removes them instantly
- Shows a stat summary including base and % stats (this currently only loads on page refresh, and loses state once equipment updates)
- XHR hook (see example)

Example XHR hook:

elethorGeneralPurposeOnXHR.addEventListener('EGPXHR', function (e) {
    console.log('xhr event:', e);
});