Powered by Albion Online Addons
Args: Callable[dict]
Registers callback which is going to be called on each game event
Initialize logging and packet sniffing.
After invocation library starts to listen to game packets.
Note: logs are placed in
aoaddons.log
file
Returns InitializationResult
Dictionary containing human readable category names for coded items.
E.g
{
"T6_POTION_HEAL": "potion"
}
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