Elethor General Purpose

Provides some general additions to Elethor

Tính đến 15-01-2021. Xem phiên bản mới nhất.

Tác giả
Xortrox
Đánh giá
0 0 0
Phiên bản
1.5.1
Đã tạo
08-01-2021
Đã cập nhật
15-01-2021
Size
20 KB
Giấy phép
N/A
Áp dụng cho

Features:

- 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)

Example XHR hook:

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