Help

sRaidFrames

Raid Frames Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 223,746 Downloads
  • Supports: 4.2
  • 32 Average Daily Downloads
  • Comments
  • Created 10/28/2006 6:29:15 AM
  • Updated 7/4/2011 2:57:35 AM
  • 828 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: r749
or

About 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.

The main goal of sRaidFrames is to be just that, frames, nothing more; they do not deliver any other magic that you might know from CT_RaidAssist. This includes Decursing, Bossmods, Raid Status and Emergency Monitor. By not including these features, sRaidFrames will allow anyone the freedom to use whatever mod, if any, they prefer to do the above tasks.

Currently the frames provide a massive improvement in not only memory, but also FPS during raids, combined with oRA2 they are designed to help anyone completely replace CT_RaidAssist.

There is also a number of plugins that extend sRaidFrames' functionality:

Please note this project is no-longer actively maintained, if anyone wants to take over, please don't hesitate get in touch.

------------------------------------------------------------------------
r749 | tomsommer | 2011-07-04 07:56:23 +0000 (Mon, 04 Jul 2011) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua

Untested fix
------------------------------------------------------------------------
r748 | equilibrium2 | 2011-07-02 13:18:45 +0000 (Sat, 02 Jul 2011) | 1 line
Changed paths:
   M /trunk/sRaidFrames.toc

- Update TOC / push for updated libs
------------------------------------------------------------------------
r747 | nevcairiel | 2010-11-28 20:49:15 +0000 (Sun, 28 Nov 2010) | 1 line
Changed paths:
   M /trunk/sRaidFrames.lua

Don't crash and burn when a spell was not found in the status mappings
------------------------------------------------------------------------

Comments

First Previous Page 1 of 23 Next Last
  • #373

    Is this lighter in terms of memory then Grid or XperRaidAdmin?

     

    I'm looking for a lightweight raid frame, i simply can't deal with the fact that the Standart Raid Frames aren't customizable in size, it just cramps up my screen so i'm forced to use Grid, but if i could find a lighter alternative i'd stick with it.

     

    Cheers!

  • #372

    how can i activate pet support?

  • #371
    Thank you so much for updating it!I thought author gone for good, is he back or its somebody else?
  • #370
    Anyone solved the problem of people appearing dead after they've been rezzed?
  • #368
    http://www.wowace.com/addons/sraidframes/ got update 1 day ago, not yet tested.
  • #363
    Range check not working since 4.2. Apart from that, all looks fine :O
  • #364
    Any chance someone can please provide a fix for this? Without range finder, I keep trying to heal people who aren't in range & wonder why my heals won't cast :\

    Love this addon, and hope that it will still be useable for the foreseeable future!
  • #365
    the range check you can solve ny going into sraidframes and slide the refresh timer once. it will come back than. however you will have to do this every single time you relog.

    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.
  • #366
    according to wowace a workaround is to install LibResComm r79

    solves all your issues
  • #367
    At first ... sorry for my bad english. And I love this addon!

    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
  • #369
    thank you, it solved my problem
  • #362
    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.
  • #360
    sRaid blew up on me last week. Stopped showing debuffs, and when I tried to change the settings the frames within each group grew to the size of the group box and got stacked on top of each other.

    Wiped the savedvars for it and installed from scratch, but the same problem happened again.
  • #361
    I found that when this happens, I switch to a different view setting (I normally view "By Group", so I switch to "By Role") and then back to the original view setting and it corrects the issue.
  • #359
    I hope this addon is still alive.
    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?
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »