Tap-Titans-2-Progress-Bot icon indicating copy to clipboard operation
Tap-Titans-2-Progress-Bot copied to clipboard

TEMPORARY HACK / FIX

Open rockfreak101 opened this issue 7 years ago • 2 comments

Ok. So I made a few changes and I tested it from start, and after prestige. I was able to click all 6 skills. Even with "just unlock" set to 0

Here is what I did. I edited the original script in notepad++ because its easier with line numbers. The number at the beginning of each line is the line where the change is.

681 : if #skillsUnlocked == 6 and #justUnlockSkills == 1 and #maxOutHeavenlyStrike == 0 712 : elseif #maxOutHeavenlyStrike == 1 and #skillCheckStepper == 2 and #lastSkillUnlocks == 6 817 : if #lastSkillUnlocks < 6 and #skillsUnlocked == 6 and #justUnlockSkills == 1 and #maxOutHeavenlyStrike == 1 821 : if #lastSkillUnlocks < 6 822 : #lastSkillUnlocks = #skillsUnlocked 823 : else 824 : #skillsUnlocked = 6 825 : endif Insert line at 282 : #skillCheckStepper = 0 Should look like : :afterPrestige #prestige = #prestige+1 #skillsUnlocked = 0 #time = 0 #seconds = 0 #secondsTotal = 0 #minutes = 0 #skillCheckStepper = 0 goto :init

rockfreak101 avatar Feb 05 '18 04:02 rockfreak101

try the development branch HS Siphon build as well

chrisreyn avatar Feb 05 '18 14:02 chrisreyn

still don't unlock SC

yagano1 avatar Feb 09 '18 00:02 yagano1