Skip to content
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

Working SC script here for anyone having issues (as of 4/11/20) #104

Open
I-Am-The-Liquor opened this issue Dec 22, 2019 · 35 comments
Open

Comments

@I-Am-The-Liquor
Copy link

I-Am-The-Liquor commented Dec 22, 2019

Update working as of 5/2:
Prestige V13.4.txt

SC PushV2.txt (no prestige simple pushing)

5/2 --

  • Added a toggle for event prestiges. At the beginning of the script set var #PrestigeEvent to 1 if there is an active event or 0 if there is no event.
  • Trying to get rid of some shit because I think this script is just too beefy for HiroMacro, I'm hoping the less stuff it's doing and less variables it's working with the more reliable it will be. Completely removed all references to clan quests (since that shit has been irrelevant since clan raids 2.0) and the helm switch logic. I don't think anyone really uses the helm switch if you do then RIP copy the prestige settings from here into your own script.

4/1 --

  • Fixed hero level ups. I fear it might miss some heroes for folks that have a boatload of heroes to level like if you're at the early stages of a new ascension. If it's not scrolling down enough causing it to skip heroes and you can't fix it drop a comment and let me know. It's a super easy update but will slow down the hero leveling process a little and this is working beautifully for me as is so not sure if it's necessary.
  • For VIP folks I added an option to click Megaboost in the beginning of the run while leveling skills. Change var #megaBoost to 1 at top of script if you are VIP to take advantage of this.
  • Super fast maxed skills in beginning of run, no more leveling skills 1 by 1.
  • Levels Sword Master after heroes to take advantage of Anniversary equipment set gold boost.
  • More reliable menu close for less chance of getting stuck in menus / hero stories. (been good for me thus far but can't say with 100% certainty it's foolproof yet).
  • Sprinkled in dagger taps during the astral awakening tap phase. Getting daggers way more consistently now to take advantage of that gg poison dagger damage. My spec has 7 daggers so that's what I'm working with, I don't know where they are located if you have more or less so I dunno it should be better in most cases if not then ¯\_(ツ)_/¯

Be mindful of clan announcements and notifications from GH, sometimes they get clicked and fuck the script.

@ContineltalABC
Copy link

Hello man! Good morning!
Do you have a new update for the end of the christmas event?

@I-Am-The-Liquor
Copy link
Author

Same script just fixed prestige.
Prestige V9.txt

@max139dark
Copy link

Same script just fixed prestige.
Prestige V9.txt

you're awesome
thank you!

@Gouran21
Copy link

Same script just fixed prestige.
Prestige V9.txt

Will you make fixes for newest patch?

@I-Am-The-Liquor
Copy link
Author

Hey guys today is the first chance I've had to really dig into this and test it. The location of the skills were moved in addition to the prestige button change so it required quite a bit more tinkering than the last fix. I'm close though, I'm fairly confident I got it working but I'm an amateur when it comes to this stuff so I'm going to run it for a little while to make sure it's reliable. If all is well I'll share it soon.

@I-Am-The-Liquor
Copy link
Author

I think we're back in business my dudes, I let it run all night and didn't have any hiccups or issues.
Working script as of 2/15.
Prestige V11.txt

@max139dark
Copy link

working great!
thank you very much!

@I-Am-The-Liquor
Copy link
Author

End of the event changed the prestige button a little, same script just slight prestige change. As long as GH doesn't make any drastic changes we should be able to go back and forth between this one and V11 depending on if there is an event or not.

Prestige V12 - No Event.txt

@Gouran21
Copy link

Sir Liquor will u make version with working dagger?

@I-Am-The-Liquor
Copy link
Author

My build now has multiple daggers and it hits most of them so it hasn't really bothered me but honestly my build is jacked up right now and I've been waiting on them to update the build compendiums before respeccing so I don't waste diamonds. Once they do and I respec I'll be taking points out of the multiple daggers skill and only using the 1 with poison dagger but until then I don't know it's exact location. Poison dagger is strong as fuck so we definitely need this, should be simple just an extra tap during the random tapping phase but won't be able to test it properly until I respec.
Good news is I'm working from home for the next few weeks and all my plans have basically been cancelled because of the fucking coronavirus so I will have plenty of free time and be able to implement this whenever the compendium is updated. I also intend on finally implementing the occasional sword master level to take advantage of the extra gold from the anniversary equipment set. Can't promise an ETA though, it is what it is for now.

@ContineltalABC
Copy link

@I-Am-The-Liquor
Good Morning! Could you help me optimize the script? I'm using HS build, but it is very slow, if I play manually I get prestige in 14 minutes at most, but the bot needs at least 35 minutes.
Can you help me make the script faster and spamaning more HS?

@I-Am-The-Liquor
Copy link
Author

I-Am-The-Liquor commented Apr 7, 2020

@ContineltalABC I recently tried HS and considered giving it a shot but honestly man after playing HS for a little while I just don't think it's worth the effort, there's too much to coordinate to reach your MS with HS. Need to use daggers, time HS with anchoring shot and keep up barbaric fury - if you're missing any of those things then you won't be able to take advantage of Heavenly Strike's quick runs and it won't be worth it. Too much to coordinate, I have no plans to attempt it and just went back to SC sorry man.

