1. #1

    Blizzard Raid Frames in 25man

    I switched over to Blizzard raid frames and I've noticed that even sliding the sizer bars to the extreme left, its still kinda large for 25 man raiding.

    Is there any macro out there that would let me reduce the frames even more so?

    And I've seen this addon "Smaller Blizzard Raid Frames" but I am not a fan as it seems to distort them. So its something that I am not interested in.


    Any ideas?
    Last edited by Penric; 2011-10-05 at 12:36 PM.

  2. #2
    Herald of the Titans Ynna's Avatar
    10+ Year Old Account
    Join Date
    May 2009
    Location
    Belgium
    Posts
    2,819
    I don't think it's possible. It was the only reason I didn't use them, since apart from their size they work perfectly.
    Resurrected Holy Priest

  3. #3
    Deleted
    I know its a bit old, but here you go...

    Macro
    Code:
    /run CompactRaidFrameManager:SetScale(0.5)
    /run CompactRaidFrameContainer:SetScale(0.5)
    Or make your own addon so you dont have to click the macro every time

    ScaleRaidFrame.toc
    Code:
    ## Interface: 40300
    ## Title: ScaleRaidFrame
    ## Notes: Scale Blizzard raid frames.
    ## Author: Submann
    
    ScaleRaidFrame.lua

    ScaleRaidFrame.lua
    Code:
    CompactRaidFrameManager:SetScale(0.5)
    CompactRaidFrameContainer:SetScale(0.5)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •