Commit Graph
10 Commits
Author SHA1 Message Date
LlemonDuck b6e0e01f7d special counter: ignore vet'ion hellhounds
Prevents spec counter resetting when attacking a skeleton hellhound spawned by Vet'ion. The hellhounds are spawned at 50% HP, and are required to kill to continue the fight, so the player will continue fighting Vet'ion after they are killed.

It's possible that a player may want to use a spec against the hellhounds, but I'm not aware of any reason for it.
2021-11-13 19:41:44 -08:00
LlemonDuck b496f9e4e8 chatcommands: cg shorthand for corrupted gauntlet 2021-09-28 21:59:38 -04:00
LlemonDuck 8d53957b95 raids: screenshot overlay from client thread 2021-07-05 23:41:26 -04:00
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