-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX/DEV] I've resolved the problem with skills leveling #87
Comments
This is a really good workaround! I can't believe I didn't think of this! So far I haven't encountered any bugs. Thanks!! |
This Fix my problem all the Way. GENIUS !!! Thanks!!! |
why i set justunlockskill and it doesn't work :( |
@yagano1 it should work, it only depends on #minutes value that you have to specify in case of using my version of this issue. What do you exactly mean by "it doesn't work"? |
i use your script and it up max all skill :( |
@yagano it can't max all skills, use |
it work now after i merge it with your PRESS SKIL cript , i don't know why. how i can turn off all toast message it not correct and so anooying |
@yagano1 Literally delete all the lines from the script with 'toast' in the beggining. |
hey is there also a way that it doesnt max out heavy strike? |
@atereshkov can ii manage how many clicks the script will do in every skill when i have justunlockskills 1? |
I saw a really big amount of requests to fix this skills level section and all this stuff, so after this fcking research I just found a workaround to stop skill leveling after N minutes and it looks like a temp. solution. Just copy replace this code from // --- Level Skills to // -- Level heroes in your script.
All you need is change the
if #minutes >= 1
value to your (1 minute is enough to level up all skilss by some initial value like from 1-5)The text was updated successfully, but these errors were encountered: