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
-
View User Profile
-
Send Message
Posted Jul 4, 2011I committed the fix from rawillkill, untested. Enjoy :)
-
View User Profile
-
Send Message
Posted Jul 3, 2011Whoever 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?
-
View User Profile
-
Send Message
Posted Jul 3, 2011-
View User Profile
-
Send Message
Posted Jul 3, 2011-
View User Profile
-
Send Message
Posted Jun 29, 2011-
View User Profile
-
Send Message
Posted Jun 29, 2011Love this addon, and hope that it will still be useable for the foreseeable future!
-
View User Profile
-
Send Message
Posted Jun 30, 2011I 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.
-
View User Profile
-
Send Message
Posted Jul 1, 2011solves all your issues
-
View User Profile
-
Send Message
Posted Jul 1, 2011Today 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
-
View User Profile
-
Send Message
Posted May 17, 2011I 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.
-
View User Profile
-
Send Message
Posted Feb 14, 2011Is anyone maintaining this now?
-
View User Profile
-
Send Message
Posted Jan 27, 2011Wiped the savedvars for it and installed from scratch, but the same problem happened again.
-
View User Profile
-
Send Message
Posted Apr 8, 2011-
View User Profile
-
Send Message
Posted Jan 26, 2011I'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?
-
View User Profile
-
Send Message
Posted Nov 28, 2010I only have one request - I really, really want to be able to show the raidframes while in a party, not only raid.
Thank you!
-
View User Profile
-
Send Message
Posted Dec 23, 2010-
View User Profile
-
Send Message
Posted Nov 23, 2010Looking forward the upddate.
-
View User Profile
-
Send Message
Posted Nov 14, 2010-
View User Profile
-
Send Message
Posted Nov 13, 2010It 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.
-
View User Profile
-
Send Message
Posted Nov 9, 2010Thank 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.