Skip to content

MStewGT/Intellect4Dummies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intellect 4 Dummies

About

Author: MStewGT
Blog: Jack of all Admins
Version: 1.3
Description: Simple addon to warn if a member of your party/raid does not have the Arcane Intellect buff

Notes

Addon will verify that all party/raid members have the Arcane Intellect buff when a Ready Check is started.
Extensively raid tested, could use further testing in parties.

To Do

  • Add an event handler to monitor for a ready check and run buff check
  • Move buff name and warning text to variables
  • Test event handler code
  • Test all possible raid/party/solo situations function as intended
  • Add sound effect
  • Generate a nicer warning message instead of default message box
  • Add the ability to configure the addon to check for other buffs

Instructions

Download files and place in a ...\World of Warcraft\Interface\AddOns\Intellect4Dummies folder.

If you want to change the buff to check for, or the warning message, just edit the lines below in main.lua

local buff = "Arcane Intellect"
local warnText = "Someone is Dumb!!"

About

WoW addon to warn when someone in the party/raid does not have the Arcane Intellect buff.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages