Elethor General Purpose

Provides some general additions to Elethor

Autor
Xortrox
Installationen heute
0
Installationen gesamt
382
Bewertungen
0 0 0
Version
1.7.17
Erstellt am
08.01.2021
Letzte Aktualisierung
11.08.2023
Lizenz
n/a
Wird angewandt auf

Features:
- Plays an alarm sound for quest completions and negative actions (might be broken now)
- Displays combat experience difference between you and any viewed profile
- Displays mining experience difference between you and any viewed profile
- Remove toasters/notifications by clicking anywhere on them
- Resource nodes show their xp/h and ore/h
- 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)
- You can do await getUserStatsJSON(true); in console (F12/devtools) to show your stats in a JSON format

Example XHR hook:

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