MStewGT / Intellect4Dummies

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

Home Page:https://www.jackofalladmins.com/dev%20dungeon/coding-my-first-wow-addon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.jackofalladmins.com/dev%20dungeon/coding-my-first-wow-addon/

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%