/RuneLite-World-Heatmap

A plugin that lets you visualize the tiles of the Old School Runescape world map that you most often visit

Primary LanguageJavaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

RuneLite World Heatmap plugin

This plugin logs each tile that the local player steps on to create a visualization of where they most often travel. There is a "Type A" heatmap, where the value of the tile that the local player is standing on is incremented each new time it is stepped on. There is also a "Type B" heatmap, which does the same as Type A, but it also increments the current tile every game tick, even if it's the same tile stood on last game tick, meaning that standing in the same place for a long time will continuously increase that tile's value. "Type A" will create a heatmap better suited for visualizing the paths taken, whilst "Type B" will help visualize where the most time is spent. Data of step values on each tile is able to be exported as a .CSV file.

heatmap after image image

With the .csv export option, the data can be analyzed more fancily with other tools such as R, or Quicken 2003 (not included): image