1. #1

    How to seperate the amount of buffs/debuffs in a row from each other rBuffFrameStyler

    At the moment if I change the amount per row to 4 down from 10 per row it effects both my buffs and debuffs.
    I wish to have them seperate.

    If anyone knows how to do this with rBuffFrameStyler please let me know!

    Thank you.

  2. #2
    Should be inside core/core.lua, around 184 or so, inside the updateDebuffAnchors(buttonName,index) function, change all buffsPerRow to debuffsPerRow.

    Then go to your config.lua
    Code:
    cfg.buffframe = {
    -- other config stuff
    buffsPerRow = 15,
    debuffsPerRow = 23, -- add this line
    -- more config stuff
    }
    oh, honey.

  3. #3
    core/core.lua
    line 180, line 186, line 187
    You can replace or make a new config variable for cfg.buffframe.buffsPerRow.
    That should change the way buff row is handled.

  4. #4
    Quote Originally Posted by Lyn View Post
    Should be inside core/core.lua, around 184 or so, inside the updateDebuffAnchors(buttonName,index) function, change all buffsPerRow to debuffsPerRow.

    Then go to your config.lua
    Code:
    cfg.buffframe = {
    -- other config stuff
    buffsPerRow = 15,
    debuffsPerRow = 23, -- add this line
    -- more config stuff
    }

    Sorry.. I don't quite understand.
    If I change all of the buffsperrow to debuffsperrow then will that not destroy my buff frame?

    Cheers

  5. #5
    I said all INSIDE the function which handles the debuffs. And adding the line to the config.
    oh, honey.

  6. #6
    Worked!
    Thank you very much for your information and help.

  7. #7
    No problem.
    oh, honey.

  8. #8
    Deleted
    I rewrote rBuffFrameStyler yesterday.

    http://www.wowinterface.com/download...ameStyler.html

    New stuff:
    • separate config for buffs and debuffs
    • consolidate buff icon part of the buff frame
    • consolidate buff icon looks the same as any other buff icon
    • consolidate buff icon will recognize the interface setting
    • weapon enchant icons are part of the buff frame aswell
    • buff and debuffs can be combined to one frame or set apart
    • buff and debuff frame are movable ingame
    • buff and debuff frames can be moved individually (if said so)
    • possible frame settings: position, rowSpacing, colSpacing, buttonsPerRow
    • possible icon settings: background, border, font, color, size

    Preview:
    http://imgur.com/a/yJkJB#0

    Download + Info:
    http://www.wowinterface.com/download...ameStyler.html
    Last edited by mmoc48efa32b91; 2012-12-05 at 01:04 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
  •