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

Renew Routines #8

Closed
nehcap opened this issue Sep 3, 2021 · 10 comments
Closed

Renew Routines #8

nehcap opened this issue Sep 3, 2021 · 10 comments

Comments

@nehcap
Copy link

nehcap commented Sep 3, 2021

the dcup2 routine is old and no kanna farm there anymore if you can make side path routine without tengu its will be great
example: https://www.youtube.com/watch?v=3YM3gmeFj6M&t=157s

@tanjeffreyz
Copy link
Owner

Hi, I actually stopped playing MapleStory once I finished writing Auto Maple. However, the readme for this project contains an explanation of how to create your own routines. You can find it here.

@nehcap
Copy link
Author

nehcap commented Sep 3, 2021

how i can know the pos of every point in the map?

@nehcap
Copy link
Author

nehcap commented Sep 3, 2021

you got discord maybe?

@tanjeffreyz tanjeffreyz reopened this Sep 3, 2021
@tanjeffreyz
Copy link
Owner

Currently, the keybind for taking a snapshot of the character's current position is F8. Feel free to play around with the keybindings in listener.py!

@nehcap
Copy link
Author

nehcap commented Sep 3, 2021

ill try make my own csv but if you come back to maple pls make side path one its will be amazing

@nehcap
Copy link
Author

nehcap commented Sep 3, 2021

How i can use layout recorder?
Its recording the movement? how you start it and how you stop?

@tanjeffreyz
Copy link
Owner

tanjeffreyz commented Sep 3, 2021

Yeah, if record_layout is set to True, then the program will automatically record where your character has already been in a layout file. This makes later iterations of the routine faster and more accurate because it can just precompute the path it needs to take. Once you're satisfied with how the routine is being executed, you can set record_layout to False and Auto Maple will continue to use the layout file without editing it.

@nehcap
Copy link
Author

nehcap commented Sep 3, 2021

How i stop it? I must use it or i can just use the points with the routine?

@nehcap
Copy link
Author

nehcap commented Sep 3, 2021

What adjust and counter does?

@tanjeffreyz
Copy link
Owner

tanjeffreyz commented Sep 4, 2021

Auto Maple only records player position while record_layout is set to True, and setting it to False would stop it. You don't exactly need to use record_layout, but when running complicated routines or messy map layouts, it significantly improves accuracy and speed. The readme has an explanation of the routine keywords like adjust and counter. Hope that helps!

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