Lost Ark support overlay for tracking attack buffs, brand duration and selected skills duration using the meter-core
packet parser.
- Alerts are flashing if the attack buff is about to expire on a party member or the brand is about to expire on a boss
- Remaining brand duration on the boss
- Remaining attack buff duration on party members
- Remaining duration on important skills
4.1. Inactive skills are more opaque
4.2. Active skills show remaining duration
4.3. Casting skills rotate
Settings
- The attack buff and brand alert threshold can be changed in the settings.
- The duration required to fill the bar or circle can be changed in the settings.
Gargadeth Bard POV
Sonavel Sorceress POV, Artist Support
Discord: 2385 (Xenon)
I'm looking for help with packaging this Svelte-Electron app into an executable. If you have such experience, contact me.
git clone --recurse-submodules https://github.com/xenonchi/loa-radiant
Requirements
- For Windows, Npcap with WinPcap compatibilities
- Node v20.6.1 or higher
- Python v3.10 or higher
- Run
pip install setuptools
- Run
Install Packages
- In
pkt
, runnpm i
to install node modules - In
ui
, runnpm i
to install node modules - In
ui
, runnpx electron-rebuild
to rebuild modules compiled in a different Node.js version
Dev
- In
pkt
, runnpm run build-dist
- Copy
pkt/dist/api.js
toui/electron/pkt/api.cjs
- In
ui
, runnpm run dev
to launch the Svelte app
Build
- In
pkt
, runnpm run build-dist
- Copy
pkt/dist/api.js
toui/electron/pkt/api.cjs
- In
ui
, runnpm run make
to build the executable - In
ui/out/LOA-Radiant-win32-x64
, runLOA-Radiant.exe