Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages