Skretzo / shortest-path

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

Include Teleport Spells in the list of possible travel methods #75

Open FowD8 opened 1 month ago

FowD8 commented 1 month ago

I think it's awesome that teleports were eventually added to this plugin, i was super surprised though that simple teleports like Varrok Teleport and Ardougne Teleport weren't included as an option

should be simple enough for the "All" option, for "Inventory" option I guess it'd be a bit more tricky as you'd have to calculate all the possible ways to have the possibility to cast the spell from correct runes, staves in inventory, or tablets on you.

Smeety commented 3 weeks ago

I agree

gkotas commented 3 weeks ago

I made a PR for this. Seems to work well in my testing.