1. #1

    Blizz default raid frames

    Hi,

    So I started using blizz raid frames, But I can set the groups up how I want them.

    You can only move the groups like this: 1 2 3 4 5 6 7 8

    or

    1 3 5 7
    2 4 6 8

    The way I want the raid frames is: 5 6 7 8
    1 2 3 4

    Sorry for the poor setting out a bit hard to explain lol.

  2. #2
    Can't do that with default frames. They come with the most basic options. If you want to get fancy with anything, including sorting, you need a raidframe mod.

  3. #3
    Use Grid!
    Spotify - Hardstyle | Hardcore

  4. #4
    Even with a document like this: http://wowprogramming.com/docs/secur.../Group_Headers

    I don't think it would be possible to lay them out that way. You might be able to have them sorted in descending order but it may look like

    8 7 6 5 4 3 2 1

    You just don't have complete flexibility with default Blizzard UI.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Pandaren Monk schippie's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Netherlands - EU
    Posts
    1,957
    Quote Originally Posted by lawomous View Post
    Even with a document like this: http://wowprogramming.com/docs/secur.../Group_Headers

    I don't think it would be possible to lay them out that way. You might be able to have them sorted in descending order but it may look like
    ....
    Wouldnt something like this:

    Code:
    groupingOrder	groupNum[,groupNum]...
    Specifies the order in which the groups appear. The values you use here should match the groupBy type.


    Be able to do that or am i just completely missreading this.

  6. #6
    Deleted
    Let me take a look at the frameXML for you.

    ---------- Post added 2012-01-07 at 11:25 AM ----------

    Try this:
    Code:
    hooksecurefunc("CompactRaidGroup_InitializeForGroup",function(f,index,o) if not o then CompactRaidGroup_InitializeForGroup(f,9-index,true) end end)
    How to use. Untested. Report back with issues.

Posting Permissions

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