Elethor General Purpose

Provides some general additions to Elethor

目前为 2021-01-09 提交的版本。查看 最新版本

作者
Xortrox
评分
0 0 0
版本
1.1.9
创建于
2021-01-08
更新于
2021-01-09
大小
10.5 KB
许可证
暂无
适用于

Features:

- Player fight health percentages are displayed.
- Shows mob kills as red text instead of white
- 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);
});