matheussampaio / ao-loot-logger

AO Loot Logger logs all loot grabbed by players from loot bags to a local file. The file can be used in AO Loot Logger Viewer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download AO Loot Logger Discord

Albion Online Loot Logger

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.

Discord

Join the discord server for questions and help: https://discord.gg/fvNMF2abXr

Funding

You can always buy me a coffee or sponsor me. ❤️

How to Use (Windows)

  1. Install Npcap with WinPcap compatibility.
  2. Download the latest AO Loot Logger for Windows: https://github.com/matheussampaio/ao-loot-logger/releases/latest
  3. Execute ao-loot-logger.exe.
  4. 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).

How to Use (Linux)

  1. Install libpcap-dev: sudo apt-get install libpcap-dev.
  2. Download the latest AO Loot Logger for Linux: https://github.com/matheussampaio/ao-loot-logger/releases/latest
  3. Execute ao-loot-logger.
  4. 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).

How to run from the code

  1. Install Nodejs v16.
  2. If you're on windows, install Npcap with WinPcap compatibility
  3. If you're on linux, install libpcap-dev: sudo apt-get install libpcap-dev.
  4. In the project's folder, open a terminal and run npm install to install all dependencies.
  5. In the project's folder, open a terminal and run npm start.

Question?

Start a discussion.

Found any problem?

Create an issue so we can get it fixed.

About

AO Loot Logger logs all loot grabbed by players from loot bags to a local file. The file can be used in AO Loot Logger Viewer.

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.9%Language:Shell 0.1%