Elethor General Purpose

Provides some general additions to Elethor

Verzia zo dňa 12.01.2021. Pozri najnovšiu verziu.

Autor
Xortrox
Hodnotenie
0 0 0
Verzia
1.2.0
Vytvorené
08.01.2021
Aktualizované
12.01.2021
Veľkosť
13,1 KB
Licencia
neuvedené
Spustiť na

Features:

- Disabled reroll button until the reroll result returns
- 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);
});