Blood Legion Cooldown
Helps track raid cooldowns visually with icons and bars. It is designed to have minimal impact and be very simple to understand and configure.
Commands:
/blcd opt :: open the options screen
/blcd show :: toggles visibility of the addon
/blcd reset :: reset all running cooldowns and available counts
/blcd wipe :: reset cooldowns after a wipe
/blcd lock :: lock/unlock the cooldown frame position
/blcd extra :: filter out extra raid members (only the first 10/25 members of the raid will be tracked)
/blcd clearextra :: resets extra filtering to show all players
/blcd rescan :: rescan the raid for talents
When reporting a bug please include the following information:
- What version of BLCD did you see the error in?
- Do you have ElvUI installed and enabled?
- Do you have any other addons installed and enabled? (Please list them)
- The full text of any lua errors (installing BugSack and !BugGrabber will allow you to easily report lua errors)
Todo List:
- Adjustable bar size
- Adjustable bar text size
- Bar texture and font
- Resume current bars after /reload or when joining a group (latter option would require other users to have addon)
- Horizontal layout
Seems updating to the new version breaks this completely. Nothing is showing up, no ingame commands working.
Hopefully an easy fix !
Installed latest version of the addon.
Addon is now just broken entirely.
I've rebooted and reloaded my games several times. None of the commands work, there is no more button on the map to open the options.
No cooldown bars either.
Can't get the /blcd commands to work.
Possible to add an opton for vertical centering so that the CDs grow out equally from the middle?
For some reason, when i have it set to annouce cool downs used. It will annouce the shaman spell ansenstral guidance, even though i have it unchecked and not to annouce it.
I only have it to annouce battle res and blood lusts.
Is this happening to anyone else?
I'll look into it.
I found that the options "Always" and "Solo" are just making everything complicated. I'm probably just going to remove them. Who needs it for solo anyway.
It is good for testing-purposes though. You can make a simulated testing cooldown bars feature out of these two options.
Very nice with the talent-code change, thanks. :)
I think you accidently set Nature's Vigil's talent to "5", when it should be "6" in cooldowns.lua.
True, but it actually doesn't matter anymore. The way LibGroupInspecT returns talents changed in 6.0.2, I just check if talent is there then I check talent ID. I'm going to remove it.
strange issue since the update a few days ago (3.57), its flagging rebirth and stampeding roar as ready (for myself, a holy priest) and we have no druid in the group. I am running elvui 7.44, big wigs, little wigs, skada, weakauras 2 and mogit for addons. let me know if you need anything else...
Were you engaged with a boss?
not during combat, i disabled the two for our pulls so i didnt get confused. I just set the frame to always show, instead of showing in raid/party, and its currently showing rebirth, stampeding roar, divine hymn and guardian spirit. i'm going to try clearing my cache and stuff to see if this fixes it
looking in the LUA file in my character's saved variables file there are two palyer ID's setup as
["name"] = "Koguma",["class"] = "PRIEST",
and
["name"] = "Koguma",["class"] = "DRUID",
This is after i cleared the saved variables and relogged.
clearing the whole character folder under WTF seems to have resolved the issue,
Hey can i ask, it's possible to add battle ress timer? Like some icon with with stacks and timer to show when the ress is available and how many of them. It would be nice to have it with all other CD's just to look and not to have ask others.
This is already added. It only shows on boss pulls above the very first CD on your frame. Move it down just a little if it's at the top of the screen.
I just deleted the SavedVariables file for that character it did not work on, and it worked after that. Thanks for the changes.
Anyways, I have a suggestion, since you have added Heart of the Wild as cooldown, you might as well add Nature's Vigil, as it's a decent healing-cooldown on a low cd.
I noticed that Spirit Shell seems to fuck up sometimes, it's still showing as cd even if you change spec to i.e Shadow. I don't know why it does that. It did exactly the same when I added Spirit Shell on my own before you added it. So I guess it's some flaw in the code somewhere about talent/spec changes. It's not a very big deal, but kind of annoying if you i.e have 4 shadowpriests, and they all show as having Spirit Shell, when it's not even active in that spec at all. :)
I was really considering NV. Wasn't sure how big of a CD it was; I'll throw it in. But I'm also hesitant to add some spells because it will just be clutter for other classes. I don't want the addon to get bloated by stuff most people don't care about.
Found the other bug for SS. It seems to be originating from a lib I'm using. LibGroupInspecT
I understand that it shouldn't get too cluttered, but I do think you have everything that's needed now. Myself, I am just using anything considered as raid cooldowns that could be pointed into a cd-rotation, even Hands for Paladins or any targetable damagereduction-CD for tanks if the encounter requires a form of targetting cd-rotation.
I was even considering adding every >= 3 min cd for healers into the addon, but that will feel too cluttered, and also, people themselves should be responsibile for using their own stuff appropriately with raidcds.
Great find with the bug. :)