Zoinkwiz / quest-helper

Helps with Quests.
BSD 2-Clause "Simplified" License
236 stars 415 forks source link

[Feature] Add support for shortest-path plugin #1831

Closed Infinitay closed 2 weeks ago

Infinitay commented 2 weeks ago

Would it be possible to reference the shortest-path plugin anytime there is a step that requires you to travel? Or any step at all to keep things simple. I was looking into it and was wondering if it could be done by sending the coordinates within DetailedStepQuest? Anytime the object is created with the signature with a WorldPoint parameter?

For more information on hooking into the shortest-path plugin: https://github.com/Skretzo/shortest-path/wiki/Cross-plugin-communication

Thank you.

Infinitay commented 2 weeks ago

I scrolled down further the class and noticed there's support already for the plugin. Sorry for the needless request.