tanjeffreyz / auto-maple-resources

Community repository for Auto Maple command books and routines
MIT License
22 stars 33 forks source link

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

Open xiaoqiang9 opened 1 year ago

xiaoqiang9 commented 1 year ago

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 commented 1 year ago

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