Results: 260Comments by: kraftman
File: PTO Beacon Watch05-15-09
Is this a patch for a different add...
Posted By: kraftman
Is this a patch for a different addon? There seem to be global variables that are set and not used, and global functions that aren't called?
File: iRaid05-14-09
Originally posted by minotaurz1 H...
Posted By: kraftman
Originally posted by minotaurz1 Had the same problem, put this addon in my UI, log in Dalaran and down to 5 FPS, tried to find where to put this code, but im to stupid. Great idea tho and hope he fixes this. open it up in notepad, and scroll right to the bottom, and put it just before the last two "end"'s. like this:...
File: iRaid05-14-09
Originally posted by Aschker I do...
Posted By: kraftman
Originally posted by Aschker I do like this addon, the simplicity off it, theres just 1 thing: its a memory hog >_> Not in the sence that it uses the amount that recount uses after 10 hours of raiding, but my FPS drops from 80 to about 5 when in a raid :( try adding self.lastUpdate = 0 to line 187
File: HideBuffs05-14-09
Calling this on update is pretty in...
Posted By: kraftman
Calling this on update is pretty inefficient. if you don't need the buffs at all, something like function TargetFrame_UpdateAuras () end function FocusFrame_UpdateAuras() end might do the trick. (otherwise maybe limit it to PLAYER_FOCUS_CHANGED, PLAYER_TARGET_CHANGED, and UNIT_AURA)
File: Buffed!05-13-09
Originally posted by fakeh Hi,...
Posted By: kraftman
Originally posted by fakeh Hi, Any plans to add a BuffHUD-esque layout preset? Definitely. I have exams for the next 2 weeks tho so it will be a while. Edit: my plan is to eliminate the need for the interface menu, while also making it easier to move groups of buffs around together. I have a few ideas for this but we'll...
File: BuffSkin05-12-09
Originally posted by Dawn However...
Posted By: kraftman
Originally posted by Dawn However I try it, it doesn't seem to like additional custom buff frames... Well, seems like I have to stick with ButtonFacade until after your exams. :) you could always try out Buffed! ;)
File: Buffed!05-11-09
Originally posted by Harvist Hey...
Posted By: kraftman
Originally posted by Harvist Hey again, new version seems to work fine, I just found one minor (at least for me) bug. If you set "sort by duration" and have set up filters at the same time, position of buffs are messed up afterwards. Anyway, thanks and keep it up! .) Thanks, i'll check it out :)
File: BuffSkin05-11-09
Originally posted by Dawn Ah, wel...
Posted By: kraftman
Originally posted by Dawn Ah, well! Good look with your exams. :) Btw, I had to comment them out because they did spit out a lua error after adding the code you posted below to make buffskin work with SBF. ahh i see. Try changing to a set that includes all three textures, and then putting that bit of code in. :)
File: BuffSkin05-11-09
Originally posted by Dawn I manag...
Posted By: kraftman
Originally posted by Dawn I managed to get Buffskin halfway working with Buffs for SBF. It's not really working for all buffs equally, though. i.e. not working at all for a custom buffframe with bars, for whatever reason. I also had to outcomment the line (2 times): --DeBuffTexture:SetTexture(BuffSkinDB) And it won't wo...
File: Buffed!05-10-09
Originally posted by Tarlinras I...
Posted By: kraftman
Originally posted by Tarlinras I had deleted my saved variables prior to downloading the newest version but I could wipe them again to see if it changes anything. Nah i believe you:P. I think i've found the problem, thanks again for pointing it out.
File: Buffed!05-10-09
Thanks. I cant replicate the error...
Posted By: kraftman
Thanks. I cant replicate the error you're getting, so it could be a saved variables problem. I was trying a new alpha slider in this version, but clearly it isnt working >< Edit: alpha slider should be sorted in the SVN if anyone feels like trying it. I'm working on a better way to first display the buffs and parent them to each o...
File: BouncersAnonymous05-07-09
I never even knew I had an addictio...
Posted By: kraftman
I never even knew I had an addiction until i installed this! Now i fear i'm getting worse :'(
File: Buffed!05-07-09
Let me know how you get on with thi...
Posted By: kraftman
Let me know how you get on with this version. Sorry about having to reset savedvariables each time. It's enough of a headache for me to fix the bugs and add stuff without having to then try and work out how the savedvariables are different and add in a converting function >< especially when the frame positions are still stored in the...
File: Buffed!05-06-09
Originally posted by Harvist Hell...
Posted By: kraftman
Originally posted by Harvist Hello. Im very fond of the idea behind this project but since I play more characters Id like to know if there is a way to copy settings from char to char. Some profile-ish feature would be really appreciated. Also I experience weird bug when if Im adding buff to filter list (via shift+click) it often ad...
File: Buffed!05-06-09
Originally posted by leizeQ nice,...
Posted By: kraftman
Originally posted by leizeQ nice, it works again without problems ... thanks for the quick repair. i am just wondering, i deleted the addon and its savedvariables. played for a while without it. then downloaded the addon again (version 2.05) without restoring the savedvariables and the position of all elements was just as before...
File: Buffed!05-05-09
Originally posted by leizeQ hi...
Posted By: kraftman
Originally posted by leizeQ hi at the start of every combat i'm getting this error: it appears whether i start (DoT or DD spell) or the enemy and also when i drag the buffs/debuffs, the timer stays in its place and i have to move it separatly. i can provide a screenshot if you need. thanks a lot Thanks for the hea...
File: Buffed!05-04-09
Next version will enable the changi...
Posted By: kraftman
Next version will enable the changing of textures. As usual, you'll be bale to set these differently for every buff. I've no idea why you'd want to but hey, someone might! Here's an example: http://i42.tinypic.com/1z6qgkl.jpg
File: Buffed!05-03-09
Originally posted by Taroven Cool...
Posted By: kraftman
Originally posted by Taroven Cool, I'll give the new version a try. I may be able to provide some help with making the buff sorting more efficient if you have a SVN set up with it enabled. I see the current sorting code, just not sure where you'd be calling it from. Thanks. I've never used SVN before but hopefully it should...
File: Buffed!05-03-09
Sorry, i forgot to mention that you...
Posted By: kraftman
Sorry, i forgot to mention that you will need to wipe your saved vars for buffed in order for the bars to work. Thanks for the other bug reports: I'm pretty sure i've sorted the timer problem. The sorting by duration is a little more tricky though: I originally removed it as it was inefficient, and i'm still working on improv...
File: Buffed!04-30-09
Progress bars.
Posted By: kraftman
I've had a bit of a play around with adding bars to buffs: http://www.wegame.com/watch/statusbar_test1/ as you can see, its still pretty lightweight: http://i44.tinypic.com/zttzq.jpg As there's no hit to performance, I'll be adding this feature into future versions (obviously with an option to disable) Now i just need...
File: Buffed!04-30-09
Re: No **** best buff addon ever!
Posted By: kraftman
Originally posted by RataPlant Hey, kraftman I hope you keep on working on this addon, cause I love it. I have 1 thing that would make you're rly much better imo: 1) Make it possible to save the setting off the 'alpha'. I only want to see the 'Filtered' buff's - debuff's and not the whole bunch. and if you put the 'S...
File: Peggle Add-on for WoW04-23-09
Originally posted by Sepioth It's...
Posted By: kraftman
Originally posted by Sepioth It's not obfucation .. it's compression .. although hard to read it is still perfectly legible. Are you going to be one of those people who spends their life looking at all the code to addons to see if they comply?? Seriously who cares if it complies or not .. that's Blizzards job to police their...
File: Peggle Add-on for WoW04-23-09
Originally posted by Phanx Uhh, i...
Posted By: kraftman
Originally posted by Phanx Uhh, it's perfectly fine? What part of it makes you think it would be a problem? It's free, it does not beg for money in-game or advertise anything, its code is not obfuscated, it does not contain anything "offensive", and it does not otherwise violate the WoW EULA or ToU. If you're going to ask if an add...
File: Peggle Add-on for WoW04-23-09
where does this stand as far as the...
Posted By: kraftman
where does this stand as far as the blizzard addon policy is concerned?
File: Buffed!04-22-09
Re: Good work
Posted By: kraftman
Originally posted by Abxell Love your addon. :) Only wish I have is to save profiles so I don't have to set it up seperately again on all my characters. but other then that. Your addon is great. Keep up the awesome work :) Thanks for the encouragement, i'll add that option in the next update. As always, feel free to let me k...