-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add Change Character App #91
Conversation
} else { | ||
debug("Selecting Character in Slot #" + characterSlot); | ||
if (characterSlot == 1) { | ||
InteractionUtil.Mouse.mouseMoveAndClickAndHide(new Offset(250, 200).toScreenCoordinate()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hardcoded offset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are hardcoded as there is no unique image in that location that can be recognized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main purpose of Profile design is too support multiple screen resolution
masterSwitch, // | ||
SmallTasks // | ||
.builder() // | ||
.clickTalk() // |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are those options needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No clue! Didn't want to break anything :P I just started using your bot on Friday
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But you adopt the code base so fast, really impressive, ty
Great job, tysm @daredoes Btw please pump version in |
Btw @daredoes please write some text that I can paste into Wiki to introduce about your function |
@9-9-9-9 Will do! I'm also almost finished with an update for the AFK app that adds an infinite quest runner. My implementation works, but it could definitely use some love so users can customize their questing. It does support Boss Levels, Heroic Dungeons, and the next available level. It tries to search for a level in that order. Combined with this PR, I have a script that goes
|
Wiki text: This function only supports clicking the characters in the first, second, and third slot. Supported flags:
Notes:
|
Great, please submit the script as well |
Hi @daredoes, Look like due to lacking of dev guide in wiki, leads to some thing that does not perfect in the implementation, that's my fault. Hope that following comments is not too late :D How to create TP image correctly
|
Adds an app that changes the character to the hero in either Slot 1, 2, or 3.