-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update for latest patch. #74
Comments
Will you be making it public? I was waiting to confirm he was'nt updating before putting in the effort aside from a few x,y updates. There might be a few of us who could who could get it in better shape if the original guy is cool with it. |
I've been working on my own fork for quite some time, but never thought to make it public on account of this one still being updated by the original author. If they are no longer supporting, I'll make mine public and share it. https://github.com/BoredCoder95/ChaosBot Any feedback and help would be appreciated. |
So far starters, I actually customized mine to do mokomoko, Examine the Brilliant Spring, and Writer's Life: Fan Meeting. The last one is an honor shard daily since it's easy to script. I also added the option in my edit to only do lopangs as an option. All you really have to do is just subtract 2 from the current character's aura lol. I would love to collaborate on some ideas to maybe improve the script for more consistent floor 3 clears. I have two ideas for this. One idea is just resurrecting with phoenix plumes if you die in floor 3. Second idea is just forcing your character to die once upon entry to floor 3 before clearing. Curious to know your thoughts on it. Also adding in a feature to resume the bot after the script fails would be a cool feature to have. I currently just edit the 'main character" value to whichever character the script failed on but its not the best way to resume since it assumes everybody has aura again. Probably a simple feature but I haven't looked too much into adding it since editting the main character value works good enough for me. I don't really use github but I would love to somehow get in touch on discord or something and collaborate on it. |
Damn ight ill hit you up in Discord and check out that new fork today/tomorrow and see how we can all link up to collab. |
@BoredCoder95 I haven't really figured out the mouse thing either. I have not been able to try changing my display settings on my monitor to match lost ark, which may be the reason it does ever match other than that my only guess is that its program specific? Got caught up with stuff, will try to reach out on Discord soon. |
@jaredrklein the test.py file that is included with this bot is what I used to figure out mouse positions for edits, it just constantly outputs the x,y of your current mouse location, along with the rbg at that point |
Happy to collab as well - re: failing floor 3, I have mine using phoenix plumes on floor 3 specifically - it tends to eat at most 1 per run if the character dies partway through, and prevents them from having a hard time getting back to the mobs. Looks like the repository @BoredCoder95 linked I'm not able to access, though. |
Anyone have any an up to date version of this? |
Yeh tried it and keeps getting ImageNotFoundException # Raise PyAutoGUI's ImageNotFoundException. |
So i removed the exception wrapper in pyautogui Then changed the setting in PyScreeze to False For version 1.0.0, USE_IMAGE_NOT_FOUND_EXCEPTION is set to True by default.USE_IMAGE_NOT_FOUND_EXCEPTION = False Works fine now |
yeah, it's one line starting with @ above the locateonscreen function |
yeah, give me a shout if need help, currently i've added support for Voldis/Elgacia and workingg on Sharpshooter abilities |
Thanks that worked for me, Only had to change image not found to false |
something with your characters or main character settings
|
Anyone knows if it still works or has a working Version of it? |
I literally have 0 knowledge with what everyone is talking here but on a scale on 1 to 10 how hard can it be to do what he said? |
Tbh I have 0 clue what exactly to do with all the things shown in the github link - for example what I have to download or what programs I need in order to make everything work too |
For now I just followed the readme Instructions - do I have to do the "pip install -r rqeuirements.txt" still? |
For Classes can I just add "souleater" without having to worry about anything? |
For the config.py how did you add your characters exactly? Did you put in the index number from them and how did you pick multiple? |
Wait I just read now that it just enters low level chaos dungeon is that still the case? |
LMAO this might be the dumbest question but where do I put the commands to start the script? :X |
Figured it out |
Okay so how do I get into the things Mxxinn mentioned? Wanna add each other in dc so I dont have to spam this thread? ^^' |
I asked if AUTO was completed? If used for TAIWAN server, can it be used? And do I need to adjust anything else? |
You need to modify the login method and almost all in-game screenshots. |
Sad to see the author is no longer updating this bot. I've been working on improving this bot myself after hearing the news. Currently, I have updated screenshot folder for gunslinger, added support for demonic impulse, and added support for pinnacle glav (although this was really just # out in the code). Updated the mouse X,Y locations for bifrost and updated mouse X,Y for chaos dungeon locations. Updated mouse X,Y locations for charPositions up to 18 (although this only works if you have at least 16 chars).
Currently working on automating leapstone dailies (can only automate Mokomoko island and Hestera Garden dailies, will add more once the other leapstone dailies are added from Korea). I do want to ask how mouse x,y positions are calculated. Everything I've used returns different values than the ones used in the script.
I would also like to potentially add more to the readme for guides on how to better optimize skills for higher success rate. (For ex, even if skills are directional, they should still be listed as non-directional because AOE spells are better selfcast.
The text was updated successfully, but these errors were encountered: