matt.chugg
Moderator
What is it?
This relay script provides a visual representation of KoLmafia's knowledge of your Monster Manuel Factoids.
Features
It will provide a list of zones, locations and monsters, and indicate whether you have none, some or all of the relevant factoids.
Allow you to refresh a single location, single zone, or all (hit only the relevant pages of the Manuel to update)
Notes
Mafia tracks your factoids, but doesn't ever visit the Manuel, so if you haven't visited that section of the quest log, Mafia will report (and therefore the script will also report) zero factiods. Clicking refresh all will cause the script to hit every page, and therefore the internal data to update and therefore the script.
The above may sound clumsy, but consider you have already run and been working on your Manuel progress, this allows to re-open the script/tab without causing server hits.
When choosing what pages to hit on a zone/location refresh, this will ignore complete monsters, even if the page is relevant to other zones you haven't yet refreshed.
Mafia will display in the CLI what pages are being hit.
There may be bugs, it is a first release, i'll add features based on requests.
Ignores UR monsters as they do not have factoids
Ignores removed areas, if you fax/photocopy you can bring back removed areas by setting
Installation and Usage
In the CLI :
In the relay dropdown choose Manuel Progress. (there's a button to have the script pop out into a new tab too!)
Requires Form of HTML..
Screenies

SETTINGS
Show removed/old areas, hidden by default
hide areas with no more factoids to find (100% complete)
Hide areas that are nearly completed (apart from one-time/boss monsters/semi-rare)
This relay script provides a visual representation of KoLmafia's knowledge of your Monster Manuel Factoids.
Features
It will provide a list of zones, locations and monsters, and indicate whether you have none, some or all of the relevant factoids.
Allow you to refresh a single location, single zone, or all (hit only the relevant pages of the Manuel to update)
Notes
Mafia tracks your factoids, but doesn't ever visit the Manuel, so if you haven't visited that section of the quest log, Mafia will report (and therefore the script will also report) zero factiods. Clicking refresh all will cause the script to hit every page, and therefore the internal data to update and therefore the script.
The above may sound clumsy, but consider you have already run and been working on your Manuel progress, this allows to re-open the script/tab without causing server hits.
When choosing what pages to hit on a zone/location refresh, this will ignore complete monsters, even if the page is relevant to other zones you haven't yet refreshed.
Mafia will display in the CLI what pages are being hit.
There may be bugs, it is a first release, i'll add features based on requests.
Ignores UR monsters as they do not have factoids
Ignores removed areas, if you fax/photocopy you can bring back removed areas by setting
Code:
set mskc_mp_show_removed_areas = true
In the CLI :
Code:
git checkout https://github.com/matt-chugg/manuel_progress.git
In the relay dropdown choose Manuel Progress. (there's a button to have the script pop out into a new tab too!)
Requires Form of HTML..
Screenies

SETTINGS
Show removed/old areas, hidden by default
Code:
set mskc_mp_show_removed_areas = true
hide areas with no more factoids to find (100% complete)
Code:
set mskc_mp_hide_completed_areas = true
Hide areas that are nearly completed (apart from one-time/boss monsters/semi-rare)
Code:
set mskc_mp_hide_nearly_completed_areas = true
Last edited: