awgil / ffxiv_visland

Island sanctuary automation
105 stars 35 forks source link

Rough implementation of SurveyNodeScan #78

Closed oorzkws closed 1 month ago

oorzkws commented 1 month ago

This is a base implementation I've done for my own use, but I think it fits well with the NodeScan implementation that had been started and commented. The Node Type Survey is the kind revealed by actions like Lay of the Land.

Let me know if it fits with the project and if there's changes needed. I tried to fit the existing style (tight spacing, mostly).

Demo (use on Miner):

This will locate the nearest set of nodes, travel to it, then harvest the individual nodes.

H4sIAAAAAAAACu1TTU/DMAz9K8jnCu0DJNQb6jZUoY1Bi8aHOITVWyM1cWncoWnafyfpUjbgsivSTrGf7eT5PWUDE6EQQkjqaoXrCWV4NkBFEMBNRXVpK4966SLMLDYiyiDsBDAWuhZFE87EuiSp2UD4uoEpGcmSNIQbeLL1c9vx7M+X5tzagDTGg2b6QWSytqN91zCmFSrUDGE3gKngfCG1fY+rGgOINWMl5jyTnN/56UPML2JZmpw+24qlYn7f0NC7CGCoiFseMaPy4XXT4ZJe7yqA+xoN+1ITJ/ix04DePexkS+ZCp6JaIu9I7AVN1yU2bQlTGZHOvEAWuZVFEVHtNnZaUM24XyPKBUeklHAatHvNhOTvhVwyournnQ5MpcKxbbvsHADD9K8p1ozYTHOhmRSEC1EYp5NxtH26Df6Rqd3+Ea62Pp48/R+e9k6eHvNP37Zfv3iFe80FAAA=

Jaksuhn commented 1 month ago

I've got a branch in progress for this right now (the scanning is done, it's a matter of setting up landing zones mostly) so as a warning I'm not gonna be merging this because you also do it pretty differently than I am, but I am curious as to why for some things.

oorzkws commented 1 month ago

I've got a branch in progress for this right now (the scanning is done, it's a matter of setting up landing zones mostly) so as a warning I'm not gonna be merging this because you also do it pretty differently than I am, but I am curious as to why for some things.

That's great, thank you for taking the time to give feedback!