Skretzo / shortest-path

Pathfinding for Old School RuneScape
BSD 2-Clause "Simplified" License
14 stars 27 forks source link

Feature Request: Support all transportation methods #47

Closed Intecpsp closed 1 week ago

Intecpsp commented 1 year ago

This plugin currently supports a few transportation methods, but I'd like to request that it support all the ones currently in the game. Here is a good starting list from the wiki. As well as the Ardougne cloak, and the different spellbooks. Obviously, there would need to be checks put in place that the player actually has access to use these (meets the requirements, similar to https://github.com/Skretzo/shortest-path/issues/4).

I may have missed a few, but this should be a good starting point

Intecpsp commented 1 year ago

Adding this to the request: https://oldschool.runescape.wiki/w/Lovakengj_Minecart_Network

Intecpsp commented 1 year ago

Also, just found this: https://oldschool.runescape.wiki/w/Category:Transportation

Skretzo commented 1 week ago

Teleportation items and spells were added in version 1.13.

Minecarts were added in version 1.14.

Other transportation methods will be added at some point. Feel free to create separate issues if you want to keep track of progress on adding particular transportation methods.