sRaidFrames
sRaidFrames was originally designed to replace the raid frames provided by CT_RaidAssist. They share the same look and feel of the original frames, but are highly optimized and even include extra features such as aggro highlighting and display of PVE critical abilities.
Feel free to submit pull-requests on GitHub: https://github.com/tomsommer/sRaidFrames/pulls
Includes HealComm support
I committed the fix from rawillkill, untested. Enjoy :)
Whoever fixed this mod can they also incorporate the fix for reloading ui that rawillkill mentioned below? I tested these frames tonight in raid and the fix uploaded for general brokenness (r748) worked, as well as a the manual edit by rawillkill working for the reload ui bug. Also can we get this updated on curse's site, or is the owner long gone now?
Love this addon, and hope that it will still be useable for the foreseeable future!
I have a bigger issue. my frames are not lighting up anymore ( red and or green ) for the persons having aggro or receiving heals. Also the ready check is not traceable anymore in Sraidframes for me.
solves all your issues
Today I had the same problem: NO range check, NO aggro check. After reading LUA (for the first time in my life) I found out, what amfibia describes. Hier my hot fix if you don't want to refresh timer yourself:
1. Open File "World of Warcraft\Interface\AddOns\sRaidFrames\sRaidFrames.lua" for editing (for example Notepad++)
2. Find "function sRaidFrames:EnableFrames()"
3. At the end of this function you can find a row "self.rangeTimer = self:ScheduleRepeatingTimer("RangeCheck", self.opt.RangeFrequency)". This is the timer, you need to put at the top op this function. Your changed function will look like:
function sRaidFrames:EnableFrames()
self.rangeTimer = self:ScheduleRepeatingTimer("RangeCheck", self.opt.RangeFrequency)
self.enabled = true
self.statusstate = {}
...
...
self:RegisterEvent("PLAYER_REGEN_DISABLED")
self:UpdateRoster()
end
I fixed this addons /reloadui problems.
In the
function sRaidFrames:CreateFrames() local neededGroups = #self:GetCurrentGroupSetup() local createdGroups = #self.groupframes for i = createdGroups+1, neededGroups do self:CreateGroupFrame(i) end self:SetPosition() self:SetGrowth() self:SetGroupFilters() end
setGrowth() needs to be before SetGroupFilters() otherwise it gets all messed up like the ticket says.
Is anyone maintaining this now?
Wiped the savedvars for it and installed from scratch, but the same problem happened again.
I'm using it to replace Blizzard raid frames, but can't find an option how to show the tank list (which Blizzard frames can do now).
Anyone know if that is possible?
I only have one request - I really, really want to be able to show the raidframes while in a party, not only raid.
Thank you!
Looking forward the upddate.
It only shows the no of stacks once you have 2-3 on a target, and I haven't found an addon yet that simply shows me a timer for LB without having the lb-target in target or focus.
Thank you for continuing to develop this addon. I've used it since it came out, and I've tried other frames but this is still the best.