Thread: Post Your UI

  1. #20241
    Quote Originally Posted by magicaldandruff View Post
    More flashy and over the top once Weak Auras users get their second wind from the stopmotion feature. You will want to use it, you just don't realize it yet.
    Cool stuff that this enables can be found at http://magicaldandruff.com/

  2. #20242
    Field Marshal
    7+ Year Old Account
    Join Date
    Jan 2015
    Location
    Georgia
    Posts
    58
    Quote Originally Posted by Bryce View Post
    Just a quick question, is it custom code that is being added to elvui to add the class color top borders above the chat frames, player/target frames, etc? Like this one:
    I think it's BenikUI v2 http://www.wowinterface.com/download...BenikUIv2.html

  3. #20243
    The Patient Kromus's Avatar
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    Dublin, Ireland
    Posts
    244
    Anyone know if someone will be taking the mantle for Skullflowers UI addon to Elvui.

    Been using it all expansion and got pretty comfortable with it. If it's not getting passed onto anyone, might spend the weekend rebuilding my own UI so I dont have issues come Legion(and have time to get comfortable with it)

  4. #20244
    Quote Originally Posted by Kromus View Post
    Anyone know if someone will be taking the mantle for Skullflowers UI addon to Elvui.

    Been using it all expansion and got pretty comfortable with it. If it's not getting passed onto anyone, might spend the weekend rebuilding my own UI so I dont have issues come Legion(and have time to get comfortable with it)
    Skullflower is still maintaining for Legion, it seems. https://twitter.com/skullflowerdk/st...39235127291904
    oh, honey.

  5. #20245
    The Patient Kromus's Avatar
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    Dublin, Ireland
    Posts
    244
    Quote Originally Posted by Lyn View Post
    Skullflower is still maintaining for Legion, it seems. https://twitter.com/skullflowerdk/st...39235127291904
    AW brilliant news!

    I've done lots of tweaks myself to my UI, but use ELVUI + Skullflower as the base. Hopefully everything moves across to legion smoothly.

  6. #20246


    whoops i accidentally wrote skinner again. i guess i better try and make this look attractive

  7. #20247
    High Overlord Ginji's Avatar
    7+ Year Old Account
    Join Date
    May 2016
    Location
    Germany
    Posts
    113
    Quote Originally Posted by modernist View Post


    whoops i accidentally wrote skinner again. i guess i better try and make this look attractive

  8. #20248
    All these UI's .. its stirring up inside me! So i tried an UI i re-created for fun.. And to my surprise it worked like a charm, no tweaking needed :O
    PS!: I take 0 credit.

    Everything:



    Low health:


  9. #20249
    Quote Originally Posted by mikkis2k View Post
    All these UI's .. its stirring up inside me! So i tried an UI i re-created for fun.. And to my surprise it worked like a charm, no tweaking needed :O
    PS!: I take 0 credit.

    Everything:



    Low health:

    You may want to change the font below the minimap to the font you use everywhere. Except of that ... Good UI.
    oh, honey.

  10. #20250
    Quote Originally Posted by Lyn View Post
    You may want to change the font below the minimap to the font you use everywhere. Except of that ... Good UI.
    Hehe ofc its good, you made the original idea It's actually the same font.. but the font is so small that it doesn't look the same.. :P

    look here: http://i.imgur.com/eEBYvec.jpg

  11. #20251
    Quote Originally Posted by mikkis2k View Post
    Can't be, you can see it on some of the letters, like the 9 and a/s/g
    Last edited by Lyn; 2016-07-01 at 05:54 PM.
    oh, honey.

  12. #20252
    Quote Originally Posted by Lyn View Post
    Hm, still looks completely different. wow. Whatever!
    i know it does.. but ive checked it and changed back and forth.. same result.. thats what u get for not beeing a lua scripter All addons are not my addons.. like stuf,raven etc..

  13. #20253
    If you only use it for the clock and location, load something like (cough cough) LynStats and modify the Location in it instead of FPS/MS.


    --
    also showing some progress here: buff positions
    https://dl.dropboxusercontent.com/u/...116_194157.jpg
    oh, honey.

  14. #20254
    Quote Originally Posted by Lyn View Post
    If you only use it for the clock and location, load something like (cough cough) LynStats and modify the Location in it instead of FPS/MS.


    --
    also showing some progress here: buff positions
    https://dl.dropboxusercontent.com/u/...116_194157.jpg

    Haha ty for the tip. I was actually just checking if the ui still worked tho! I am looking forward to this new ui of yours that you plan on releasing this time!

    Only thing so far i think is off is the bar at the bottom.. i mean the bar is good, but the black line imo does not fit that well, but this is me Love the color combinations, the textures, fonts and that map.. ermergherd! the mail icon is raw ui por... :P

  15. #20255

  16. #20256
    I am Murloc! Seramore's Avatar
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Millbrae, California
    Posts
    5,036
    Quote Originally Posted by modernist View Post


    whoops i accidentally wrote skinner again. i guess i better try and make this look attractive
    I'm personally not a fan of the elvui-like panes (although I guess that could be hard to avoid when going for a minimalist approach) but besides that I really like how simplified this looks.

    Quote Originally Posted by Bigbazz
    MMO champion for example used to be the center of WoW theorycrafting

  17. #20257
    Quote Originally Posted by Arborus View Post


    Generic layout things.
    How are you truncating your target's name like this? I've tried searching and all I can find is a broken version on the ElvUI forums.

  18. #20258
    yeah I'm not sure I'm happy with it either — id really like to find a universal design that means i don't have to write 1000000000 lines of code, but the flat black textures on the panels are fairly dull at the minute.

    any ideas appreciated. i did think about trying out some banner & ribbon textures with strong colours and subtle animation, but i dunno if they'll be a bit "undergraduate graphic designer designs website for his dad's holiday photos"

  19. #20259
    Quote Originally Posted by Akani View Post
    How are you truncating your target's name like this? I've tried searching and all I can find is a broken version on the ElvUI forums.
    Code:
    function(unit)
        local name = UnitName(unit) or unit
        name = name:gsub('(%S+) ',function(t) return t:sub(1,1)..'.' end)
        return name
    end

  20. #20260
    Quote Originally Posted by Arborus View Post
    -snip-
    Works perfect, thank you. I tweaked the nameplates too just for fun. Might as well show my latest UI while I'm at it. Please excuse my archaeology addon randomly showing. http://imgur.com/a/YD1xw

Posting Permissions

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