Skip to content

Tracks player taunts and displays who they taunted, what ability they used to taunt, and if it failed in some way.

License

Notifications You must be signed in to change notification settings

Davie3/who-taunted

Repository files navigation

Who Taunted?

Addon project for World of Warcraft.

About

Tracks player taunts and displays who they taunted, what ability they used to taunt, and if it failed in some way.

Issues

Please report any issues on GitHub - https://github.com/Davie3/who-taunted/issues

Localization

Help localize on Curseforge! - https://legacy.curseforge.com/wow/addons/who-taunted/localization

Supported Taunts

Class The War Within (11.0.0) Cataclysm (4.4.0)
Warrior Taunt; Challenging Shout (AOE); Disrupting Shout (AOE) Taunt; Mocking Blow; Challenging Shout (AOE)
Paladin Hand of Reckoning; Final Stand (AOE) Hand of Reckoning; Righteous Defense (AOE)
Druid Growl Growl; Challenging Roar (AOE)
Death Knight Death Grip (Blood); Dark Command Death Grip (Blood); Dark Command
Monk Provoke; Provoke on Ox Statue (AOE) N/A
Demon Hunter Torment N/A
Hunter N/A Distracting Shot
Shaman N/A Unleash Earth
Warlock N/A Challenging Howl (Metamorphosis)

Supported Taunts (Legacy)

Class Dragonflight (10.2.7) Shadowlands (9.2.7) TBC (2.5.4) Wrath (3.4.3)
Warrior Taunt; Challenging Shout (AOE); Disrupting Shout (AOE) Taunt; Challenging Shout (AOE); Disrupting Shout (AOE) Taunt; Mocking Blow; Challenging Shout (AOE) Taunt; Mocking Blow; Challenging Shout (AOE)
Paladin Hand of Reckoning; Final Stand (AOE) Hand of Reckoning; Final Stand (AOE) Hand of Reckoning; Righteous Defense (AOE) Hand of Reckoning; Righteous Defense (AOE)
Druid Growl Growl Growl; Challenging Roar (AOE) Growl; Challenging Roar (AOE)
Death Knight Death Grip (Blood); Dark Command Death Grip (Blood); Dark Command Death Grip (Blood); Dark Command Death Grip (Blood); Dark Command
Monk Provoke; Provoke on Ox Statue (AOE) Provoke; Provoke on Ox Statue (AOE) N/A N/A
Demon Hunter Torment Torment N/A N/A
Hunter N/A N/A Distracting Shot Distracting Shot
Shaman N/A N/A Unleash Earth Unleash Earth
Warlock N/A N/A Challenging Howl (Metamorphosis) Challenging Howl (Metamorphosis)

Change Log

  • 11.0.0 Dragonflight compatibility.
  • 10.2.7 Dragonflight compatibility.
  • 10.2.6 compatibility.
  • 4.4.0 Cataclysm Classic compatibility.
  • Removing the WhoTaunted_Vanilla TOC for now as WhoTaunted does not work in Vanilla.
  • 10.2.0 compatibility.
  • 3.4.3 Wrath Classic compatibility.
  • 10.1.7 compatibility.
  • 3.4.2 Wrath Classic compatibility.
  • 1.14.4 Classic compatibility.
  • 10.1.0 compatibility.
  • 10.0.7 compatibility.
  • 10.0.5 compatibility.
  • Wrath Classic 3.4.1 Compatibility.
  • 10.0.2 compatibility.
  • Minor code change for Party and Raid detection.
  • Fixed a localization issue which caused options for Output types to not function correctly (#15).
  • Added a new option which defaults the output to Self if any of the outputs are unavailable. For example, if you are not in a party or raid.
  • Fixed a bug that would cause "You Are Not in Party" or similar system errors (#12).
  • 10.0/Dragonflight compatibility.
  • Fixed a bug where errors were thrown in Classic when a player taunts. Some code from Mainline WoW was not compatible in Classic (#8).
  • Fixed some issues with the Chat Window Options.
  • Fixed a rare bug with the Taunt Output Options.
  • 9.2.7 Compatibility.
  • Wrath Classic 3.4.0 Support and Compatibility.
  • TBC Classic 2.5.4 Support and Compatibility (for good measure if it comes back).
  • Classic Era 1.14.3 Support and Compatibility.
  • Updating all Version's Taunt Lists to the best of my ability.
  • Adding AOE Taunt support for Monk's casting Provoke (115546) on Black Ox Statue (61146).
  • Cleaning up and re-organizing the options menu.
  • Profiles are now supported in the options menu.
  • Re-introducing options to change the Output of each Taunt Type.
  • Various bug fixes and improvements.
  • 9.0.1/Shadowlands compatibility.
  • Removed Hunter's Distracting Shot.
  • Re-added Warrior's Challenging Shout under AOE taunts
  • Removed all options pertaining to changing the output of the Taunt messages. In 8.2.5, Blizzard protected the SendChatMessage function so this fixes any errors if the output type for WhoTaunted was set to anything other than "self". The default is now to display to the player (which is normal functionality). I will re-add the options if Blizzard makes any changes in the future.
  • 8.3 compatibility.
  • 8.2 compatibility.
  • 8.1 compatibility.
  • 8.0.1/Battle for Azeroth compatibility.
  • Adjusted code for API changes.
  • 7.3 compatibility.
  • Fixed issue with Chinese and Russian translations. So sorry about that!
  • 7.2 compatibility.
  • Support for Paladin's Final Stand talent.
  • Code rework and clean-up.
  • The changes should make it more flexible for the future. Let me know of any trouble!
  • 7.1 compatibility.
  • 7.0.3/Legion compatibility.
  • Initial support for Demon Hunters.
  • 6.2 compatibility.
  • 6.1 compatibility.
  • Fixed a bug where WhoTaunted would not be disabled in battlegrounds regardless of the setting.
  • Added a new option to disable WhoTaunted while in PvP zones (such as Ashran).
  • Update for patch 6.0.2.
  • Bug fixes.
  • Removed some taunt spells that no longer exist.
  • Added Mocking Banner for Warriors.
  • Update in preparation for patch 6.0.
  • Fixed an error loading addon libraries.
  • Updated for Mists of Pandaria.
  • Support for the Monk taunt Provoke.
  • My thanks to Basta from Curse for updating a few lines of code for me.
  • 4.2 compatibility.
  • 4.1 compatibility.
  • 4.0 compatibility.
  • Minor bug fixes.
  • Fixed a few bugs found in some of the new code.
  • A lot of code has been rewritten and optimized.
  • Hide own taunts and failed taunts option added.
  • Paladin Righteous Defense target option added.
  • The ability to select the chat window for the self output has been added.
  • Hide the <WhoTaunted> prefix option added.
  • Toggle the display of the ability used to taunt option added.
  • Fixed bug with the disable in battlegrounds option.
  • Small bug fix.
  • ChatThrottleLib is now being used.
  • Initial Release

About

Tracks player taunts and displays who they taunted, what ability they used to taunt, and if it failed in some way.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages