1. #1

    HOW to RESIZE the RAIDWARNING?

    HI I am total new here.
    JUST a simple question. How can I make the font of raidwarning large?/rw
    I dun need anything else, just this. no more other requirements.
    Thanks a lot!

  2. #2
    The Lightbringer Huntaer's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Sanctuary
    Posts
    3,620
    I think you'll need a chat addon for that. I think Prat may help you with it
    ___________( •̪●) --(FOR THE ALLIANCE!)
    ░░░░░░███████ ]▄▄▄▄▄▄▄▄▃
    ▂▄▅█████████▅▄▃▂
    I███████████████████].
    ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤...

  3. #3
    Quote Originally Posted by Huntaer View Post
    I think you'll need a chat addon for that. I think Prat may help you with it
    can it make raid warning visible to all in raid?
    can dbm do it?

  4. #4
    The Lightbringer Huntaer's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Sanctuary
    Posts
    3,620
    nah you cannot control what others see. if i decide to turn off raid warning on my screen, then it will not show for me, while it might show for you
    ___________( •̪●) --(FOR THE ALLIANCE!)
    ░░░░░░███████ ]▄▄▄▄▄▄▄▄▃
    ▂▄▅█████████▅▄▃▂
    I███████████████████].
    ◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤...

  5. #5
    Normally a raid member won't turn off raid warning if leader requires it in guild.
    But prat not working. i checked it alrdy

    ALL i want is to make raid warning larger? Is that so hard? If I can write down raid warning in DBM?

    - - - Updated - - -

    As a raid leader, i want all members see my warning in large font size and in middle of screen, just like DBM pull font style and size.

  6. #6
    Code:
    local sizer = 1.3
    local font1, size1, flag1 = RaidWarningFrameSlot1:GetFont()
    local font2, size2, flag2 = RaidWarningFrameSlot2:GetFont()
    
    RaidWarningFrameSlot1:SetFont(font1,size1*sizer,flag1)
    RaidWarningFrameSlot2:SetFont(font2,size2*sizer,flag2)
    
    RaidWarningFrame.timings.RAID_NOTICE_MIN_HEIGHT = RaidWarningFrame.timings.RAID_NOTICE_MIN_HEIGHT*sizer
    RaidWarningFrame.timings.RAID_NOTICE_MAX_HEIGHT = RaidWarningFrame.timings.RAID_NOTICE_MAX_HEIGHT*sizer
    You can change local sizer = 1.3 to anything you like.

    Make this code into an addon. All other members will have to install that addon as well.

Posting Permissions

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