Skip to content

Latest commit

History

History
33 lines (23 loc) 路 1.91 KB

File metadata and controls

33 lines (23 loc) 路 1.91 KB

Shortest Path

Draws the shortest path to a chosen destination on the map (right click a spot on the world map or shift right click a tile to use).

illustration

Issues, bugs, suggestions and help

Problem Link
馃悰 Bug report
Report an issue encountered while using the plugin, or take a look at already reported bugs.
issue
馃挕 Feature request
Request a new feature or suggestion, or take a look at already reported enhancements.
feature
馃挰 Discord server
Found a bug, need help with using the plugin, or just want to talk about it with other people?
discord

Features, examples and options

Read the plugin wiki for info about features, examples and plugin options.

Coordinate dump

Generate the transport and destination coordinate JSON with:

python3 scripts/dump_transport_coordinates.py

Pass additional arguments when needed:

python3 scripts/dump_transport_coordinates.py --pretty --output build/transport-coordinates.json

Developer tooling

Developer dashboards and OSRS cache dumpers live in shortest-path-tooling. The published dashboard is available on GitHub Pages: https://skretzo.github.io/shortest-path/