Thread: bBuffs Help

  1. #1
    Deleted

    bBuffs Help

    How do I change how many buffs per row ! D:!!

    Can't find the edit option anywhere!

    http://www.wowinterface.com/download...88-bBuffs.html

  2. #2
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Did you note that the description there says that all of the options he lists are at the top of the bBuffs.lua file? You have to edit that file to change any options.

    Buffs per row is the 3rd line in the bBuffs.lua file.
    Code:
    buttonsize = 28         -- Buff Size
    spacing = 4             -- Buff Spacing
    buffsperrow = 12        -- Buffs Per Row
    growthvertical = 1      -- Growth Direction. 1 = down, 2 = up
    growthhorizontal = 1    -- Growth Direction. 1 = left, 2 = right
    font = "Fonts\\FRIZQT__.ttf"

  3. #3
    Deleted
    Ahhh. Do i need a specific programme to edit luas?

  4. #4
    Deleted
    Quote Originally Posted by Ally View Post
    Ahhh. Do i need a specific programme to edit luas?
    http://luaedit.luaforge.net/

  5. #5
    No, Windows standard Notepad will do, although many prefer other programs.

  6. #6
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Notepad works, but it sub-optimal. There are many free editors that do the job much better - Notepad++ is the most common one that I hear of (and is the one I use).

Posting Permissions

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