Results: 147Comments by: myno
File: Aurora03-30-13
myno: I'll add a shadow to the text...
Posted By: myno
myno: I'll add a shadow to the text for the next version, not sure about transparent background though. Why would you want that? Sometimes it's really hard to see stuff with all the /say's while being a melee in a raid.
File: Aurora03-30-13
Hey Haleth, any chance you could...
Posted By: myno
Hey Haleth, any chance you could add an option for transparent chat bubbles and adding an outline to the chat bubble text? Thanks for such an amazing AddOn! PS: Please don't remove the Shadow around the frames or atleast make it an option of some sort, I'm using it to create a "shadow" for the frames with offset = -1 :D
File: oUF Drk03-27-13
Re: Re: Re: Mage & castbar lua error
Posted By: myno
I just commited some small changes to castbar.lua on github. Hope this did the job.
File: oUF Drk03-27-13
Re: Mage & castbar lua error
Posted By: myno
I have recently been doing some dailies on my rather unforgotten mage and I get this lua error (which I hope has a very easy solution). I also play a shadowpriest but don't see this error message at all. I use the most up-to-date from your Gib site and the only changes I make are from vertical to horizontal for raid/group frames (but...
File: oUF Drk03-09-13
I am having 1 small issue with 5.2,...
Posted By: myno
I am having 1 small issue with 5.2, Blizz got rid of the glyph of Soul that gave affliction locks a 4th shard and cooked the 4th shard into the spec. Try the following code (in github) instead of the one you posted : elseif spec == SPEC_WARLOCK_AFFLICTION then local maxshards = 4 for i = 1, maxshards do wsb:Sho...
File: Raven Filter: Leila03-07-13
Hello, can you add Rude Interrup...
Posted By: myno
Hello, can you add Rude Interruption for warriors? ID 86663 Also 2 new Throne of Thunder trinkets: Primordius' Talisman of Rage: ID 138870 Brutal Talisman of the Shado-Pan Assault: ID 138702 Thanks :)
File: oUF Drk12-19-12
I really can't say but it was the s...
Posted By: myno
I really can't say but it was the same with a fresh install. COuld you tell me the changes I need to make to the code for the tooltip to work? I don't want to install a fresh copy and have to redo all the changes. Delete this in core.lua: https://github.com/xmyno/oUF_Drk/commit/64833af69d531dd1a8f2783b1085824d873b032b#L1L275 (Li...
File: oUF Drk12-19-12
1. Tooltip issue seems to be resol...
Posted By: myno
1. Tooltip issue seems to be resolved. However when I change cfg.ShowRoleIcons = false to true the tooltips stop working again. Turning them back off tooltips work again so there seems to be a conflict somewhere and likely why I couldn't get them working in the previous setup since I didn't think to turn that option off. I assume...
File: Prat 3.012-18-12
Could someone please explain how to...
Posted By: myno
Could someone please explain how to set the chat frame strata? I couldn't find an option for this. I need to set all of my chat frames to low so that they aren't covered up by my KGpanels artwork. A very simple request, but I have no idea how to do it lol Does right-clicking on the chat tab and setting the background color there n...
File: oUF Drk12-18-12
1. I am still unable to get toolti...
Posted By: myno
1. I am still unable to get tooltips working. I made the change but still no go. I had made no alterations to the code other than changing from false to true so is there possibly something missing elsewhere? **Note** I disabled my tooltip addon to ensure nothing was interferring but it still did not work. 2. The change for the...
File: oUF Drk12-17-12
cfg.ShowToolTips = true -- Show Too...
Posted By: myno
cfg.ShowToolTips = true -- Show Tooltips on raid frames The option has to be called cfg.ShowTooltips with a lower-case t. There are a few other things i'd like to see just not sure if it's possible on this edit. 1. Show leader/assist/master loot icons on raid frames - I see the options in the config files just not sure...
File: oUF Drk12-12-12
how can I hide the default blizzard...
Posted By: myno
how can I hide the default blizzard raid framework? If u are looking for a way to hide it by lua, this should be what u want: -- Hide blizzard raid frames CompactRaidFrameContainer:UnregisterAllEvents() CompactRaidFrameContainer:Hide() CompactRaidFrameManager:UnregisterAllEvents() CompactRaidFrameManager:Hide()...
File: oUF Drk12-04-12
how can I show 8 groups when I in l...
Posted By: myno
how can I show 8 groups when I in large battlefield? how can I hide the default blizzard raid framework? how can I enlarge the size of debuff icon on target? it's too small and I cannot see the count down clearly. Thank you in advance. 1) The only easy way would be to always show 8 groups. I don't like changing the amount of gr...
File: Prat 3.011-30-12
This is my changed code for the Cha...
Posted By: myno
This is my changed code for the ChannelSticky (Prat-3.0/modules/ChannelSticky.lua) module: https://gist.github.com/4174918 Did not encounter any errors so far.
File: oUF Drk11-07-12
Hey, thanks for the reply but it ju...
Posted By: myno
Hey, thanks for the reply but it just kind of fixed itself after I restarted the game a couple of times, haven't had any issues with it since. Though one other thing I wanted to ask is if it's possible to make my debuffs on my target larger or more visible than the other debuffs. Thanks! Did you level said warlock? Because th...
File: oUF Drk11-05-12
Hey, awesome oUF layout and it was...
Posted By: myno
Hey, awesome oUF layout and it was pretty simple to setup it the way I want it, the only thing that I'm having a bit of difficulty is that with my warlock I want, as a destruction, for 3 burning embers to appear if I have them. As of right now there's only one appearing at any given time. I just asked a friend of mine who has a wa...
File: oUF Drk11-03-12
Re: Party Frames
Posted By: myno
Is there a way to change the party frames so that they are horizontal instead of vertical? I find that it is easier to heal (at least with my setup) if they are horizontal like 1,2,3,4,5 but not in 1 column. Any help would be great thanks :banana: Change cfg.raidOrientationHorizontal = false to true (Line 64 in cfg.lua). I need to...
File: MynoUI (1920x1080)10-30-12
ok, major problem now, when i've go...
Posted By: myno
ok, major problem now, when i've got more than 3 mobs at a time, my pc freezes, and i have to restart it. do you have any idea what could be doing that? No idea, sorry. These AddOns were working fine for me. Maybe try updating addons that are not marked with a star. If you have any additional AddOns that aren't part of this UI try...
File: MynoUI (1920x1080)10-29-12
and to see the spell details? and...
Posted By: myno
and to see the spell details? and aswell, i cant seem to locate the cast bar, which addon is that? thx for your help :) I don't really understand what you mean with spell details. Do you mean the tooltips? Because if you make a buff frame interactive (uncheck Non-interactive) you should be getting tooltips on the buff/debuffs....
File: MynoUI (1920x1080)10-29-12
Hey. nice ui first of all. but i ha...
Posted By: myno
Hey. nice ui first of all. but i have a few questions. where can i configure so i can see the spell details when i mouseover my spells, and see who gave me my buffs? This should already be the case for the buff und debuff bar in the upper right corner. If you want it on other bars you need to go into Raven config (/raven) and then...
File: MynoUI (1920x1080)10-28-12
hi myno. is ther a way to remove th...
Posted By: myno
hi myno. is ther a way to remove the skin? dont wanne use the black stuff. and how can i trun of auto acc qs? Turn off MynoUI in the AddOn panel. Auto quest accept is from Leatrix_Plus (/ltp)
File: MynoUI (1920x1080)10-24-12
Re: Weird buttons on screen
Posted By: myno
Hey I installed auctioneer now all of the enchantrix buttons are in the middle of the screen.....any ideas? Try Esc->Interface->AddOns, click on the plus next to StatBlockCore and look for the Enchantrix plugin. If there is one click on it and then uncheck Enable in the config.
File: MynoUI (1920x1080)10-20-12
Re: 2 questions
Posted By: myno
You description says the scale has to be set at .6, where do i set the scale? On the screenshot images, the first image shows in the upper right most area of the screen all the shortcuts to the various addons above the minimap whereas on the 3rd screenshot (tauren standing alone) there are only a couple shortcuts. Mine currently...
File: oUF Drk10-11-12
Re: Target Buffs
Posted By: myno
I am having a slight issue since the new update. I have my targets buffs running infront of the actual unit frame. I would like them to flow out to the right. I like how the buffs on my side are. I just want my targets to flow to the right. Picture attached. It should already be like that. Check if you have the same code as it is...
File: oUF Drk10-01-12
how can I adjust fonts to support s...
Posted By: myno
how can I adjust fonts to support simple Chinese? Fonts are defined here: cfg.lua Line 208. Just put the font that supports Simple Chinese in the media folder and change the BigNoodleTitling to the name of the font you want to use.