With AO Loot Logger you can write all the loot grabbed by other players to a file. With this file, you can use Loot Logger Viewer to analyze it.
NOTE: It does not work with a VPN (i.e. Exit Lag) or playing through Geforce Now.
Join the discord server for questions and help: https://discord.gg/fvNMF2abXr
You can always buy me a coffee or sponsor me. ❤️
- Install Npcap with WinPcap compatibility.
- Download the latest AO Loot Logger for Windows: https://github.com/matheussampaio/ao-loot-logger/releases/latest
- Execute
ao-loot-logger.exe
. - The log is written to file in the same folder as the executable (you can see the full path when the AO Loot Logger starts).
- Install
libpcap-dev
:sudo apt-get install libpcap-dev
. - Download the latest AO Loot Logger for Linux: https://github.com/matheussampaio/ao-loot-logger/releases/latest
- Execute
ao-loot-logger
. - The log is written to file in the same folder as the executable (you can see the full path when the AO Loot Logger starts).
- Install Nodejs v16.
- If you're on windows, install Npcap with WinPcap compatibility
- If you're on linux, install
libpcap-dev
:sudo apt-get install libpcap-dev
. - In the project's folder, open a terminal and run
npm install
to install all dependencies. - In the project's folder, open a terminal and run
npm start
.
Start a discussion.
Create an issue so we can get it fixed.