modui

Re: modui

by Ekke » Thu Dec 08, 2016 8:16 pm

Great jobb with the UI man! Love it!

Only one problem so far.
Is it possible to fix so you can right clickt on the Nameplates and still be abel to move the camera?
Its really annoying as a melee class to do mouseturns with Nameplates on.

I use Bonho's nameplate addon with a tweak Roadblock did in a post with clickthough nameplates atm.
I dont know if it's a ez or hard fix, but your Nameplate style looks way better so thought i'd ask :)

https://forum.nostalrius.org/viewtopic. ... es#p100609
Ekke
Tester
 

Re: modui

by modernist » Sat Dec 10, 2016 9:13 am

Zuvio wrote:Hey Modernist!

Love the UI. I have one issue and I hope you, or someone else, can help me with it.
I'm using your UI and TinyTip to get the tooltip @ the mouse anchor. Unfortunately, the quest tracking in the tooltip is now tripled, as shown in this pic:

http://imgur.com/a/n0YMt

If I disable your tip element, 1 of the 3 lines disappears.
If I disable TinyTip as well, I only have 1 tracker line. But ofcourse basic tip @ bottomright so that's pointless.

I have enhanced tooltips in wow disabled.

Can you help me use your modui + tinytip but only have 1 line of quest tracking?

Much appreciated.


is the quest tracking added through tinytip itself or another addon (questie?)
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Sat Dec 10, 2016 9:20 am

Zepk wrote:Really like this addon, but some minor issues with it.

The traking icon blocks part of the minimap view, is there a way to get it back to the default position?

http://prntscr.com/dh0c6v


delete lines 28-31 here

Zepk wrote:the second one is that when used in combination with cartographer this weird square appears on the center of the map, even though I have all map modifications from module disabled

http://prntscr.com/dh0bxr

Any way to fix any of this? most importantly the thing with tracking


looks like a texture thats not being correctly coloured to the dark setting ~ it probably shows up due to the transparency setting you have. ll install cartographer and give it a look.

Zepk wrote:Edit:
Also, any way to move the gryphon so it is behind the skill icon and not in front of it?

http://prntscr.com/dh0xtn

Deleting the map folder fixed the minimap issue with the traking icon, but did not fix the square on the normal map


follow the steps here:

modernist wrote:
Gusser wrote:Does anyone know how to set the gryphons on the actionbars to the background instead of overlapping?


delete lines 18-22 here and it'll work, just double-checked for you.
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Sat Dec 10, 2016 9:25 am

Ekke wrote:Great jobb with the UI man! Love it!

Only one problem so far.
Is it possible to fix so you can right clickt on the Nameplates and still be abel to move the camera?
Its really annoying as a melee class to do mouseturns with Nameplates on.

I use Bonho's nameplate addon with a tweak Roadblock did in a post with clickthough nameplates atm.
I dont know if it's a ez or hard fix, but your Nameplate style looks way better so thought i'd ask :)

https://forum.nostalrius.org/viewtopic. ... es#p100609


open up modui/nameplates/nameplates.lua and go to line 172. add the following line underneath it but before the "end" on the next line:

Code: Select all
plate:EnableMouse(false)
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Tjate » Sat Dec 10, 2016 12:06 pm

Hi Again !

Got another problem.
Then i use Postal i got error with modui.

Error: attemt to index local 'bu' (a nil value)
AddOn: modui
File: addon.lua
Line: 56
Count: 1
------------------------------------------
Error: attemt to index global 'PostalButton)' (a nil value)
File: Interface\AddOns\modui\dark\dark.lua
Line: 352
Count: 5

And ist it possible to enable raid icon on the unitframe so i easly see in which group im in ?

// Tjate
Tjate
Tester
 

Re: modui

by killzy » Sat Dec 10, 2016 2:23 pm

modernist wrote:
Ekke wrote:Great jobb with the UI man! Love it!

Only one problem so far.
Is it possible to fix so you can right clickt on the Nameplates and still be abel to move the camera?
Its really annoying as a melee class to do mouseturns with Nameplates on.

I use Bonho's nameplate addon with a tweak Roadblock did in a post with clickthough nameplates atm.
I dont know if it's a ez or hard fix, but your Nameplate style looks way better so thought i'd ask :)

https://forum.nostalrius.org/viewtopic. ... es#p100609


open up modui/nameplates/nameplates.lua and go to line 172. add the following line underneath it but before the "end" on the next line:

Code: Select all
plate:EnableMouse(false)


This only seems to work once, everytime the nameplate is updated the plate is clickable again, I put that code after line 307 instead and it seems to work fine.

By the way, I'm trying to edit the chat font to have outline but it won't stick, why won't this work?
https://github.com/obble/modui/blob/mas ... at.lua#L11

new code:
Code: Select all
ChatFontNormal:SetFont(STANDARD_TEXT_FONT, 14, 'OUTLINE')


Thanks for an awesome addon! peace
killzy
Tester
 

Re: modui

by Flobberz » Sun Dec 11, 2016 4:35 am

Hey bro, i was wondering if you could help me out, the mod only shows mine/enemies hp on the frames only on mouseover, and secondly I would like them to look like this: http://imgur.com/a/2AWLH
This guy says the addon for the frames is modui, but he has changed it up a little. I would absolutely love it if you could help me out! So right now for me, the addon only shows the hp on mouseover, and the numbers are like 3k etc. Also the numbers are colored.
User avatar
Flobberz
Private
Private
 

Re: modui

by Telos » Sun Dec 11, 2016 6:05 am

Thanks for the wonderful UI replacement.

Is there a way to remove the borders from all the actionbars (including shapeshift)?

I currently use bartender2 for my actionbars and cycircled for the skin, so there is a conflict with the modui versions of these.
Telos
Tester
 

Re: modui

by Tieigh » Sun Dec 11, 2016 4:51 pm

Flobberz wrote:the mod only shows mine/enemies hp on the frames only on mouseover


This is changed in the interface options. Display - Status Bar Text
Tieigh
Tester
 

Re: modui

by Zehn » Sun Dec 11, 2016 6:01 pm

modernist wrote:
Zehn wrote:Hi there mate.

Just got a hold of this good addon, Thanks for taking the time.

Currently my only beef, that I have noticed ^^, is that your actionbar set up, hijacks the location change from the "move anything" addon, Is there anyway to fix this ?

//Zehn


you can delete the "arrange.lua" file in modui/globals and see if that fixes it


It worked to perfection mate!

Thank you so much and keep up the amazing work !

//Zehn
Zehn
Tester
 

PreviousNext

Return to Addons & macros