Thread: Post Your UI

  1. #16961
    Quote Originally Posted by Kaitain View Post
    With my (lack of) knowledge of coding, I think it would be pretty hard to make it support more than one raid frame addon. I think you could use vuhdo and still have Grid enabled by setting all the grid profiles to show nothing in any grp type (i.e. set everything to None in the Layout tab of Grid config), then just have vuhdo running. I guess it depends on whether Grid uses any CPU when it's not displaying anything...
    Code:
    if IsAddOnLoaded("Grid") then
        -- insert your grid setup code here
    elseif IsAddOnLoaded("Vuhdo") then
       -- insert your vuhdo setup code here
    end

    here's something a bit more thorough...

    Code:
    local addonCheck = CreateFrame("Frame")
    addonCheck:RegisterEvent("ADDON_LOADED")
    addonCheck:SetScript("OnEvent", function(self, event, ...)
        if (... == "Grid") then
           -- setup grid here
        elseif (... == "Vuhdo") then
           -- setup vuhdo here
        else
           self:UnregisterEvent("ADDON_LOADED")
        end
    end)
    Last edited by Cyraxe; 2015-01-25 at 04:11 AM.
    AddOns: Tim @ WoWInterface
    Battle Tag: Mysterio#11164
    Current PC Setup: PCPartPicker List

  2. #16962
    Bloodsail Admiral Slippykins's Avatar
    10+ Year Old Account
    Join Date
    Jul 2012
    Location
    Melbourne
    Posts
    1,128
    Idle:


    Combat:
    Last edited by Slippykins; 2015-01-25 at 04:25 AM.

  3. #16963
    @Shyzhi & @Cirax - Awesome, thanks guys. I think I'll give it a go. Continue discuss over at http://www.wowinterface.com/download...39-KaitUI.html

  4. #16964
    Quote Originally Posted by Slippykins View Post
    Idle:


    Combat:
    I actually like this. alot. well done!

    (except that random might of ursoc button on your bottom right)

    also id prob get some cleanicons for your weakauras since they kinda stick out from the rest of the UI
    Last edited by Sunnydee; 2015-01-25 at 12:31 PM.
    Quote Originally Posted by Ulfric Trumpcloak View Post
    People on this site hate everything. Keep that in mind.

  5. #16965
    Quote Originally Posted by tordenflesk View Post
    That's the Quest Log...
    How in the hell? Custom made? I've never seen a quest log like that before.

  6. #16966
    Quote Originally Posted by UnHolyBrew View Post
    How in the hell? Custom made? I've never seen a quest log like that before.
    Sorha Quest Log

  7. #16967
    Quote Originally Posted by tempest420 View Post
    Thank you.

  8. #16968
    Quote Originally Posted by Dvorjak View Post
    What do you guys think?
    I like it. Minimalistic. Great work.

  9. #16969
    Quote Originally Posted by Sayru View Post
    <cant quote with image link because of new user limitation>

    what i currently use, thanks Lyn for allowing me to discover butgerstijl's ui.
    How did you get your buff/debuff icons so large? Really digging how they look.

  10. #16970
    Quote Originally Posted by framew0rk View Post
    How did you get your buff/debuff icons so large? Really digging how they look.
    Raven.

    10char

  11. #16971
    Field Marshal Bran's Avatar
    7+ Year Old Account
    Join Date
    Aug 2014
    Location
    Canada
    Posts
    68
    I recently switched from vuhdo (which I still love and have configured) to grid2 because I wanted something that used less resources. So far, I have been absolutely satisfied. My only gripe is that I can't show health percentages, and I find displaying health deficits useless.

    In Raid:


    In combat:

  12. #16972
    Decided to have a go at redoing my UI, I haven't had art on my UI since I last got frustrated with kgpanels back in wrath so I had a go at it again. Kind of inspired by final fantasy logos and such It's pretty girly...

    Nothing very innovative. Really impressed by some of the things you guys can do. I have no idea how to code a thing so I can just do art ^^

    Not doing anything:


    Casting/holy power:


    And I added a little art to the talent/player frame since I'm in there a lot..

  13. #16973
    Quote Originally Posted by Alyajna View Post
    <pretty pictures>
    Quite lovely!

  14. #16974
    Back to using this.



    Edit1. I know the moonfire wa is 2pixel out. Its been fixed.
    Last edited by Drayarr; 2015-01-26 at 11:30 PM.

  15. #16975
    Quote Originally Posted by Drayarr View Post
    Back to using this.
    dO yOuU Evn WA?!

    nice as always but to big warning icons for my liking!
    Quote Originally Posted by Ulfric Trumpcloak View Post
    People on this site hate everything. Keep that in mind.

  16. #16976
    Quote Originally Posted by Sunnydee View Post
    dO yOuU Evn WA?!

    nice as always but to big warning icons for my liking!
    my eyesight is shit (:

  17. #16977
    Quote Originally Posted by Drayarr View Post
    my eyesight is shit (:
    Should get a 50" screen like me! then again i cant bloody fix a good UI on it
    Quote Originally Posted by Ulfric Trumpcloak View Post
    People on this site hate everything. Keep that in mind.

  18. #16978
    Quote Originally Posted by Sunnydee View Post
    Should get a 50" screen like me! then again i cant bloody fix a good UI on it
    I barely have enough money to sub to wow, nevermind buying a 50" screen >.>

    Ontopic. Can you see anything I need to fix on my ui?
    Last edited by Drayarr; 2015-01-27 at 12:05 AM. Reason: Edit for topic

  19. #16979
    Quote Originally Posted by Drayarr View Post

    Ontopic. Can you see anything I need to fix on my ui?
    Only thing that really rubs my back is that left side overall is really alot of information (boss frames, raid frames, chat, boss cast bar, and majority of some debuffs), whilst right side is basically empty. maybe try swap something over?

    also. (nitpicking atm)
    Feels wrong somehow

    Last edited by Sunnydee; 2015-01-27 at 12:20 AM.
    Quote Originally Posted by Ulfric Trumpcloak View Post
    People on this site hate everything. Keep that in mind.

  20. #16980
    Quote Originally Posted by Sunnydee View Post
    Only thing that really rubs my back is that left side overall is really alot of information (boss frames, raid frames, chat, boss cast bar, and majority of some debuffs), whilst right side is basically empty. maybe try swap something over?

    also. (nitpicking atm)
    Feels wrong somehow

    What do you want me to do with the Target cast bar?
    Swap minimap? as in put it back up top?

Posting Permissions

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