Skip to content

A cross-platform Albion Online damage, fame, and dungeon tracker

License

Notifications You must be signed in to change notification settings

imjangkar/albibong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albibong

Discord PyPI - Downloads PyPI - Version

🎯 Features

  1. Damage (and Heal) Meter Damage (and Heal) Meter
    • Pause and Resume damage and heal logging
    • Copy damage rank to clipboard
    • Reset damage and heal
  2. Dungeon Tracker Dungeon Tracker
    • Automatically track dungeon name, fame gained, silver gained, respec points gained, start time and dungeon duration.
    • Ability to change recorded dungeon name
    • Ability to add dungeon tier/level
    • Filter dungeon by dungeon types

How to Install

Prerequisites

  • You need Python 3.10 and above
  • Ability to type or copy paste in your computer's Terminal or Command Line

🔰 Casual Users

  1. Install Albibong through pip
pip install albibong

👨‍💻 Devs

It is recommended to use virtualenv

  1. Install the Backend inside src/albibong
cd src && pip install -r albibong/requirements.txt
  1. Install the Frontend inside gui
cd gui && npm install

How to Run The Program

‼️ Important Note ‼️

  • 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

    • Character Not Yet Initialized Character Not Yet Initialized
    • Successfully Initialized Character Successfully Initialized Character

🔰 Casual Users

  1. Run Albibong by typing albibong on your terminal
albibong
  1. A window will pop out and you're good to go!

Note: If you can't start the application by typing albibong, you can try use sudo albibong instead.

👨‍💻 Devs

  1. Clone this repository

  2. Run the Backend inside src

cd src && python -m albibong
  1. Run the Frontend inside gui
cd gui && npm run dev
  1. You can now access the GUI by going to http://localhost:5173/
  2. See logs and saved dungeon data on ~/Albibong/

❓ FAQ

Can I use the tool with ExitLag, 1.1.1.1 or VPN?

No, this is not possible. If Albion is blocked in your country, I suggest to add Albion's servers to your hosts file.

🤝🏼 Credits