modui

Re: modui

by SSJSketch » Sat Jan 30, 2016 12:23 am

TyrantRC wrote:
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


You could edit the modui.toc and remove keypress.lua. As for the error, modernist should fix the code to allow nil value. (i.e "if not bu then return end" or so..)

Until modui "options" menu is improved more with disabling specific features.. atm it's really just try and error, then figure out if you can remove something without breaking the whole ui. (i.e. editing the modui.toc or so..)

If you are referring to the modui option to remove brackets (i.e [ ]) from item links, then yeah that will show to others as well until modernist figures out a solution to that or you just simply disable the option in the menu.
modui_ified
-----------------------------------------------------------------
"Success is buried in a garden of failure."
User avatar
SSJSketch
Grunt
Grunt
 

Re: modui

by modernist » Sat Jan 30, 2016 11:01 am

Apologies for the slow replies, currently locked out of my account from my computer (forum has no password reset option???) — so posting here from my phone for now

SSJSketch wrote: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


I was wondering what caused this! I've added a variant of the gsub to my AddMessage function, for inclusion in the next update. thanks a bunch
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Sat Jan 30, 2016 11:12 am

the elements menu definitely needs some more finely-tuned controls still — not sure how the url links slipped through the filter, and I'm aware that the unitframes need a little more finesse than 'off' or 'on' :P

the links having no brackets will only show that way on your chat, appearing in the usual [link] format to others :) did the guy whispering you tell you any more detail as to how your links were 'broken'?

Il fix the key press issue, until then — yeah just remove keypress.lua if you need to
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by SSJSketch » Sat Jan 30, 2016 3:36 pm

modernist wrote:the links having no brackets will only show that way on your chat, appearing in the usual [link] format to others :) did the guy whispering you tell you any more detail as to how your links were 'broken'?

If you shift click an item from chat that has no brackets, to re-link it.. then it will still have no brackets for other people who see you link it.
modui_ified
-----------------------------------------------------------------
"Success is buried in a garden of failure."
User avatar
SSJSketch
Grunt
Grunt
 

Re: modui

by Jubilee » Sun Jan 31, 2016 5:26 am

hey modernist,

anyway to get just the nameplates part of modui as a standalone addon?
Jubilee
Private
Private
 

Re: modui

by indifferencex » Sun Jan 31, 2016 12:46 pm

I'm wondering if it's possible to recolor the pet action bar depending on if pet is on passive/attack etc., because currently it is not possible to see as the skin overwrites this. I was thinking maybe recoloring the frame around the button, like here:
Image

Other than that, well done, your UI is amazing, I love using it.
indifferencex
Tester
 

Re: modui

by TyrantRC » Sun Jan 31, 2016 4:15 pm

Jubilee wrote:hey modernist,

anyway to get just the nameplates part of modui as a standalone addon?


I would really like this too. that nameplates is awesome, and honestly the whole addon is awesome too, but when you already have an UI that you are already comfortable with, is hard to change it. The nameplate with the casting bar is one if not the best thing for pvp and I would really like to run this without having so much trouble from other features of the modui pack.
User avatar
TyrantRC
Sergeant
Sergeant
 

Re: modui

by Inclave » Sun Jan 31, 2016 6:59 pm

Awesome thanks u dude keep it up!
Inclave
Private
Private
 

Re: modui

by Noxm » Sun Jan 31, 2016 8:00 pm

indifferencex wrote:I'm wondering if it's possible to recolor the pet action bar depending on if pet is on passive/attack etc., because currently it is not possible to see as the skin overwrites this. I was thinking maybe recoloring the frame around the button, like here:
Image

Other than that, well done, your UI is amazing, I love using it.


+1
Nostalrius PvP -
Noxm - <Core Raider of Emphasis>
Alt : Noxmk - Noxmq
User avatar
Noxm
Knight-Lieutenant
Knight-Lieutenant
 

Re: modui

by Bit » Sun Jan 31, 2016 10:15 pm

Found two bugs:

If you go to the color settings and hit cancel it will set the color to black instead of not changing anything.

The bars in the character reputation/skills menu do weird animations when you scroll (only the ones that don't change color when scrolling)
Bit
Sergeant Major
Sergeant Major
 

PreviousNext

Return to Addons & macros