Results: 10Comments by: Zaeolos
File: oUF_Freebgrid03-20-13
Re: ~Physical debuffs
Posted By: Zaeolos
I'm having an issue with this addon when used as part of the Neav UI package. I'd like to disable physical debuffs from appearing on my frames as they are shown needlessly. Can anyone provide an insight? Try removing the two Debuffs in the aura_list.lua file. It is in the ns.auras section.
File: Mono UI03-11-13
Hi, I love the UI but I ran into a...
Posted By: Zaeolos
Hi, I love the UI but I ran into a bug on my warlock. My character unit frame displays a total of four soul shards when I have the Drain Life glyph equipped, however if I do not have the Drain Life glyph equipped then the frame will only display a maximum of 3 soul shards, even though I have 4. I believe this has something to do with...
File: Mono UI03-05-13
If you're having an issue after 5.2...
Posted By: Zaeolos
If you're having an issue after 5.2 update with raid_buffs.lua, comment out or remove the spell ID's for Blood Pact under buff2list. -- Setup caster buffs local function SetCasterOnlyBuffs() buff1list = { -- Total Stats 90363, -- Embrace of the Shale Spider 20217, -- Blessing of Kings 115921, -- Legacy of...
File: Mono UI03-03-13
Re: more actions bars
Posted By: Zaeolos
hey : ) first of all...congratulations on a great piece of code!! really light...and clean... now...given the fact i would like to have a second action bar below the default one...can someone point me to the right code section...or file?? or at least give me a hint on where to look : ) much aprettiated! :D By default, you...
File: oUF_mono05-11-11
Originally posted by Llysara Can...
Posted By: Zaeolos
Originally posted by Llysara Can someone tell me what the purpose of the bar centered above the player frame is? It's staying a consistent red for me, and not sure what it's for or how to disable it. Thanks! It sounds like you may be talking about the AltPowerBar but it should not stay on unless you are in an encounter that u...
File: oUF_mono04-27-11
Again, probably not the best way to...
Posted By: Zaeolos
Again, probably not the best way to do this, but to fix the arrows for the Eclipse Bar, this is what I did. Open lib.lua: Replace if(element.directionIsLunar) then ebInd:SetText("|cff4478BC>>>|r") else ebInd:SetText("|cffE5994C<<<|r") end With local direction = GetEclipseDirection() if(direction=="sun")th...
File: oUF_mono04-27-11
Originally posted by Teowyn Is it...
Posted By: Zaeolos
Originally posted by Teowyn Is it possible to completely disable the eclipse bar? It's not pretty but you can go to line 619 in lib.lua and change "DRUID" to anything but a wow class like: if class ~= "DRUID2" then return end I have not yet found out why the arrow isn't changing direction though.
File: oUF_mono04-27-11
Re: pet happiness
Posted By: Zaeolos
Originally posted by MagsInfin Since this was removed from the game as of 4.1, each time my screen loads, I get an LUA error about calling a function for pet_happiness when it doesn't exist anymore. Where in the code would this be so I can remove it? Look in the tags.lua line 78. It looks like Monolit put a comment there to...
File: oUF_mono04-26-11
The arrow for the Boomkin Player fr...
Posted By: Zaeolos
The arrow for the Boomkin Player frame is not changing directions correctly either. Just thought I'd mention it while I am in raid. Afterwards, i will try to fix it.
File: oUF_Freebgrid03-10-11
Can you add = "", under the Priest...
Posted By: Zaeolos
Can you add = "", under the Priest section in tags.lua as a default option? I've gotten some friends to start using this finally and they get a little intimidated when I ask them to go into the file and change it. Thank you for all your hard work on this addon. It's the best thing out there for healing.