CritNotifier is an addon for World of Warcraft Classic that triggers controller vibration when the player lands a critical hit.
- Download and extract the
CritNotifierfolder. - Copy the folder to the following path:
World of Warcraft/ βββ _classic_era_/ βββ Interface/ βββ AddOns/ βββ CritNotifier/ βββ CritNotifier.toc βββ CritNotifier.lua - Launch the game and make sure the addon is enabled in Menu > AddOns.
- WoW Classic Era (11403) or WoW Classic WotLK (30402).
- A configured game controller for vibration to work.
- Detects critical hits made by the player using
COMBAT_LOG_EVENT_UNFILTERED. - When a critical hit is detected, it triggers controller vibration with:
C_GamePad.SetVibration("High", 1)
- Displays a chat message indicating the critical hit.
CritNotifier.toc: Addon configuration file.CritNotifier.lua: Addon code.
If you want to modify the intensity or duration of the vibration, change the parameter in C_GamePad.SetVibration("High", 1). You can use "Low", "Medium", or "High" and adjust 1 to any duration in seconds.
Feel free to improve the addon! You can fork the repository and submit a pull request.
This addon is released under the MIT License.