Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.14 KB

pyaoaddons

Powered by Albion Online Addons

API reference

subscribe

Args: Callable[dict]

Registers callback which is going to be called on each game event

initialize

Initialize logging and packet sniffing.

After invocation library starts to listen to game packets.

Note: logs are placed in aoaddons.log file

Returns InitializationResult

item_category_mapping

Dictionary containing human readable category names for coded items.

E.g

{
    "T6_POTION_HEAL": "potion"
}

localization_mapping

Dictionary containing human readable names for coded items.

E.g

{
    "T8_ARTEFACT_2H_CURSEDSTAFF_MORGANA": "Elder's Bloodforged Catalyst"
}

Available game events are visible here

Latest messages decoding recipe can be found here