Commit Graph
7 Commits
Author SHA1 Message Date
LlemonDuck 7ba679339d Reset spec counter when leaving instanced fights
When leaving Vorkath or Alchemical Hydra fights, the spec counter does not reset, despite the boss resetting their stats. This could cause the spec counter to add the player's next trip spec to that, giving an inaccurate total spec count. This clears that counter when leaving the vork + hydra region instances.
2021-06-15 19:06:43 -04:00
LlemonDuck 851d8a8de7 camera: prevent pitch increment with "preserve pitch" enabled
When clicking the compass, the vanilla camera will jitter randomly
within 5 values. With "compassLookPreservePitch" enabled, spam clicking
the compass would cause your camera pitch to rise repeatedly by that
random jitter. This places the camera pitch restore callback after the
random jitter, to eliminate that discrepancy.
2021-06-11 00:51:13 -07:00
LlemonDuck eddb7276a2 idle notifier: reset six hour notif on startup
Six hour notification could trigger incorrectly when the plugin was enabled if the player disabled -> logged out -> logged in -> enabled, since the notification timer was not reset.
2021-06-04 19:15:11 -04:00
Paul NortonandAdam 1581aff73a Add Below Ice Mountain quest
Add BIM to the world map plugin quest start locations, and the Camdozaal
dungeon to the skybox and discord regions

Co-authored-by: Adam <Adam@sigterm.info>
2021-05-11 21:08:58 -04:00
LlemonDuck 200d23b0c1 clues: Fix location of Captain Bleemadge (#13531) 2021-05-03 07:33:44 +00:00
Paul Norton 943d69d8bb Add scorched Lletya region ID to discord presence determination 2020-12-21 13:52:05 -05:00
Paul Norton 1e27c2f5ff Add "scorched" Lletya regionID recognition to TimeTracking's FarmingWorld 2020-12-20 23:50:23 -05:00