modui

Re: modui

by Wosh » Mon Oct 26, 2015 8:33 am

modernist wrote:i hit 40!

Well done, gz mod!
Wosh
Grunt
Grunt
 

Re: modui

by Vedeta » Mon Oct 26, 2015 10:21 am

modernist wrote:
Vedeta wrote:thank you :D, would be nice if can put the friendly players as class color :)


above snippet should still allow that


target friendly players show with green frame.
Vedeta
Private
Private
 

Re: modui

by xcdead » Mon Oct 26, 2015 11:33 am

Can I change the transparency on the tooltip? I want it darker :)
xcdead
Private
Private
 

Re: modui

by Anmercey » Mon Oct 26, 2015 11:52 am

Anmercey
Sergeant
Sergeant
 

Re: modui

by modernist » Mon Oct 26, 2015 2:13 pm

Vedeta wrote:
modernist wrote:
Vedeta wrote:thank you :D, would be nice if can put the friendly players as class color :)


above snippet should still allow that


target friendly players show with green frame.


sorry, you're right, just tested and the faction check needs to be stored as a variable before being compared

replace that one line with these two:

Code: Select all
local fp = UnitFactionGroup'player' local ft = UnitFactionGroup'target'
if UnitIsPlayer'target' and ft == fp then TargetFrameNameBackground:SetVertexColor(colour.r, colour.g, colour.b, 1) end






xcdead wrote:Can I change the transparency on the tooltip? I want it darker :)


line 45 of modtip\tip.lua, the last number in the SetBackdropColor parenthesis controls the transparency:
Code: Select all
GameTooltip:SetBackdropColor(0, 0, 0, [put alpha value here, between 0 (transparent) and 1(opaque])






Stall wrote:How do I move the day/night icon on the minimap


line 37 of modmaps\mini.lua

change it to
Code: Select all
GameTimeFrame:ClearAllPoints() GameTimeFrame:SetPoint('LEFT', 25, 0)

to move it to the left, for example.

Image





Anmercey wrote:http://s.m0n1.ru/dnwteoz.png
http://s.m0n1.ru/dnwtexr.png

Anmercey wrote:http://s.m0n1.ru/dnwtsyv.png


are these intended as some kind of bug report or just documentation? :)
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Anmercey » Mon Oct 26, 2015 2:46 pm

bug report
Anmercey
Sergeant
Sergeant
 

Re: modui

by modernist » Mon Oct 26, 2015 2:58 pm

can you, uh, tell me what you think the bug is? that all looks like standard behaviour
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Mon Oct 26, 2015 6:21 pm

v37

+ auction search on item alt+click
+ dismount function fix for 0 auras
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Vedeta » Mon Oct 26, 2015 6:29 pm

Thank you a lot.

Btw

Want to reporte a bug. When i click on the vendor button,sell all Greys, it sell half of them, and it disconect me from the game. Dunno if happen only with me but will test this new version
Vedeta
Private
Private
 

PreviousNext

Return to Addons & macros