Elethor General Purpose

Provides some general additions to Elethor

Ajankohdalta 13.1.2021. Katso uusin versio.

Tekijä
Xortrox
Arvostelut
0 0 0
Versio
1.3.2
Luotu
8.1.2021
Päivitetty
13.1.2021
Size
17,5 kt
Lisenssi
N/A
Käytössä

Features:

- Resource nodes show their xp/h and ore/h
- 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);
});