1. #1

    Ouf_Drk raid frames

    Currently setting up my UI, and when I entered my raid tonight the raid frames started messing up.

    The picture explains it pretty nice. I have target on Zngya, it highlights on the raid frames like it should, but also this weird background thing that is messed up. Which btw show more than 25 frames, which the real frames does not.

    Cfg.lua : http://pastebin.com/EqAVyift

    core.lua : http://pastebin.com/GB551xf8

    lib.lua : http://pastebin.com/C7Dusu82

    Couldn't paste them into code tags for some reason.

    I've managed to edit what I wanted so far, but can't figure this out.

    EDIT: Thinking about it, it seems to be the blizzard raid frames, looking at the grouping and how the frames go. For some reason the border is not hidden, but the health bar is

    EDIT1: Going into the core.lua, line 436
    Code:
    CompactRaidFrameManager:SetAlpha(0)
    Change to
    Code:
    CompactRaidFrameManager:SetAlpha(1)
    makes the blizzard raid menu & frames visible again, and makes me able to hide them \o/
    Last edited by Quenios; 2011-08-29 at 05:57 PM.

Posting Permissions

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