- Damage (and Heal) Meter
- Pause and Resume damage and heal logging
- Copy damage rank to clipboard
- Reset damage, heal, and player stats
- Dungeon Tracker
- Automatically track dungeon name, fame gained, silver gained, respec points gained, start time, dungeon duration and dps meter snapshot.
- Change recorded dungeon name
- Add dungeon tier/level
- Filter dungeon by dungeon types
- Farming Tracker
- Automatically track harvested crops and animals in an island
- See farming recap of a specific day
- You need Python 3.10 and above
- Ability to type or copy paste in your computer's Terminal or Command Line
- Install Albibong through pip
pip install albibong
It is recommended to use virtualenv
- Install the Backend inside
src/albibong
cd src && pip install -r albibong/requirements.txt
- Install the Frontend inside
gui
cd gui && npm install
-
For better party member detection, turn on Albibong first before joining a party. If you are already in a party, you can leave the party then join again.
-
You need to change location (zone to another map) to initialize your character
- Run Albibong by typing
albibong
on your terminal
albibong
- A window will pop out and you're good to go!
Can't run the program? Refer to FAQ
-
Clone this repository
-
Run the Backend inside
src
cd src && python -m albibong
- Run the Frontend inside
gui
cd gui && npm run dev
- You can now access the GUI by going to http://localhost:5173/
- See logs and saved dungeon data on
~/Albibong/
If you encounter this problem
scapy.error.Scapy_Exception: Permission denied: could not open /dev/bpf0. Make sure to be running Scapy as root ! (sudo)
Use sudo albibong
to start Albibong.
If you encounter this problem
'albibong' is not recognized as an internal or external command, operable program or batch file.
Add PIP package to path by following this guide https://youtu.be/9_WyyV_66rU?si=0shXXv59MBeQBHiH
No, this is not possible. If Albion is blocked in your country, I suggest to add Albion's servers to your hosts file.
- Event and Operation Codes based on AlbionOnline-StatisticsAnalysis with modifications
- Map and Item Codes based on ao-bin-dumps with modifications
- Use of photon-packet-parser with modifications