tanjeffreyz / auto-maple-resources

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

resonance up #7

Closed Tsukino-uwu closed 2 years ago

Tsukino-uwu commented 2 years ago

added an extra resonance point on the right side of the map for going up, to try and prevent getting stuck/jumping without being able to get up there

is there some way to disable points from being used outside of "required/optional pathing" like only using it for moving somewhere and not always using it every rotation ? ( could be nice for small platforms, or just other places you might want to add as positions to use in rare cases, but currently it kinda makes the player go there all the time wasting a tiny bit of time )

tanjeffreyz commented 2 years ago

Each point has a frequency=n. The point will run once every n times, and on the times it doesn't run, the player won't attempt to move towards it (skips it completely). By default n=1

This is still a pretty crude system, so I'd recommend grouping sections of routines with Label and using frequency only when jumping to a label.

Here's an example: https://github.com/tanjeffreyz/auto-maple-resources/blob/110ec137de71604a579e2b7d6843e91579689908/routines/kanna/dcup2.csv#L9