That spell isn't ready yet!
SpellNotReadyYet is a very small, lightweight addon that will flash a small icon in the center of the screen with the cooldown remaining whenever you hit an ability that is on cooldown!
Currently it only supports abilities that the player casts. I may add pet support and items (if i can figure items out) in the future if people request it.
Configuration
Inside the SpellNotReadyYet.lua at the top is the config section
local iconsize = 40 -- Changes the size of the icon local xoff = 0 --Increase to move right, decrease to move left (note: you can go into minus numbers) local yoff = 0 -- Increase to move up, decrease to move down (note: you can go into minus numbers) local tfont = "Fonts\\FRIZQT__.TTF" -- The file path for the font you wish to use local fontsize = 12 -- Font size local fdur = 0.7-- Duration of the icon appearing on the screen (range between 0.1 and 1, anything above 1 and stuff gets funky)
These options will allow you to adjust the icon size, x/y co-ordinates as well as the font used. Currently there is no ingame option although I may create one at some point when I further advance my LUA skills!
Feedback and suggestions welcomed <3