@I-Am-The-Liquor
Copy link
Author

I-Am-The-Liquor commented Apr 8, 2020

Since the patch I'm having an issue with leveling heroes, looks like the change they did to make the top of the hero / artifact leveling screen "sticky" is messing with a color check so the hero level window is closing too early because it always thinks it's reached the top. Currently testing a fix, I'm removing the color check and just having it loop X number of times. Once I can verify it's working well I'll share an updated prestige and push script.

Edit - This basic push script is working very well it's something for now but this is the push script, it does not prestige. Need to make sure the prestige script doesn't miss any heroes at the start of the run and need some time to test that but I'll be implementing similar logic to this one I think.
SC Push.txt

@alevolk
Copy link

alevolk commented Apr 10, 2020

Since the patch I'm having an issue with leveling heroes, looks like the change they did to make the top of the hero / artifact leveling screen "sticky" is messing with a color check so the hero level window is closing too early because it always thinks it's reached the top. Currently testing a fix, I'm removing the color check and just having it loop X number of times. Once I can verify it's working well I'll share an updated prestige and push script.

Edit - This basic push script is working very well it's something for now but this is the push script, it does not prestige. Need to make sure the prestige script doesn't miss any heroes at the start of the run and need some time to test that but I'll be implementing similar logic to this one I think.
SC Push.txt

Thank you so much, man!

@I-Am-The-Liquor
Copy link
Author

I have a prestige script that should be mostly solid but ever since the patch I've been having major issues with TT2 freezing on me. I have beefy PC and set Memu to high performance (4 cores / 4GB of RAM) the game runs beautifully no lag but I'm constantly getting "TT2 is not responding" or it just freezes after 1-2 hours so the script has hardly been worth it and haven't been able to run any tests that go beyond 1-2 prestiges. I know lots of folks having performance issues since patch (based on Reddit comments) so I'm hoping it's related and will be resolved with next update?
Anyone else out there running into this? If not are you using Memu or something else? Because of this I've been relying more on the push script which is why I haven't bothered spending time optimizing the prestige script.

@I-Am-The-Liquor
Copy link
Author

I-Am-The-Liquor commented Apr 11, 2020

Update: Hopefully skill issue is fixed, been working for me here's an updated version -

Prestige V13.2.txt

New and improved script my dudes. Lockdown boredom and nothing to do but drink have led to a number of changes:

  • Fixed hero level ups. I fear it might miss some heroes for folks that have a boatload of heroes to level like if you're at the early stages of a new ascension. If it's not scrolling down enough causing it to skip heroes and you can't fix it drop a comment and let me know. It's a super easy update but will slow down the hero leveling process a little and this is working beautifully for me as is so not sure if it's necessary.
  • For VIP folks I added an option to click Megaboost in the beginning of the run while leveling skills. Change var #megaBoost to 1 at top of script if you are VIP to take advantage of this.
  • Super fast maxed skills in beginning of run, no more leveling skills 1 by 1.
  • Levels Sword Master after heroes to take advantage of Anniversary equipment set gold boost.
  • More reliable menu close for less chance of getting stuck in menus / hero stories. (been good for me thus far but can't say with 100% certainty it's foolproof yet).
  • Sprinkled in dagger taps during the astral awakening tap phase. Getting daggers way more consistently now to take advantage of that gg poison dagger damage. My spec has 7 daggers so that's what I'm working with, I don't know where they are located if you have more or less so I dunno it should be better in most cases if not then ¯\_(ツ)_/¯

Edit: I was just monitoring it and GH offered me a milestone bundle after a prestige that broke the script. It did not try to purchase it or any shenanigans, was just never able to level skills. Would probably be an easy fix if I could replicate it for testing but they rarely come up so I dunno might just need to deal with that occasionally.

@I-Am-The-Liquor
Copy link
Author

In the meantime here's an updated push script. It's hitting daggers better, leveling sword master and implemented the close menu extra taps to try and prevent menu mishaps:
SC PushV2.txt

@I-Am-The-Liquor
Copy link
Author

Been running this for a while and it seems solid, no mishaps thus far slight change to skill leveling to make it more reliable.
Prestige V13.2.txt

@I-Am-The-Liquor I-Am-The-Liquor changed the title Minor Script update to fix prestige issue Working SC script here for anyone having issues (as of 4/11/20) Apr 11, 2020
@I-Am-The-Liquor
Copy link
Author

I recently switched to Nox and it's working way more smoothly. Still get occasional crashes but it's nowhere near as often, if anyone is having issues with Memu constantly crashing / app freezing give Nox a try it's working very well for me right now.

@Richu58
Copy link

Richu58 commented Apr 21, 2020

I-Am-The-Liquor you are a legend, thanks so much for maintaining the script, any chance you could make a super simple script that scrolls all the way to the bottom and levels up all heroes? So sick of the game crashing and having to level them all by hand. I am downloading Nox now to see how it goes. Thanks.

@Richu58
Copy link

