Skip to content

imjangkar/albibong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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, heal, and player stats
  2. Dungeon Tracker 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
  3. Farming Tracker Farming Tracker
    • Automatically track harvested crops and animals in an island
    • See farming recap of a specific day

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!

Can't run the program? Refer to FAQ

👨‍💻 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 https://localhost:5173/
  2. See logs and saved dungeon data on ~/Albibong/

❓ FAQ

"I can't run Albibong by typing Albibong"

Common Mac Problems

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.

Common Windows Problems

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

"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