Updates for ClickerHeroes v0.19 - #10
Open
Kammen wants to merge 7 commits into
Open
Conversation
added 7 commits
June 28, 2015 00:30
Syncing the various changes I've made to the files over the past updates so the program would continue to work with the updates to Clicker Heroes
Am able to find an active Chrome tab for Clicker Heroes but its not effective for sending mouse and keyboard events to.
Used flags and stopwatches to optimize the usage of skills. Now use 1,2,3,4,,7,8,6,9, wait 15 min, 8,9,1,2,3,4,5,7, wait 15 min, then repeat.
Added functionality from neilmcguire regarding background functionality
By entering 0, program will not check for max run duration allowing deep runs to be made that could last longer than 300 minutes
Calling SumZeroToNOnePointSevenToPower(4100) throws an array out of bounds exception since array is only size 4100. Increased size of array to 4201, not the most elegant fix but will work for now.
Hardcoded Midas start in case it would be needed, if you don't want to wait for a clickable spawn. Also added a sample tasklist.txt with the Salvage command added right before Ascend command.
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.
Added Salvage, will salvage current relic in Junk pile so we can ascend. Optimized skill use for EDR usage. Added support for deep runs in the Max run length.