modui

Re: modui

by modernist » Wed Jan 27, 2016 4:28 pm

just a note that I'm currently working on improved raid frames which will be included in the base modui file (no further need for a separate modraid addon). this includes features such as a range indicator, raid icons, floating heal numbers, and a better spawning system that should mean you'll no longer need to keep opening the raid tab of your social frame and can control direction and growth of the frame set:

Image

there's a few bugs to iron out, but I'm hoping to have this rolling out soon.
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Bit » Wed Jan 27, 2016 7:16 pm

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.
Bit
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Wed Jan 27, 2016 7:35 pm

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.


glad to hear you like it! thanks for the feedback — latter is already implemented in the version I'm working on currently, i'll add the former in too in time for the next round.
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Wed Jan 27, 2016 8:39 pm

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!


hey, missed this sorry.

shift + scroll will take you automatically to the bottom, i tend to use it over the button myself :D

SCT thing is interesting, didn't know that wasn't already the case — i'll look into adding it in the near future.
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by SSJSketch » Wed Jan 27, 2016 11:57 pm

I don't know about you, but I'm annoyed with the CLINK's in chat from Prat users so I did something about it. Instead of installing prat.. why don't you add CLINK support (just a tad), by converting them back to normal links.

I.E. {CLINK:ffa335ee:20070:0:0:0:Sageclaw}

This code below should replace any of the CLINKS with their actual links without the need of using prat.
Code: Select all
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
modui_ified
-----------------------------------------------------------------
"Success is buried in a garden of failure."
User avatar
SSJSketch
Grunt
Grunt
 

Re: modui

by Bit » Thu Jan 28, 2016 6:07 pm

Is there a way to make the health bar text always display and not just when hovering over it?
Bit
Sergeant Major
Sergeant Major
 

Re: modui

by TyrantRC » Thu Jan 28, 2016 10:11 pm

I wanna use that sweet customnameplate, but I noticed that even if I disable everything the addon still have some things besides the customnameplates, like for example the link in-chat for hyperlinks like http://www.google.com and the black background skin in almost every window, any way to know what features are always enabled if I have everything disabled in the elements section, I just want to know since I have a lot of addons and I don't want to have some hidden feature mess up with another feature in another addon.

Also any way to make notes in the pings that you can make in the custom map world? or should I just use cartographer for that?

Bit wrote:Is there a way to make the health bar text always display and not just when hovering over it?


Is not that in the default interface options? Basic>Display>Status bar text
User avatar
TyrantRC
Sergeant
Sergeant
 

Re: modui

by Bit » Thu Jan 28, 2016 11:37 pm

TyrantRC wrote:Is not that in the default interface options? Basic>Display>Status bar text

Oh, yeah, it is; didn't think that would work. Thanks.
Bit
Sergeant Major
Sergeant Major
 

Re: modui

by SSJSketch » Fri Jan 29, 2016 1:37 pm

TyrantRC wrote:the black background skin in almost every window


Just change the UI Colour in options, to white.
modui_ified
-----------------------------------------------------------------
"Success is buried in a garden of failure."
User avatar
SSJSketch
Grunt
Grunt
 

Re: modui

by TyrantRC » Fri Jan 29, 2016 5:43 pm

SSJSketch wrote:
TyrantRC wrote:the black background skin in almost every window


Just change the UI Colour in options, to white.


no I don't mind the color, I really like the black, I was just asking for the features to know what is enable by default and know what addons can/can't I use.

Today I was using the modui with all my addons and I use bongos for bars and I keep getting an error when I use a macro with a modifier to shift, I press shift+y to mark a mob with my macro and I get this error:

Error: attempt to index local `bu' (a nil value)
AddOn: modui
File: keypress.lua
Line: 69
Count: 1

this is the macro:

/run if IsShiftKeyDown() then SetRaidTarget("mouseover", 1) else SetRaidTarget("mouseover", 5) end

It only happens when I use the shift modifier, it still works but I get that error for some reason, the bar where the macro is placed is also hidden in bongos I only use the keybind

I also got a /w from someone telling me that my items-links in general chat doesn't work properly, then I asked other people and they see it fin, not sure if is me or the other guy
User avatar
TyrantRC
Sergeant
Sergeant
 

PreviousNext

Return to Addons & macros

cron