Whenever I use my trinkets, after they cool down, it says "x is ready to use" or something to that effect. I'm not sure if it's an addon, as I have so many of them, but I was wondering if there is something that would do something similar for my cooldown abilities and display text in the middle of my screen, and maybe make a ding noise or something, since I don't usually look at the middle of my screen, usually only at Grid or my party's bars. Just something like "Nature's Swiftness is now ready" Since I find myself jabbing the key for that and nothing happens. Thanks in advance and sorry if theres already some post on this...I couldn't find a search bar for the forum.
I'm pretty sure most SCT mods can do this, I know Parrot can for sure.
i'm not sure how i feel about instance-only/group-only, as i'd want to add actual options and configuration for it, increasting complexity a bit more than i originally intended.
Hmm how about leaving it how it is now by default but having somewhere in the LUA that people can toggle on the ability to have it only announce CC breakage if you're in an instance?
E.g you could have an option "Intance only = true/false that the user has to edit themselves if they want CryBaby to only announce CC breakage when they are in an instance.
It does the same thing as BB's cc warn, I just didn't like the bloat that's been slowly wedged into BB.
Yeah I realise it works the same way that BB's CC warn did, I was just wondering if there could be a check to see if we're in an instance and if we're not disable the CC warning.
There seems to be a slight formatting error with Crybaby the following line needs a space adding
md = prefix..RED_FONT_COLOR_CODE.."%s"..FONT_COLOR_CODE_CLOSE.."cast %s on "..GREEN_FONT_COLOR_CODE.."%s"..FONT_COLOR_CODE_CLOSE
to
md = prefix..RED_FONT_COLOR_CODE.."%s "..FONT_COLOR_CODE_CLOSE.."cast %s on "..GREEN_FONT_COLOR_CODE.."%s"..FONT_COLOR_CODE_CLOSE
Also would it be possible to have Class Colours used for the chat log messages or would that bloat the code too much?
Finally would it be possible to only have Crybaby active when inside a 5 man/raid instance, currently it will report for anyone near by which is annoying when I'm doing quests or just generally doing stuff in the world and keep getting reports for CC breakage for random people.
On the whole I much prefer the approach of Crybaby though since I didn't use most of BigBrother's features.
0
I'm pretty sure most SCT mods can do this, I know Parrot can for sure.
0
0
Hmm how about leaving it how it is now by default but having somewhere in the LUA that people can toggle on the ability to have it only announce CC breakage if you're in an instance?
E.g you could have an option "Intance only = true/false that the user has to edit themselves if they want CryBaby to only announce CC breakage when they are in an instance.
0
Yeah I realise it works the same way that BB's CC warn did, I was just wondering if there could be a check to see if we're in an instance and if we're not disable the CC warning.
0
to
Also would it be possible to have Class Colours used for the chat log messages or would that bloat the code too much?
Finally would it be possible to only have Crybaby active when inside a 5 man/raid instance, currently it will report for anyone near by which is annoying when I'm doing quests or just generally doing stuff in the world and keep getting reports for CC breakage for random people.
On the whole I much prefer the approach of Crybaby though since I didn't use most of BigBrother's features.