Richu58 commented Apr 24, 2020

@I-Am-The-Liquor swapped to Nox it is crashing a lot less, but seems to randomly decide to try to re-level skills, is that something happening to you or did I do something silly? Only things i changed was to put 1 next to vip boost and the tap heroes options.

@max139dark
Copy link

I recently switched to Nox and it's working way more smoothly. Still get occasional crashes but it's nowhere near as often, if anyone is having issues with Memu constantly crashing / app freezing give Nox a try it's working very well for me right now.

interesting , i've been using memu for the longest time , the thing runs 24/7 for me , crashing about 2 times a day , sometimes less , does nox crash less now?

also
thank you very much for continuing to fix and improve the script!

@Richu58
Copy link

Richu58 commented Apr 25, 2020

@max139dark Nox has crashed once in the last 3 days for me, whereas memu was crashing like every 5th prestige. Only issue i've found with nox is I find it harder to get 600 taps on raid bosses but it's not much off normally like 580.

@I-Am-The-Liquor
Copy link
Author

That has been my experience as well. Nox still crashes but it's very rare, I try to restart it once every 24 hours or so and with the occasional restart I get 0 crashes. Memu was crashing very often it varied but seemed like anywhere between 2-4 prestiges and it would freeze or crash in some other way. I've been using Memu for 2+ years with no issue, this only started with the recent TT2 patches.

@Richu58 I can't say for sure if this is what you're seeing but with HiroMacro notifications on and watching the timer I've seen the script prestige timer reset and go back to 0 it's like the script resets for some reason. That has never happened in Memu so I don't know what to do about it. Overall though Nox has proven to be much more reliable, I'll take that over constant crashes I think it's worth it.

I've been running this V13.2 for a long time now and for the most part it's smooth but I have seen it mess up leveling skills. It's so rare though and I can never replicate it on demand so I'm not entirely sure what's causing it. I'm planning on looking into that at some point.
I also see it go into the pet window every once in a while and mess with equipped pets (this isn't new, it's always happened periodically even with original script), I'm looking to put some sort of check in to prevent that. It's not too common so hasn't been a priority but I'm getting tired of waking up to random pets being equipped.

@Richu58
Copy link

Richu58 commented Apr 29, 2020

@I-Am-The-Liquor Yeah using nox has been way better. I could not turn off my screen with memu or the game would crash and I could not leave it for long periods of time either. Only bug I have is sometimes it resets the script so it will think you just prestiged or sometimes it doesn't press prestige despite bringing the panel up. Again thanks heaps. Oh and as an update Nox has crashed once in the last 4 days.

@Richu58
Copy link

Richu58 commented May 1, 2020

Actually now randomly the script has moved to not prestiguing at all anymore, it tries but cycles clicking prestigue then leaving it then trying again.

@I-Am-The-Liquor
Copy link
Author

@Richu58 this is because the event ended and the events move the prestige button (to make room to display event shards or whatever) and confuse it. I'm tied up tonight and won't be able to address it but what I'm going to do is add a toggle for events so we can easily switch back and forth since these events seem like they will be common and it's the same change every time. Should be able to address it tomorrow.

@Richu58
Copy link

Richu58 commented May 2, 2020

Thanks your a legend :)

@I-Am-The-Liquor
Copy link
Author

Updated script in the top comment.
I think I got lucky with Nox the first few days I was running it but I dunno lately the script restarts have been more and more common. I've tried messing with every possible setting and nothing makes a difference. Found some references to this Nox script restart issue in older comments, seems this is why original author recommended staying away from it. I think I'll be going back to Memu I'm at wit's end doesn't seem to be a way to solve it and past few days it seems to be happening more often than not.

@I-Am-The-Liquor
Copy link
Author

var #PrestigeEvent seems to be working beautifully, if you're having issues just toggle that to 1 in the beginning of the script. This should be legit for a while assuming no major event changes in the near future.

@Richu58
Copy link

Richu58 commented May 9, 2020

Silly question does putting a 1 for enable tapping actually do anything? If so is it better on or off for sc with daggers. Was about to say getting prestige loop then realized an event is on and i havent changed the event flag derpy me lol. Thanks again.

@I-Am-The-Liquor
Copy link
Author

Honestly man not sure what it does I always have it set to 0 and it still taps everywhere I've never really looked into it or made any changes there. I figured most people used Astral Awakening so since it seemed easiest and made sense I put dagger taps in the astral awakening tap section, as long as you have var #astralAwakening 1 in the beginning you should get daggers pretty consistently.

@I-Am-The-Liquor
Copy link
Author

I-Am-The-Liquor commented Jul 1, 2020

I've been working on a major overhauled HS script, I got it working fairly well and it blows this SC script away in terms of efficiency but still have a few kinks to work out. Will share soon once I got some things ironed out. In the meantime here's an HS push script working fairly well if anyone is using HS. It's not as fast as running HS manually but it's doing the job pretty well:
HS Push.txt

@I-Am-The-Liquor
Copy link
Author

HS script here making a new thread for it:
#105

@max139dark
Copy link

script no longer working after the UI changes :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants