1. UI customization help

    Is there any addon that can help me resize red marked corner?I want it much smaller

    And is there any addon to help me display least buffs possible,like in Cata

    https://imgur.com/a/7QbVPZb

  2. "sexymap" to customize map , moveanything to move anything :D and for buff u can try "PhanxBuffs"

  3. "sexymap" to customize map , moveanything to move anything :D and for buff u can try "PhanxBuffs"
    Will do brother.Thank you for advice.Never heard of Phanx

  4. I use UI scale and enable the consolidate buffs in the interface options, that would hide long buffs like paladin, druid, priest, mage etc, in a nice box which you can hover over to see the buffs.
    Interface -> Buffs and Debuffs -> Consolidate Buffs

  5. I use UI scale and enable the consolidate buffs in the interface options, that would hide long buffs like paladin, druid, priest, mage etc, in a nice box which you can hover over to see the buffs.
    Interface -> Buffs and Debuffs -> Consolidate Buffs
    Exactly what i needed.Thank you a lot!

    Brother,im playing this game for over a decade,and never knew about that.Never even checked it...
    Edited: June 30, 2019

  6. July 2, 2019  
    If you want a deep customizaton, you may check Bartender4 and MoveAnything.

  7. July 3, 2019  
    /fstack will give you the name of the frame when you mouseover it, at work now so can't check the name myself

    /run x:SetScale(y)

    x = name of the frame
    y = scale you want, 1 = 100%, 0.5 = 50% etc

    I have my own custom addon which lists for example:

    PlayerFrame:SetScale(1.6);
    TargetFrame:SetScale(1.6);
    PartyMemberFrame1:SetScale(1.6);
    PartyMemberFrame2:SetScale(1.6);
    MainMenuBarLeftEndCap:Hide();
    MainMenuBarRightEndCap:Hide();

    (If you set it in an addon you dont need to add /run)
    If you want to add it to an addon too, just create a folder inside the addons folder named youraddon (choose your name), add a youraddon.lua (filename same as folder name) + youraddon.toc (toc is the info file which contains following, dont forget to add the .lua at the end)

    ## Interface: 33500
    ## Title: YourAddon Name
    ## Author: Your name

    youraddon.lua


    Hope I helped you in the right direction

Posting Permissions

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