Mythic#6
Open
jolting32 wants to merge 6 commits into
Open
Conversation
Fixed several issues with the addon. - Changed the variables for the chat to monitor. This fixed it to where certain items would never be counted because of the wording. The problem existed when it was matching the message wording. - Moved the variables outside of the if statement to capture the text before the if statement. This fixed the issue to where the count would not be exact. The problem was if a different message came in right after the item was gotten, it would take the new message instead of the intended message. - Added a percentage to the break counter for mining. This enhances the addon to show how often breaks will happen. - Added a percentage to the items gathered for mining. This enhances the addon to show how likely you are to get an item. - Updated the item list for the tracker. Added more items to the list that were not there before. - Cleaned up the code a little due to the changes that were made. I removed several things from the addon that were redundant after the changes that were implemented.
Added in percentage to all items gathered
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.
No description provided.