Thread: Post Your UI

  1. #11361
    So - 1440x900



    Got 1 "issue" - the red box I have NO CLUE what it is.

    Also, like ive asked, how can i get my debuffs like the buffs above the player frame?
    The bit inbetween is a weakaura for my debuffs on my target (that i was given by someone on here a while back) that ima use for my eclipse bar and dots for the now at least, I'd like to get the dots on my target like the buffs on the player frame so i can do away with WA.
    Last edited by mmocba105e19de; 2013-06-20 at 07:56 AM.

  2. #11362
    Quote Originally Posted by Drayarr View Post
    So - 1440x900



    Got 1 "issue" - the red box I have NO CLUE what it is.

    Also, like ive asked, how can i get my debuffs like the buffs above the player frame?
    The bit inbetween is a weakaura for my debuffs on my target (that i was given by someone on here a while back) that ima use for my eclipse bar and dots for the now at least, I'd like to get the dots on my target like the buffs on the player frame so i can do away with WA.
    Nib point display is that purple shit. I disabled it since I use weak auras
    Last edited by mmocba105e19de; 2013-06-20 at 07:56 AM.

  3. #11363
    Obnoxious Patriots Fan Darth Belichick's Avatar
    15+ Year Old Account
    Join Date
    Jul 2007
    Location
    Massachusetts
    Posts
    2,460
    Alright, I ended up agreeing with everyone and changed it some. Still not done but closer.

    Raid (sort of, will take better shot tomorrow during raid)


    Solo w/ combat (and chat edit box shown)


    Probably going to play with SUF this weekend and see if I want to switch from Pitbull.

  4. #11364
    Quote Originally Posted by Nibelheim View Post
    I think this is it:

    Code:
    local SkadaFormatValueText = Skada.FormatValueText
    
    local function FormatValues(value, enabled, ...)
    	if value == nil then
    		return
    	elseif ( type(value) == "number" or ( type(value) == "string" and value:match("^[-+]?[%d.,]+$") )) and tonumber(value) > 1000 then
    		value = Skada:FormatNumber(tonumber(value))
    	end
    	return value, enabled, FormatValues(...)
    end
    
    function Skada:FormatValueText(...)
    	return SkadaFormatValueText(self, FormatValues(...))
    end
    Going to assume this goes in the Skada Damage Lua - But where? I had tried editing the Lua around line 217-221 but to no avail

  5. #11365
    Quote Originally Posted by Drayarr View Post
    Going to assume this goes in the Skada Damage Lua - But where? I had tried editing the Lua around line 217-221 but to no avail
    Or might just be easier to try a pre-made addon.
    Skada Small Numbers @ curse

  6. #11366
    High Overlord lydude's Avatar
    10+ Year Old Account
    Join Date
    Oct 2012
    Location
    New York, NY
    Posts
    163
    Quote Originally Posted by Ishtara View Post
    @lydude

    You could go to:
    Interface>Addons>Stuf>media
    And change the aura.tga files to just a 1 px black line.

    Then include a copy of the tga in a separate location so people can copy/paste it back into the folder if they have to update their stuf file for patches.
    Beautiful Gotta try this when I get home. Thanks Ish <3

  7. #11367
    Deleted
    Quote Originally Posted by Ryas View Post
    Current project: obviously the boss frames are not done.

    how do you change the font of the damage text ?
    not the scrolling, the "normal"

  8. #11368
    Deleted
    Quote Originally Posted by ReLaXeD View Post
    how do you change the font of the damage text ?
    not the scrolling, the "normal"
    Several addons for that, example http://www.wowinterface.com/download...amagefont.html

  9. #11369
    Quote Originally Posted by Ryas View Post
    Current project: obviously the boss frames are not done.

    What is the addon displaying FPS and such at the bottom of the screen?

  10. #11370
    Pandaren Monk shanthi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    California
    Posts
    1,775
    Quote Originally Posted by Bonsaii View Post
    What is the addon displaying FPS and such at the bottom of the screen?
    Looks like Simple Light Data Text or a similar addon.
    That is not dead which can eternal lie.
    And with strange aeons even death may die.

  11. #11371
    Fluffy Kitten Yvaelle's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Darnassus
    Posts
    11,331
    You can see my UI in action in this video

    I love my UI, it still needs a little more work - but I'm obsessive, so I'll probably always feel that way.

    Youtube ~ Yvaelle ~ Twitter

  12. #11372
    Quote Originally Posted by Bonsaii View Post
    What is the addon displaying FPS and such at the bottom of the screen?
    As Shanthi said, its SLDT (simple light data text) that is being used.

  13. #11373
    Based Off Qulight[rip]
    Added Weakauras, Vudho, hermes and some other stuff.

    http://i.imgur.com/BfVZicc.jpg

  14. #11374
    Deleted

    Eple Project

    Project I'm working on. Can't show much yet since it's in very early dev stage ^^

    c&c plz !



    to do:
    an fancy tooltip with an 1px border.
    set up weakauras
    do something nice with the lua texts ( ideas are welcome )

    need help with:
    I'm looking for some icons on the partyframes to track my buffs, preferably they way those square icons work on grid
    I would like to change the LFG icon on the minimap. Is it possible to make it a little square / rectangle instead of this fugly blizz icon?

    Lots of credit to all posters in this thread for giving me inspiration and ideas.
    lots of credit to Zork, Carebear, Ish, Jeremypwnz, and many others <3
    Last edited by mmoc093ccd014a; 2013-06-21 at 07:57 AM.

  15. #11375
    Quote Originally Posted by Drayarr View Post
    Going to assume this goes in the Skada Damage Lua - But where? I had tried editing the Lua around line 217-221 but to no avail
    Which Skada version are you currently using? Are you trying to add, or remove the number format? Do you want said change for only either of the damage or dps numbers or for both?

    Skada has had built-in support for condensed numbers since version r446, dated back to April 1st. This option is found in "General options" -> "Number format", this option will enable/disable condensed numbers for both damage and dps.

    If you instead are seeking to have only one of the numbers condensed, you can do so by removing the function wrap from the number you do not want to be condesed in the lines 217-221 in Damage.lua and leaving the in-game option for condensed numbers on.

    Example, stop the condensing of dps numbers:
    Code:
    d.valuetext = Skada:FormatValueText(
    											Skada:FormatNumber(player.damage), self.metadata.columns.Damage,
    											Skada:FormatNumber(dps), self.metadata.columns.DPS,
    											string.format("%02.1f%%", player.damage / set.damage * 100), self.metadata.columns.Percent
    										)

  16. #11376
    Quote Originally Posted by Jules View Post
    Project I'm working on. Can't show much yet since it's in very early dev stage ^^

    c&c plz !



    to do:
    an fancy tooltip with an 1px border.
    set up weakauras
    do something nice with the lua texts ( ideas are welcome )

    need help with:
    I'm looking for some icons on the partyframes to track my buffs, preferably they way those square icons work on grid
    I would like to change the LFG icon on the minimap. Is it possible to make it a little square / rectangle instead of this fugly blizz icon?

    Lots of credit to all posters in this thread for giving me inspiration and ideas.
    lots of credit to Zork, Carebear, Ish, Jeremypwnz, and many others <3
    What chat mod is that as well as unit frames and castbar looks good so far!!

  17. #11377
    Ya'll can't even hold a torch up to my UI:



  18. #11378
    Pandaren Monk shanthi's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    California
    Posts
    1,775
    Quote Originally Posted by Fliponovic View Post
    Ya'll can't even hold a torch up to my UI:


    Terrible healing UI...you need some way to see which raid members need healing. Quite an oversight. I recommend some raid frames.

    I like your action bars, though. How did you get them to look like that?
    That is not dead which can eternal lie.
    And with strange aeons even death may die.

  19. #11379
    Quote Originally Posted by shanthi View Post
    Terrible healing UI...you need some way to see which raid members need healing. Quite an oversight. I recommend some raid frames.

    I like your action bars, though. How did you get them to look like that?
    With Maaaaagiiiiiic!

    Jump, magic jump!

    Dance, magic dance!

  20. #11380
    Epic!
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    1,661
    Quote Originally Posted by Jules View Post
    Project I'm working on. Can't show much yet since it's in very early dev stage ^^

    c&c plz !
    I'm not a fan of transparency! (Sorry)

    Other than that the base looks good, a better screenshot would be good but you said you can't show us too much yet so we'll have to wait and see

Posting Permissions

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