Results: 12Comments by: Valik
File: Linkmate: Quests12-02-10
I'm not sure if you check here or C...
Posted By: Valik
I'm not sure if you check here or Curse more so I'm posting this information in both locations. I've found 2 bugs with Linkmate: Quests: If there are multiple chat frames set to show System Messages then only the last frame will display the message. This is because the filter function is called multiple times with each success...
File: nivBuffs12-01-10
Originally posted by Imlach I got...
Posted By: Valik
Originally posted by Imlach I got border colours working with BF and the Caith skin (don't know about other skins) with 2 extra lines of code. At line 217 in nivBuffs.lua I changed: cond = (filter == "HARMFUL") and nivBuffDB.coloredBorder c.r, c.g, c.b = cond and 0.6 or grey, cond and 0 or grey, cond and 0 or grey if dType and...
File: nivBuffs11-19-10
Originally posted by Whylde is th...
Posted By: Valik
Originally posted by Whylde is there an option for "testmode" or something within the lua? i ve a hard time adjusting the debuff stuff without knowing where i ve put em without seeing any debuff ^^ I have 3 suggestions for this: In Terrokar Forest there is a place that gives you a permanent debuff when you are in the area. Yo...
File: nivBuffs11-18-10
This is nothing big, I'm just throw...
Posted By: Valik
This is nothing big, I'm just throwing this idea out there. Is there any chance we can get an option for the minimum alpha during the blink? Right now it fades from 1.0 to 0.0 and back to perform the blink. I'd prefer my buff icon not totally disappear so I'd like the option to set my minimum alpha at something like 0.1 or whateve...
File: Ara Broker Guild Friends11-18-10
Originally posted by Aranarth @Va...
Posted By: Valik
Originally posted by Aranarth @Valik: Separating notes won't be easy the way I coupled things in my code. But I can easily provide an option to hide officer notes if you want. Sorry, my post wasn't clear. What I meant was separate options to show/hide notes. So yes, what I was asking for was the option to hide officer notes.
File: nivBuffs11-16-10
Originally posted by Wylder Setti...
Posted By: Valik
Originally posted by Wylder Setting Buttonfacade to "true" in the config breaks the ability for me to right click off buffs. I think this is because the mouse no longer interacts with buffs. I do not get a tooltip when I hover over them, either. I'm not sure what is causing this, my local hacked version with ButtonFacade suppor...
File: nivBuffs11-15-10
Originally posted by Luzzifus Tha...
Posted By: Valik
Originally posted by Luzzifus Thank you very much! That's about the same what StormFX suspects at wowace. He suggests that I should skin the addon first, then the group. But since I don't really need the group, I wonder if I could just drop it and instead use the addon level group. Like: bfButtons = LBF:Group("nivBuffs") bfButt...
File: Ara Broker Guild Friends11-14-10
Any chance "guild notes" could be s...
Posted By: Valik
Any chance "guild notes" could be separated into public and officer notes? My guild uses EPGP which stores it's information in the Officer notes. Officer notes are read-only visible to everyone but it contains numbers that are rather meaningless to see every time I look at the guild list. Public notes, however, are still useful fo...
File: nivBuffs11-14-10
Originally posted by Luzzifus Yes...
Posted By: Valik
Originally posted by Luzzifus Yes, I know that. However it doesn't work for me currently, there are some "funky" callbacks that reset my saved settings everytime I login. Detailed problem description in the official BF thread at wowace: http://forums.wowace.com/showthread.php?t=11851&page=105 And the current code of nivBuffs...
File: nivBuffs11-14-10
Originally posted by Luzzifus It...
Posted By: Valik
Originally posted by Luzzifus It is, I'll add it. As for the BF support, I still can't make BF save my settings. If I get that to work, you'll get it. :) ButtonFacade doesn't save your settings. You save your own settings and ButtonFacade provides a callback you can register for to be notified of changes to the settings. In...
File: nivBuffs11-06-10
First, thank you for making the cha...
Posted By: Valik
First, thank you for making the changes to allow growth in all directions. I have more code for you. This code enables ButtonFacade support. In config.lua add: useLBF = false, skinID = "Blizzard", -- string name of the skin gloss = 0.0, -- float in the range 0.0 - 1.0 (I think) Just below the CreateFrame() statements i...
File: nivBuffs11-05-10
Could you please make the following...
Posted By: Valik
Could you please make the following changes to allow us to grow buffs in different directions: In nivBuffs.lau replace the lines: header:SetAttribute("wrapXOffset", 0) header:SetAttribute("wrapYOffset", -55) header:SetAttribute("maxWraps", 10) with: header:SetAttribute("wrapXOffset", nivBuffDB.wrapXOffset) header:SetAt...