Elethor General Purpose

Provides some general additions to Elethor

2021-01-18 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Xortrox
평점
0 0 0
버전
1.7.1
생성일
2021-01-08
갱신일
2021-01-18
크기
28.4KB
라이선스
해당 없음
적용 사이트

Features:
- Plays an alarm sound for quest completions and negative actions
- Displays multi-kill calculation for monster stat tables based on your current masteries
- Displays combat 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);
});