Commit Graph
9 Commits
Author SHA1 Message Date
Alex Kolpa 95a9b65b62 Add world map region overlay dev tool
Using the existing 'World Map Location' dev tool, the world map can now
be given an overlay to show all the region boundaries and region ids.
This should make it easier to find out the region id of a specific
location.

One caveat is that this does not work with 'stitched' locations,
such as Motherlode Mine.
2018-12-04 13:41:20 +00:00
Alex Kolpa 72fc1d1add Change AgilityArenaTimer contact to GitHub account (#3121) 2018-05-22 23:23:30 +02:00
Alex Kolpa 3be81ae012 Don't show experience progress for unranked skills
`Experience.getLevelForXp` crashes on values < 0 (unranked is -1).
2018-05-21 23:31:36 +02:00
Alex Kolpa 58cf71bd05 Add agility arena timer
Add a timer infobox to show how long until the next ticket location change
2018-05-21 20:47:25 +02:00
Alex Kolpa f3f2c7825c Add agility arena notifier
Notifies player when the active ticket dispenser has changed locations.
2018-05-21 20:45:33 +02:00
Alex Kolpa bc62e167ae Clear plugin skill tracking on reset
Instead of calling `reset`, which just clears the skill info box from the UI.
2018-05-20 23:52:42 +02:00
Alex Kolpa a74c716e6d Check player position on state change
The map region change is triggered when a game starts loading new regions, but that doesn't necessarily mean the player is in the correct region. Additionally the currently loaded regions reveal very little information about where a player is actually located. Instead of relying on this event, the plugin now listens to game state changes, which are triggered for player region changes. When that happens, the plugin checks player region against the actual kingdom regions (2 in total).
2018-05-12 19:09:15 -04:00
Alex Kolpa 9c8722a55c Fix typo cryptic clue
So it's picked up properly by the plugin
2018-05-12 21:09:22 +02:00
Alex Kolpa 6f66b6790d Ensure tile spawns on all planes are simulated (#2495)
Instead of using just the current plane, simulate them for all 4 planes.
2018-05-09 10:22:46 +02:00