Thread: Post Your UI

  1. #9401
    @Magallo
    Clean and everything is nicely aligned, i like it. My only gripe is the text on your DBM bars below the target frame are missing a shadow to match everything else.

  2. #9402
    Quote Originally Posted by bOOURNS View Post
    @Magallo
    Clean and everything is nicely aligned, i like it. My only gripe is the text on your DBM bars below the target frame are missing a shadow to match everything else.
    Good eye, hadn't noticed that. Now to figure out how to fix it...

  3. #9403
    Quote Originally Posted by Magallo View Post
    Good eye, hadn't noticed that. Now to figure out how to fix it...
    Not tested cause my DBM is skinned with ElvUI and ElvUI_AddonSkins, so i've never had to try this.

    Open up DBM-Core -> DBT.lua lines 798 and 799

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    change to

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize, "OUTLINE")
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize, "OUTLINE")

  4. #9404
    Quote Originally Posted by bOOURNS View Post
    Not tested cause my DBM is skinned with ElvUI and ElvUI_AddonSkins, so i've never had to try this.

    Open up DBM-Core -> DBT.lua lines 798 and 799

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    change to

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize, "OUTLINE")
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize, "OUTLINE")
    Unfortunately that won't work. It's a 1 pixel shadow on just the right/bottom of the text, not a full outline. I had assumed it was just part of the font itself.

  5. #9405
    Then try this

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    add in 2 lines

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    name:SetShadowColor(0, 0, 0, 1)
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    timer:SetShadowColor(0, 0, 0, 1)
    Last edited by mmocba105e19de; 2013-01-09 at 07:47 AM.

  6. #9406
    Quote Originally Posted by bOOURNS View Post
    Then try this

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    add in 2 lines

    Code:
    name:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    name:SetShadowColor(0, 0, 0, 1)
    timer:SetFont(self.owner.options.Font, self.owner.options.FontSize)
    timer:SetShadowColor(0, 0, 0, 1)
    Great success! Thank you.

  7. #9407


    ARGH MY EYES - anyone has a better than imgur image sharer? The image quality is dropping very very bad.

    EDIT: wtf it's only in the central portion of the image lolz
    Last edited by Coldkil; 2013-01-09 at 11:45 AM.
    Non ti fidar di me se il cuor ti manca.

  8. #9408
    Quote Originally Posted by Jeremypwnz View Post
    What's the red border glow for? Combat? Saying "I'm a DK!" or...
    Quote Originally Posted by Taryble View Post
    Probably "I have aggro!"
    Quote Originally Posted by bOOURNS View Post
    That would be part of the ElvUI player unit frame, it's when you have threat. Rather annoying and useless to have on a player frame, since if you're solo you know you have threat and if you're in a group that's what party/raid frames are for.
    It can be easily edited out to not show.
    This^ Have not played enough recently to even think about tinkering with my UI. When I do log on it's usually before raids, which I have to make. It's such a minor issue that will be changed once I have time! Would also like to get rid of the in combat icon on the player frame too.

  9. #9409
    Quote Originally Posted by Magallo View Post
    Great success! Thank you.
    Awesome UI. Makes good use of the space without any unnecessary crap. Love it!

  10. #9410
    Quote Originally Posted by Coldkil View Post


    ARGH MY EYES - anyone has a better than imgur image sharer? The image quality is dropping very very bad.

    EDIT: wtf it's only in the central portion of the image lolz
    Abload.de? I'm using it atm for my uploads.
    Have you uped the screenshot quality ingame from 3 to 10?
    Try changing screenshot format?

    @Pixil, Welcome back, we missed you! :P

    ---------- Post added 2013-01-09 at 12:15 PM ----------

    Quote Originally Posted by Magallo View Post
    Out of combat:



    All frames/timers:



    Edit: fixed!
    I really like this, clear and aligned, no extra crap. Very very nice

  11. #9411
    Bloodsail Admiral Berri's Avatar
    10+ Year Old Account
    Join Date
    Aug 2011
    Location
    Netherlands
    Posts
    1,101
    Quote Originally Posted by Coldkil View Post


    ARGH MY EYES - anyone has a better than imgur image sharer? The image quality is dropping very very bad.

    EDIT: wtf it's only in the central portion of the image lolz
    What addon are you using for nameplates?

    Anyway, this is mine; I've fixed things like text alignment on the Bossbar by now though.

    http://farm9.staticflickr.com/8222/8...0cde4220_h.jpg
    Last edited by Berri; 2013-01-09 at 12:20 PM.

  12. #9412
    Ha, digging through my screenshots folder, found a UI from back around Ulduar patch, might rebuild that.
    No idea who's UI it was however, so when I post I will throw up the old screen aswell, would like to give credit to whoever it was that built it in the first place.

  13. #9413
    Quote Originally Posted by Medanielle View Post
    What addon are you using for nameplates?
    ColdBars it's a very very heavy edit (read: i basically rewrote most of the code) of rDiabloPlates2.
    Non ti fidar di me se il cuor ti manca.

  14. #9414
    Attempting to rebuild this -

    Will post progress tomorrow, gotta go get ready for work!
    Last edited by Drayarr; 2013-01-09 at 02:00 PM.

  15. #9415
    High Overlord
    10+ Year Old Account
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    155
    Quote Originally Posted by Drayarr View Post
    Attempting to rebuild this -

    Anyone know what font that is, I know its an old screen and it's probably a long shot.


    Fixed Image.



    Added quest tracking.

    I've lost interest in the game once again. Have 2 months of time left, only things left to do are raid frames and boss timers.
    Last edited by OriginalVocalMix; 2013-01-09 at 02:13 PM.

  16. #9416
    Quote Originally Posted by OriginalVocalMix View Post

    Fixed Image.



    Added quest tracking.

    I've lost interest in the game once again. Have 2 months of time left, only things left to do are raid frames and boss timers.
    Is it an addon or your own code? The quest tracking i mean.

  17. #9417
    Quote Originally Posted by bOOURNS View Post
    http://www.abload.de/img/uiouyiz.png
    - The 4th row of your raid frames has a 1px thicker power bar on the bottom than everything else.
    - The text on your Fire Elemental timer bar is touching the bottom, make the bar 1px thicker.
    - The text on all your unit frames, castbar and skada title bar are closer to the top, while everything else has the text closer to the bottom.
    - The timer text on your second buff row lies lower than on the first buff row.

    4 pages back and no one seemed to have noticed this. Outrageous!

  18. #9418
    High Overlord
    10+ Year Old Account
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    155
    Quote Originally Posted by saami View Post
    Is it an addon or your own code? The quest tracking i mean.
    It's called SohraQuestLog.

  19. #9419
    Quote Originally Posted by OriginalVocalMix View Post
    It's called SohraQuestLog.
    Any chance of you uploading your WTF folder of that particular addon?

  20. #9420
    Quote Originally Posted by Sakpoth View Post
    - The 4th row of your raid frames has a 1px thicker power bar on the bottom than everything else.
    - The text on your Fire Elemental timer bar is touching the bottom, make the bar 1px thicker.
    - The text on all your unit frames, castbar and skada title bar are closer to the top, while everything else has the text closer to the bottom.
    - The timer text on your second buff row lies lower than on the first buff row.

    4 pages back and no one seemed to have noticed this. Outrageous!
    1. That is pretty much unavoidable it seems. I will get a random row with a side (either the black border or the mana bar like you see) will be 1px extra and does that. Moving the raid frames around just places the anomaly else where in the frames.

    2. If you can tell me how to hardcode an offset for progress bar name and timer text in Weakauras I'd love to hear it. Other wise that can't be changed without making the bar itself a lot bigger.

    3. Text on my player, target and tot can be fixed. Everything else cannot without being hardcoded to have offsets.

    4. No it's not. You're just blind. There is no way cause there is one setting for time placement on the buff icons. If you really think so then take it up with the author of Raven and tell him that wou think the 2nd row somehow uses different settings.)

    Overall you're just nitpicking pretty stupid shit IMO.

    (I'm not trying to be rude about it and am not closed to any suggestion. I'm simply just backing up why I chose to live with the few very minor things that can't be fixed at all or need to be edited through code but haven't found a way yet. )
    Last edited by bOOURNS; 2013-01-09 at 05:45 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
  •