
there's a few bugs to iron out, but I'm hoping to have this rolling out soon.
Bit wrote:Just started using this and I absolutely love it. Looks very nice and feels super polished with the perfect amount of functionality. The options menu is also very well done. Using everything but the bars for which i prefer bongos.
One tiny complaint: the options menu should probably be toplevel="true" to make it come to the foreground when clicked and maybe also a higher framestrata. Also maybe clampedToScreen="true" so it can't be accidentally moved off screen.
Huggmuth wrote:First of all, huge applause for this awesome addon! I love all the small QoL features and the customization.
I got two suggestions for you:
- Instead of keeping the "to the bottom" button, make it so holding CTRL and scrolling down while hovering over the chat window will scroll all the way down. NurfedUI has this and it works wonders + it looks more clean without it.
- Like SCT, show how much you heal other players for.
Hope you will consider it.
Cheers!
function CLINK_ChatFrame_Override(event)
if event == 'CHAT_MSG_CHANNEL' or event == 'CHAT_MSG_WHISPER' or event == 'CHAT_MSG_WHISPER_INFORM' or event == 'CHAT_MSG_YELL' or event == 'CHAT_MSG_SAY' or event == 'CHAT_MSG_RAID_WARNING' or event == 'CHAT_MSG_RAID_LEADER' or event == 'CHAT_MSG_RAID' or event == 'CHAT_MSG_PARTY_LEADER' or event == 'CHAT_MSG_PARTY' or event == 'CHAT_MSG_OFFICER' or event == 'CHAT_MSG_GUILD' or event == 'CHAT_MSG_BATTLEGROUND_LEADER' or event == 'CHAT_MSG_BATTLEGROUND' then
local pattern = '{CLINK:(%x+):(%d-):(%d-):(%d-):(%d-):([^}]-)}'
arg1 = gsub(arg1, pattern, '|c%1|Hitem:%2:%3:%4:%5|h[%6]|h|r')
end
BlizzChatFrame_OnEvent(event, arg1, arg2)
return true
end
BlizzChatFrame_OnEvent = ChatFrame_OnEvent
ChatFrame_OnEvent = CLINK_ChatFrame_Override
|
![]() |
Bit wrote:Is there a way to make the health bar text always display and not just when hovering over it?
|
![]() |
TyrantRC wrote:Is not that in the default interface options? Basic>Display>Status bar text
TyrantRC wrote:the black background skin in almost every window
|
![]() |
SSJSketch wrote:TyrantRC wrote:the black background skin in almost every window
Just change the UI Colour in options, to white.
|
![]() |