Thread: Post Your UI

  1. #10361
    Deleted
    Quote Originally Posted by be3f View Post
    At line 116 and 118 in Core.lua you should see:

    Code:
    line.text:SetFont(GameFontNormalSmall:GetFont(), Opts.font.size, Flag)
    
    line.dash:SetFont(GameFontNormalSmall:GetFont(), Opts.font.size, Flag)

    From here insert path to your font, size and flag, example:

    Code:
    line.text:SetFont("Interface\\Addons\\SharedMedia\\MyMedia files\\font.ttf", 12, "OUTLINEMONOCHROME")
    Should I replace both lines? or just the first? Or just the second?

  2. #10362
    Deleted
    Long time lurker here, thought it was time to share my (pvp oriented) UI.

    Got a lot of inspiration from this tread, also from ElvUI, but decided to make my own.

    Solo in combat:


    15 man raid example:


    The party frames on the left are just enabled for this screenshot, they will only be shown in a 5 man party/raid.

    edit: forgot to show my favorite addon arkinventory.


    Most people I see just install arkinventory and dont change it at all, but there is so much possible
    Last edited by mmocba105e19de; 2013-03-24 at 05:27 PM.

  3. #10363
    High Overlord be3f's Avatar
    10+ Year Old Account
    Join Date
    Aug 2011
    Location
    Copenhagen
    Posts
    100
    Quote Originally Posted by Joyflu View Post
    Should I replace both lines? or just the first? Or just the second?
    I assume you want to use a pixelfont (looking at this -> https://dl.dropbox.com/u/101168197/W...313_220719.jpg) so replace both.
    - be3f

  4. #10364
    Field Marshal Spikebebop's Avatar
    10+ Year Old Account
    Join Date
    Dec 2011
    Location
    The Bebop
    Posts
    73
    Quote Originally Posted by Koenig View Post
    remove aspect Bar
    remove rep. Bar
    remove xCT
    hide minimap addon buttons
    change font
    scale down buffs/hide unimportant stuff e.g aspect,dark intent....
    scale down raid frames ( do you really need to see resources? )
    hide error text
    scale down ICD Timer
    remove the bar in the middle
    hide/move objectives
    change chat window to something fitting
    How does one hide error text? I didn't know I could get rid of it.
    WoW is a game of information; the more you know, the better you are.

  5. #10365
    Quote Originally Posted by Spikebebop View Post
    How does one hide error text? I didn't know I could get rid of it.
    ncError is a versatile addon for it.

  6. #10366
    Field Marshal Sagain's Avatar
    10+ Year Old Account
    Join Date
    Dec 2011
    Location
    Madison, WI
    Posts
    63
    Here's mine, I need to do a few things with bindings as I feel like I can take more advantage of OPie. I believe I need to adjust some placement and texture choices to make everything more uniform as well. Questions and comments are welcome.

    Config -


    Idle - http://i.imgur.com/ZeIGmXi.jpg

    Combat - http://i.imgur.com/eG5LnIy.jpg
    Last edited by Sagain; 2013-03-25 at 07:33 PM. Reason: minus.com doesn't support thumbnails, apparently; pick a image host that does (http://www.mmo-champion.com/threads/774731)

  7. #10367
    Quote Originally Posted by Nibelheim View Post
    ncError is a versatile addon for it.
    It's only a couple lines of code.
    You're better off just stealing it and putting in to one of your addons you always have on.

  8. #10368
    Deleted
    Quote Originally Posted by Khisanth View Post
    Still working on it:

    s14.directupload.net/file/d/3204/bombxyu2_jpg.htm
    This i like, makes me want to rebuild my own!
    Are you using ElvUI as a base? If not, what addons do you use?
    And how did you get you're abilities to become black and grey when on CD?

  9. #10369
    Deleted
    Quote Originally Posted by Rusk View Post
    This i like, makes me want to rebuild my own!
    Are you using ElvUI as a base? If not, what addons do you use?
    And how did you get you're abilities to become black and grey when on CD?
    The main Addons are Stuf (Unitframes), Bartender, KGPanels (Borders and Backrounds), Skada, Chinchilla (Minimap), Raven (Buffs/Debuffs), Gnosis (Castbars), Weakauras.
    The bars, timers and faded icons on the abilities on CD are made with Weakauras.

  10. #10370
    Deleted
    Quote Originally Posted by Khisanth View Post
    The main Addons are Stuf (Unitframes), Bartender, KGPanels (Borders and Backrounds), Skada, Chinchilla (Minimap), Raven (Buffs/Debuffs), Gnosis (Castbars), Weakauras.
    The bars, timers and faded icons on the abilities on CD are made with Weakauras.
    How did you manage to do that with your abilities with WA? Im only after the black ang grey look when they're on CD
    Are each spell a weakaura? If so, why do you have bartender? Or did i misunderstand you?
    And are you using STUF raid aswell?
    Sorry for the 1k questions, hope im not to much of a pain;P
    Last edited by mmocf4ab73a1dd; 2013-03-25 at 12:31 PM.

  11. #10371
    Deleted
    The icon and the bar on the abilities are each one Weakaura-Unit. Fading the icons out is pretty simple, there is an option called "desaturate" under "display" for that.

    And no, i don't use Stuf raid, i forgot to mention that, but the raidframes are from vuhdo.

  12. #10372
    Quote Originally Posted by Zzang View Post
    just updated mine, very happy with it now.

    Someone who can tell what addons are used for this one?

    Liked it alot, sent the creater a PM as well but i think he/she haven't seen it yet.

  13. #10373
    Quote Originally Posted by sn0wman View Post
    Someone who can tell what addons are used for this one?

    Liked it alot, sent the creater a PM as well but i think he/she haven't seen it yet.
    The base looks like a Elv-Ui version, Raidframes seem to be Vudho, CD's are probaly PowerAuras or WeakAuras with Clean Icons, castbar is quartz, buffs and debuffs maybe Raven and DBM with skin.
    These are speculations, but i know it can be done with those AddOns.

    You can rebuild it pretty easy if you find out which ELV UI Edit this is. Maybe you need to download the specific font used on quartz, but i dont know which font it is.

  14. #10374


    Alternative (Player Frame on the bottom instead with Mana Pool Text only - Health Decay show's a white/yellow color to make it more visually)


    I need to figure out a way to indicate target health frame as it decays. Best example I can give is RealUI, in which he has a triangle maker/icon moving as the health drop/decay
    Last edited by Emery; 2013-03-26 at 05:01 PM.

  15. #10375
    Deleted
    Quote Originally Posted by Emery View Post
    --Snip--
    This is great i really like it, you uploading it?

  16. #10376
    Quote Originally Posted by Brother View Post
    The base looks like a Elv-Ui version, Raidframes seem to be Vudho, CD's are probaly PowerAuras or WeakAuras with Clean Icons, castbar is quartz, buffs and debuffs maybe Raven and DBM with skin.
    These are speculations, but i know it can be done with those AddOns.

    You can rebuild it pretty easy if you find out which ELV UI Edit this is. Maybe you need to download the specific font used on quartz, but i dont know which font it is.
    Unfortunately with ElvUI everything is black, black boxes everywhere. atleast it feels like that and i don't really like it. But i did try using that and got something quite like above and was quite happy with it but still i don't think i will be able to use elv ui as base for this.

    Vuhdo did the trick as you said. So did quartz. I haven't figured out what actionbars and unitframes he's using yet thought so any hints on that?

    Also that black box under the unitframes, what that? focusframe? ToT ?

  17. #10377
    Hi, it's ELVUI (actionbars/unitframes). The addons are Vuhdo, TellMeWhen & MiksScrolling, CleanIcons, ElvUI Skins. I'll try finding out the font later.

  18. #10378
    Deleted
    Quote Originally Posted by Emery View Post


    Alternative


    I need to figure out a way to indicate target health frame as it decays. Best example I can give is RealUI, in which he has a triangle maker/icon moving as the health drop/decay
    I like it, but out of curiosity, how much memory does all those weakauras eat in a raid?

  19. #10379
    Quote Originally Posted by Zzang View Post
    Hi, it's ELVUI (actionbars/unitframes). The addons are Vuhdo, TellMeWhen & MiksScrolling, CleanIcons, ElvUI Skins. I'll try finding out the font later.
    Hey Zzang!

    Check your PM i would like todo it easy for myself cause your ui looks perfect for me.

  20. #10380
    Quote Originally Posted by Zzang View Post
    Hi, it's ELVUI (actionbars/unitframes). The addons are Vuhdo, TellMeWhen & MiksScrolling, CleanIcons, ElvUI Skins. I'll try finding out the font later.
    Yeah Im right

    Here is mine:



    THis is Moonkin Specc I know but I use it for Healing as well.
    Last edited by mmocba105e19de; 2013-03-26 at 04:37 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
  •