Results: 6Comments by: Banknorris
File: Fibonacci03-05-17
Why would someone use this addon?
Posted By: Banknorris
Why would someone use this addon?
File: KillingBlow_Enhanced06-25-15
Since you initialized PVPStatus to...
Posted By: Banknorris
Since you initialized PVPStatus to false, oldPVPStatus will NOT be different from PVPStatus when you log in a non-pvp zone and the CLEU will not be unregistered. As a consequence, even in pvp only mode it will show all killing blows until you enter a pvp zone for the first time, when it will fix itself. In my suggestion post I let f....
File: KillingBlow_Enhanced06-23-15
Hi I started tests with your last v...
Posted By: Banknorris
Hi I started tests with your last version. It worked fine in battlegrounds but then I went to Ulduar (to farm a transmog) and was getting the killing blow animations while killing trash. I looked the code and thought that "COMBAT_LOG_EVENT_UNFILTERED" should only be registered when you call StartSession and unregister it when you...
File: Mouseover Out of Range Pointer05-04-15
Hi again Ro, I am working in a m...
Posted By: Banknorris
Hi again Ro, I am working in a modification of the standard raid frames to work better in RBG's (at least in my vision on how things should work). In order to do so I am using my own code (which is the least sophisticated part by the way), a modified version of Mouseover Out of Range Pointer addon (not better in any way, just slig...
File: Select03-27-15
Hi Ro, Just made a quick test wi...
Posted By: Banknorris
Hi Ro, Just made a quick test with Select using my library http://www.wowinterface.com/downloads/info23540-SetMacroIcon.html Select.toc ## Interface: 60100 ## Title: Select ## Notes: This addon creates the /select macro command to create flyouts for items and spells. ## Author: Gello ## Version: 2.3.8 ## SavedVariables:...
File: Adapt - Almost-Default Animated Portraits10-29-14
I found the problem, my saved varia...
Posted By: Banknorris
I found the problem, my saved variables were: AdaptSettings = { = { = 1, = 0.5, = 0.5, = 0.5, }, = false, = 1, = 1, = { = false, }, } When i deleted the saved variables the TargetPortrait started animation again. But I think there is some bug in your code assigning false instead of nil (or ch...