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

"xxxx in a given direction, jumping if specified. Adds the player's position to the current Layout if necessary" #18

Open
xiaoqiang9 opened this issue Apr 15, 2023 · 1 comment

Comments

@xiaoqiang9
Copy link

Hi,
I'm not really understand the annotation "xxxxx in a given direction, jumping if specified. Adds the player's positionto the current Layout if necessary." of each classes' commandbook , i notice that kanna uses Key,TELEPORT ,adele uses Key.RESONANCE , shadower uses
SHADOW_ASSAULT , those are Movement skills and what if i'm Hero? what kind of skill should i put in?

@LiliaTheSuccubus
Copy link

That annotation is for the specific functions of each skill, I think. For example, it'll usually be under a specific skill like Teleport or a dash skill. Hero should be fine just copying the Shadower command book, since there's nothing unique in Shadower's book for movement (look at Step and Adjust). It just flash jumps to move, whereas Kanna would teleport instead of flash jumping. You just need to change out the skills for Hero's skills, which is as simple as (if you're lazy and don't want to edit the code) assigning the keybinds of the skills to your attacks you want to use on Hero. No coding needed, just set it in the main GUI settings when you launch the bot.

python_EmQ2YrXMbQ

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

2 participants