Results: 3Comments by: WollieNL
File: Satrina Buff Frames 310-14-10
Originally posted by Satrina The...
Posted By: WollieNL
Originally posted by Satrina The quick fix that has been posted will indeed get SBF itself working with whatever configuration you already have. What I am working on right now is fixing things like the rounded dropdown and such so that the options actually work. Considering my lua learning curve, was i in the right direction wit...
File: Satrina Buff Frames 310-14-10
Re: Re: Hotfix for 4.0.1
Posted By: WollieNL
Originally posted by nikapo Did you try the hotfixes that Lachnoir and Flickerstreak posted? Well i didn't see those, but i just read them .. Flickerstreak is right. I've to look into the thing Lachnoir said. I've been looking into the code of SBFOptions as well. Now tonight is the first time i really dive into lua code, but know...
File: Satrina Buff Frames 310-14-10
Hotfix for 4.0.1
Posted By: WollieNL
SBF.xml (line 78): change this.dot = getglobal(this:GetName().."Dot") to self.dot = getglobal(self:GetName().."Dot") Seems to do the trick .. though the options are still broken. /Wollie