Initial Attempt at Key Item Tracker#160
Closed
NerfOnline wants to merge 1 commit intotirem:mainfrom
Closed
Conversation
Started attempt at adding a weekly key item tracking module. - Working Additions - Listed the most common weekly key item's to track based on Horizon (have not looked at retail weeklies past CoP/RoZ). - Added a window with customizable background and text sizing. - Created a Weekly Objectives header (tried my best to match the font size of other assets). - Added options in config to be able to toggle activities listed as well as a separate section for what activities to track for Zone Alerts. - Added some coloring options. - Key Item is being tracked properly (ie. Whether you have KI on you or not) - Non-working Additions (In progress) - Added a Zone Alert option to alert when you can pick up a KI that's available and you don't have one in your possession. This will track both the zone you get the KI in, as well as the zone you use up the KI. - Preview option was added, but not working yet. It will mostly be for the Zone Alerts as the tracker won't need a preview window. - Calculations for timers were started, but the are currently not tracking properly. - To Do - Fix Timers - Fix Zone Alerts - Add more options for all window types, like padding, column offsets, etc. - Rearrange options - Find a way to parse npc chat for accurate timer if available.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #138
Started attempt at adding a weekly key item tracking module.