Results: 448Comments by: eiszeit
File: LynUI11-02-16
Re: Changing Action Bar positions
Posted By: eiszeit
So how do I change Extra Action Bar positions now that you don't use rActionBarStyler anymore? They just stack at the bottom right corner of the screen, and my resolution makes them barely usable. lyn/modules/bar/button.lua - on top (line 4-10) then for EAB it's line 44 and for Zone AB it's skin.lua (same folder) line 12
File: LynUI11-01-16
Quick fix for the EAB bug which see...
Posted By: eiszeit
Quick fix for the EAB bug which seem to happen: button.lua, search for the EAB fnc and replace it with local EAB = function(self) if HasExtraActionBar() then local bar = ExtraActionBarFrame bar.button.style:SetSize(180, 90) bar.button.style:SetDrawLayer('BACKGROUND', -7) F:SkinButton(bar.button) end end
File: LynUI11-01-16
how to hide the macro text on bars...
Posted By: eiszeit
how to hide the macro text on bars ? did a search throught the lua but coudn't find anything Yes, it based on standard buttons. When I am home I can show you the line for hiding it.
File: LynUI10-31-16
LEGION 2016.35 Moved Vehicle Exi...
Posted By: eiszeit
LEGION 2016.35 Moved Vehicle Exit Button Moved the party member name a bit right because of cows. Hopefully fixed another bug with the ExtraActionButton. We'll see. Added some of the textures to SharedMedia.
File: LynUI10-31-16
Hey lyn, I looked everywhere but I...
Posted By: eiszeit
Hey lyn, I looked everywhere but I couldn't find where to change the action bars size/button size and where to hide the paging arrows next to them. Care to land me a hand? Paging: Lyn/modules/bar/button.lua - search for 'SetPagingPosition' and inside the fnc, instead of reposition them, hide them - or better: set the alpha to 0 (...
File: LynUI10-31-16
Great, thanks. Got a "potential...
Posted By: eiszeit
Great, thanks. Got a "potential" bug. Was doing AQ, and the boss frames have the Boss image, but the image was covering the left side of the frame, including the name of the boss. The "dismount" from riding other players mounts, flight paths, etc is hidden in the bottom right corner of the screen which falls under placement fo...
File: LynUI10-31-16
The new UI design is looking good!...
Posted By: eiszeit
The new UI design is looking good! I'm just wondering if you're going to support raid frames like your previous version(s)? Also do you have any custom settings/profile data, that you personally use, for other addons to match your UI aesthetics. Things like BigWigs, Skada, Grid etc...? No raid frames. Use Blizzard one's (as I do) o...
File: LynUI10-31-16
Hey lyn, I looked everywhere but I...
Posted By: eiszeit
Hey lyn, I looked everywhere but I couldn't find where to change the action bars size/button size and where to hide the paging arrows next to them. Care to land me a hand? I'll show you when I am home. But beware, I only show you how to change the size and hiding the paging, but not screwed up positions etc pp. Thank you. Not...
File: LynUI10-31-16
Hey lyn, I looked everywhere but I...
Posted By: eiszeit
Hey lyn, I looked everywhere but I couldn't find where to change the action bars size/button size and where to hide the paging arrows next to them. Care to land me a hand? I'll show you when I am home. But beware, I only show you how to change the size and hiding the paging, but not screwed up positions etc pp.
File: LynUI10-31-16
Lyn - My damage fault is falling ba...
Posted By: eiszeit
Lyn - My damage fault is falling back to the Cameltoe font, but in the screenshots it's showing Slab. I checked out your Tweaks file, and I found DAMAGE_TEXT_FONT = C.DAMAGE_FONT I either simply am missing something, or I dont' know how to interact with that line of code to change the font. Also, really enjoying this. It...
File: LynUI10-30-16
Lyn - My damage fault is falling ba...
Posted By: eiszeit
Lyn - My damage fault is falling back to the Cameltoe font, but in the screenshots it's showing Slab. I checked out your Tweaks file, and I found DAMAGE_TEXT_FONT = C.DAMAGE_FONT I either simply am missing something, or I dont' know how to interact with that line of code to change the font. Also, really enjoying this. It...
File: LynUI10-30-16
Have you have a thought of using p3...
Posted By: eiszeit
Have you have a thought of using p3lim's Backpack? +) Just askin'... LEGION 2016.34 Replaced Inventorian und BagBrother with LiteBag. Delete others. Tried it, yes. Would love to use it but having problem with Framelevel stuff hindering me aesthetic wise.
File: LynUI10-30-16
LEGION 2016.34 Replaced Inventor...
Posted By: eiszeit
LEGION 2016.34 Replaced Inventorian und BagBrother with LiteBag. Delete others.
File: LynUI10-30-16
Did that first thing...does not hel...
Posted By: eiszeit
Did that first thing...does not help... Fantastic as always. one quick question - how can I add outline to chat font? i have tried but to no avail for now... Thanks in advance. Lyn/modules/chat/chat.lua, line 21, add OUTLINE. My bad, just add after line 183: local _, fs = chat:GetFont() chat:SetFont(C.CHAT_FONT, fs, 'OUT...
File: LynUI10-30-16
Fantastic as always. one quick ques...
Posted By: eiszeit
Fantastic as always. one quick question - how can I add outline to chat font? i have tried but to no avail for now... Thanks in advance. Lyn/modules/chat/chat.lua, line 21, add OUTLINE.
File: LynUI10-27-16
Funny, the only Problem I had with...
Posted By: eiszeit
Funny, the only Problem I had with the chat and 7.1 for me was the button I need to rename. If the chat still looks different, then it has nothing to do with my addon. Thing is, work is quite stressful next weeks because of a release so I will not have any time in general except really small things.
File: LynUI10-27-16
Since I am rewriting the whole UI f...
Posted By: eiszeit
Since I am rewriting the whole UI for 7.1... Are you changing much? Give us a sneak peek? :D Yeah, the positioning of everything is the same but more in blizzard 'style'. Also, yes, code is completely new.
File: LynUI10-26-16
Thank you for answering me. It work...
Posted By: eiszeit
Thank you for answering me. It worked like a charm! Any idea how to fix the tooltip errors? No clue on those, I'm not good with lua :( Just make an if around the line where it does something about the BackdropFrame. I have the code not at hand currently but that should fix it. Since I am rewriting the whole UI for 7.1 ... I am...
File: LynUI10-26-16
Thank you for answering me. It work...
Posted By: eiszeit
Thank you for answering me. It worked like a charm! Any idea how to fix the tooltip errors? No clue on those, I'm not good with lua :( Just make an if around the line where it does something about the BackdropFrame. I have the code not at hand currently but that should fix it. Since I am rewriting the whole UI for 7.1 ... I am...
File: LynUI10-25-16
hey, can i add a beautycase bord...
Posted By: eiszeit
hey, can i add a beautycase border to the minimap? If you know how you do that, go ahead and do.
File: LynUI10-19-16
Hey, i'm still using your older ver...
Posted By: eiszeit
Hey, i'm still using your older version of your UI, just wanted to know how i can update the lyn quests and other lyn parts? in mythic+ i always get errors and some other parts of the game. do you need a screenshot? I suggest you deactivate the Tracker at all since it will break with 7.1 anyway and I am working on the new version (c...
File: LynUI10-13-16
For some reason my outgoing damage...
Posted By: eiszeit
For some reason my outgoing damage won't show up on screen. Is there an option/box to tick? I hope I'm not missing some obvious :( ESC -> Interface Options -> Somewhere there, it is a blizzard standard option Actually it's not, they removed that option. Either he has a invalid font or try to use these console commands: /console...
File: LynUI10-13-16
For some reason my outgoing damage...
Posted By: eiszeit
For some reason my outgoing damage won't show up on screen. Is there an option/box to tick? I hope I'm not missing some obvious :( ESC -> Interface Options -> Somewhere there, it is a blizzard standard option
File: LynUI10-12-16
Re: Aurora skinning
Posted By: eiszeit
I've been having an issue where some Blizzard panels are not being skinned by Aurora. I've got a handful of additional addons installed on my desktop. Here's what I tried. I installed LynUI and fresh copies of the additional addons to my laptop, which previously had no addons installed. Everything was skinned and working properly....
File: LynUI10-11-16
Re: Re: Re: Re: Re: Hide main bar
Posted By: eiszeit
The Quest List moved towards the middle of the screen for some off reason, how do i move that back into place towards the right side? Do you have any other addon installed? This should not happen with only my UI. 1) Yes 2) No 3) Yes, with 2 other people. Where is the config value? Also, I haven't installed bugsack or anyth...