-
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
[Suggestion] Tapping heroes to activate Astral Awakening #97
Comments
I don't know if AA is important for farming. Generally Coordinated Offensive is pretty good for farming and it's built into the script already. |
I know that it's not really important, but tapping the heroes gives the huge buff for the damage since Hero damage is a part of main damage in CS build. |
@trant42 I have actually been working on this for the past couple days however its still not functional. The primary issue is color detection on the Astral Orb. If anyone has any ideas, please let me know! I'll share everything I have done thus far below. I have tried both RGB and Color code detection with little success since the Orb is not a constant color. Also, it looks like the color debug is not 1px but rather an area in the cursor which is the problem imo. Its like it cant make up its mind on the color, so it just goes to -1 -1 -1 or -65793 a lot of the time. I have also tried 2 different approaches regarding location detection. My idea is to have it scan the screen in the areas where the Astral Orb will spawn, then click it if it's found. I believe this is the only way since clicking randomly would take far too long. You need the code to work its magic to provide an accurate click location. Attempt 1 Attempt 2 |
Also, You're better off coding a touch everywhere script than waste your run time on |
@chrisreyn If you'll use a looping technique that will access a function every lets say 80~300 loops and will check AA than the lag that is created with getColor will be dramatically reduced. |
@chrisreyn Yeah, its clear this command is inefficient however what are the alternatives? I guess there are none other than blind clicking at random. I can check ~30 locations a second with this but obviously, it's useless if nothing gets found accurately. I suppose this idea should be scrapped. Thanks for the comment! |
@FarSly tbh, if you noted down the locations of each hero, you could just do 5 loops of it instead of having to "make sure" it is that hero with the glowing orb is all im saying. our only problem for now is when it goes to the equip/crate stack area (but that's also everyone's problem) |
Hi, I wonder if anyone is working on this feature. Apparently, CS uses AA in the build.
Hopefully, someone could share it!
Thanks.
The text was updated successfully, but these errors were encountered: