More Favorites question

Paragon

Member
Does kol mafia track which items are in your favorites?

On inventory.php there is a line
var faves = [<iid1>,...,<iidn>];

which seems to list them... since mafia already parses the inventory page on start up for inventory information I thought it would be better to have it populate an ash accessible array of favorites there rather then writing an ash script to run in breakfast to get them.
 
Last edited:

Veracity

Developer
Staff member
KoLmafia does not read favorites. KoLmafia does not parse inventory.php on startup. It gets the inventory from api.php.
 
Top