1. Hi I really loved the UI but I have a few questions;

    1) Can I change the castbar to quartz?
    2) How can I make the chat font bigger?
    3) Can I use tidyplates because I didn't really like the hp bars
    1. Yes, you can. I will also put in a check for this so it will disable my code when this addon is loaded.
    2. Right click the chat frame tab of the chat frame you want to make bigger. You will see an option for it.
    3. Yep. My UI will auto disable my plates for yours. You can also edit my plates if you use the in-game config.

  2. Here lies a bump for a gorgeous UI.


  3. Anyone know if there are any addons for 3.3.5 that have a similar tooltip? (One that includes who they are targeting). It's in the bottom right of the first screenshot. Thanks in advance!

  4. Awesome UI!

    However, there seems to be a minor problem when using QuestHelper with it. As you can see in the screenshot, QuestHelper puts icons on the mini map. However these are overlayed with a black square, which seems to be caused by the UI. Is there any way to fix this?

    http://i.imgur.com/8wJDPCl.jpg

    Can I disable the item and spell IDs?

  5. Am I really stupid or what, I can't figure out how to install this.
    I'm used to a WTF folder and an Interface folder and possibly Fonts. This is just weird?

    Any help would be appreciated! I've read the entire thread and I guess I'm the only ******.

  6. Am I really stupid or what, I can't figure out how to install this.
    I'm used to a WTF folder and an Interface folder and possibly Fonts. This is just weird?

    Any help would be appreciated! I've read the entire thread and I guess I'm the only ******.
    Simply extract the two folders into \Wrath of the Lich King 3.3.5a\Interface\AddOns and then follow the ingame instructions by confirming that it is your first time loading the UI. Then proceed by typing "setup all" into chat.

  7. Here lies a bump for a gorgeous UI.
    Thanks for the generous bump :D

    What are the unit frames?
    My own custom frames.

    Anyone know if there are any addons for 3.3.5 that have a similar tooltip? (One that includes who they are targeting). It's in the bottom right of the first screenshot. Thanks in advance!
    I'm sure I can release it as a standalone. It's not on my list of things to do right now, though.

    Awesome UI!

    However, there seems to be a minor problem when using QuestHelper with it. As you can see in the screenshot, QuestHelper puts icons on the mini map. However these are overlayed with a black square, which seems to be caused by the UI. Is there any way to fix this?

    http://i.imgur.com/8wJDPCl.jpg

    Can I disable the item and spell IDs?
    I put in a hack fix for this quest helper issue released here https://github.com/Kkthnx/KkthnxUI_W...isable.lua#L23

    Just download the latest from here https://github.com/Kkthnx/KkthnxUI_WotLK

    Yes, you can disable the item and spell ids. http://i.imgur.com/O1Ca1TX.png

    Simply extract the two folders into \Wrath of the Lich King 3.3.5a\Interface\AddOns and then follow the ingame instructions by confirming that it is your first time loading the UI. Then proceed by typing "setup all" into chat.
    Thanks for helping people! Also, it is /settings all to set all addon settings :D

  8. Awesome ui bro, been looking for something like this for a while, but cant seem to find a few things, like my runebar, how to move world map or edit debuffs over nameplates. Also would be super awesome if you could make healthbars change color based on % like in elvui, cheers.

  9. Awesome ui bro, been looking for something like this for a while, but cant seem to find a few things, like my runebar, how to move world map or edit debuffs over nameplates. Also would be super awesome if you could make healthbars change color based on % like in elvui, cheers.
    You are in luck! Health changing based on % is already coded into my UI just need to be more user friendly. So I am fixing that now. As for the debuffs what are you wanting to do?

    Will this do?

    Source - http://i.imgur.com/7zBBmAH.jpg


    Also world map is still a WIP as the code will prob change a million times because I figure out how I truly want it. I suggest maspter for the time being.

    Feature updated and made more user friendly. You can enable it by hitting ["ESC/KkthnxUI/Unitframes/Healthbars change color based on Percent (Classcolors have to be off)"]

    Changes for commit
    https://github.com/Kkthnx/KkthnxUI_W...1340e4e1daf324

    Download the latest here
    https://github.com/Kkthnx/KkthnxUI_W...ive/master.zip
    Edited: April 19, 2016

  10. You are in luck! ...
    That's awesome, already found how to fiddle with buffs/debuffs in lua, but im still missing my rune bar. :(

  11. That's awesome, already found how to fiddle with buffs/debuffs in lua, but im still missing my rune bar. :(
    Damn I forgot you mentioned the rune bar! I am on it. (I don't play a DK but I will figure it out!)

    It works fine for me. Can you explain more or what settings you are using?

    http://i.imgur.com/3v16dsz.jpg


    I will be on blackrock trying to reproduce the issue. Add me if you want so you can explain it better. Name is Runebar
    Edited: April 19, 2016

  12. I will be on blackrock trying to reproduce the issue. Add me if you want so you can explain it better. Name is Runebar
    Tested it myself and it looks like its conflicting with clc_dk FeelsBadMan.

  13. Tested it myself and it looks like its conflicting with clc_dk FeelsBadMan.
    Okay, so this might help you since you use clcdk or whatever it is called. (I forget)
    http://i.imgur.com/cQGOhcD.jpg

    PowerBar for all classes! I will push this update once I get the English localization done for the bar settings

    I put in a fix also for CLC_DK hiding the frame. Idk why addon devs do this crap and not putting in an option to reenable it again.
    Code:
    if K.Class == "DEATHKNIGHT" then
    	local Runebar = CreateFrame("Frame")
    	if IsAddOnLoaded("CLC_DK") then
    		Runebar:RegisterEvent("ADDON_LOADED")
    		Runebar:SetScript("OnEvent",
    		function(self, event, addon)
    			-- print("event:"..event)
    			RuneFrame:Show()
    			if (addon == "CLC_DK") then 
    				self:UnRegisterEvent('ADDON_LOADED')
    			end
    		end)
    	end
    end
    I also put in an option to hide the rune bar yourself. This way everyone is happy.
    http://i.imgur.com/7QzT2Pa.png


    Get the lastest build from here (Same link as the front page)
    https://github.com/Kkthnx/KkthnxUI_W...ive/master.zip
    Edited: April 19, 2016

  14. Hey thanks for making such a great UI and keeping it updated as well! Is there any way to have both the targets hp and hp % at the same time in the target's unit frame?

First ... 23456 ... Last

Posting Permissions

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