-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[script] [walkingastro] Modernization of script (#7124)
Part 4 of 5 of a suite of astrology changes -- Part 1: elanthia-online/lich-5#783 common-moonmage - update to peer_telescope for multi-line parsing of observation results -- Part 2: #7127 base - addition of settings support for astrology and walkingastro changes -- Part 3: #7125 astrology - refactor to account for peer_telescope change and addition of option to force vision predictions -- Part 4: #7124 walkingastro - extensive quality of life changes to default behaviour and new optional features -- Part 5: #7126 combat-trainer - refactor to account for peer_telescope change, no change to function Changes to default behaviour: - Any version of lich: -- added more year round constellations to expand from only using the survival pool (currently this only selects the heralds/champions due to wild magic event but regular constellation support for when that ends is built in already) -- added pausing of other scripts to better handle interference as a background script -- changed wait of 205 seconds between observations to additionally trigger off of cooldown message. -- added stowing of telescope and divination tool when script aborted -- changed @tele_storage to @telescope_storage for consistency with astrology script -- changed some DRC commands to DRCMM for better handling -- added bypass of observation step if all prediction pools are full - Lich >5.11.0 required: -- refactored to account for changes to multi-line parsing of peer_telescope -- added detection of full pools other than the one associated with observed constellation to improve prediction logic -- added detection of simultaneous partial and full pool messaging on observation to more accurately detect when to predict. New optional functionality: - Any version of lich: -- added option for a delay on startup -- added toggle for using prediction tools instead of visions. Default is to not use tools. -- added toggle for using partial prediction pools. Default is to use full pools. -- added toggle for predicting without regard to mindstate. Useful for more frequent predictions when attempting to bond tools or increase prediction counter for titles. Default is to not predict if mindstate above threshold of 25/34. -- added option to analyze prediction tool after every prediction with a tool. This only adds RT, so is useful only if wanting to log bond data. New settings: ``` #settings for the ;walkingastro script # Recommended to add Piercing Gaze to the walkingastro waggle set. # Clear Vision and Aura Sight are also useful there, but not as necessary. walkingastro: startup_delay: use_tools: use_partial_pools: # Setting walkingastro_predict_regardless_of_mindstate to true is meant to allow # passive tool bonding via more frequent predictions, so also set # walkingastro_use_partial_pools to false to maximize the chance of a bond if using it for that purpose. # Recommended to add Destiny Cipher to the walkingastro waggle set for this purpose as well. predict_regardless_of_mindstate: # Set to true if you want to analyze your divination tool after every prediction. # Only useful for logging prediction tracking, does not add any in-game benefit. analyze_divination_tool: ```
- Loading branch information
Showing
1 changed file
with
187 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters