StDoodle's Requests for Information

StDoodle

Minion
I was hoping somebody, anybody, could help me with a few questions.

Regarding the preference "lastTowerClimb": does this get set as soon as one starts climbing the tower, when one finishes, or something else (only if done through mafia automation)? Ie can I rely on checking against this to know whether or not someone is done caring about tower items? If not, is there a preference I'm missing that could do so? Please note, I've considered ash's can_interact(), but it doesn't quite cover me for everything (long softcore ascensions, mainly).

Similarly, the preference "lastFriarCeremonyAscension": I assume this is set as soon as the quest portion is completed, and therefore is a valid check for whether friar's buffs are generally available (and thus can be used in conjunction with "friarsBlessingReceived" to control when it's appropriate to try getting a friar buff).

For the life of me, I can't recall whether mafia attempts to automatically look at your telescope upon ascension or not. I know the preferences for tracking each line and for the reset, but does it have to be manually looked at once by the player before these are updated, or does mafia do so post-ascension?

Thanks everyone for helping! :)
 
For the first part, kingLiberated will work. It looks like lastTowerClimb is set when you start going up the tower, at the same time that mafia will get hair spray or make an NG if needed.

The friars part sounds right.

As far as I can tell, mafia will automatically check the tower (if needed) when the session is refreshed and when you start the tower. When you ascend, StaticEntity.getClient().refreshSession() is called, and I can't figure out how that relates with KoLmafia.refreshSession() (where I see the telescope check), so I don't know if it's checked when you ascend. Either way, you can check lastTelescopeReset and tell mafia to check if needed.
 
I have observed that mafia will check the telescope upon a new ascention.

Beware Badmoon! Mafia will not void you last ascention's telescope properties if you are not able to look through your telescope.
 
Back
Top