Results: 36Comments by: Farmbuyer
File: XLoot Group (Inactive)06-30-11
Originally posted by Jzar with row...
Posted By: Farmbuyer
Originally posted by Jzar with row.name = ("%s%s%s|r"):format("|c" .. select(4, GetItemQualityColor(quality)), count>1 and count.."x " or "", name) Even better would be to use the strings that Blizzard already constructed. Future-proof and faster: row.name = ("%s%s%s|r"):format(ITEM_QUALITY_COLORS.hex, count>1 and count.."...
File: eNameplates05-02-11
I've uploaded my fixes as an option...
Posted By: Farmbuyer
I've uploaded my fixes as an optional patch (actually it overwrites the existing files, the original is not required); see the "Other Files" tab and give that a try.
File: eNameplates04-27-11
Originally posted by vitaminc1231...
Posted By: Farmbuyer
Originally posted by vitaminc1231 Any update on this for 4.1?? At minimum, you'll need to replace the old "spreadnameplates" CVar with the new API. Here're the changes I've made in my local copy, although I'm not done and Elv may finish updating before I do. --- eNameplates.lua.orig 2011-02-03 20:54:56.420454400 -0...
File: SmartAddonBlocker03-23-11
SAB in 4.1
Posted By: Farmbuyer
So with this coming down the pipe: http://us.battle.net/wow/en/forum/topic/2228413591 what will become of SAB? The easy answer is "it won't be needed", but I can imagine scenarios where a player would still want to ignore high-traffic addons during (say) a boss fight, but allow those addons to receive data at other times. Tho...
File: SmartAddonBlocker03-22-11
Originally posted by Lunyra Doesn...
Posted By: Farmbuyer
Originally posted by Lunyra Doesn't seem to block all spam. I get stuff like below and it's said to be from BigWigs. You have misunderstood the point of this addon. That's not the kind of "spam" that SAB is designed to block.
File: Scrolling Combat Text02-01-11
HP/power filters as a % of max
Posted By: Farmbuyer
This is a patch against 6.51 that I've been using for some time now. It changes the sliders for minimum thresholds for health/power gains from a static number to a percentage of the player's current maximum. The default of 500 is way too high for lowbie toons in Cata, and way way too low for endgame toons. I present it here as a...
File: DoTimer12-13-10
profile switching
Posted By: Farmbuyer
What are the chances of getting a slash command implemented to do profile switching? Or arguments to the existing /dotimer command to do that? I looked into this, once, a long time ago when you were on vacation from the game. I don't remember why I stopped, all I remember is getting lost in the modules.
File: Gymnast Tooltips11-18-10
Originally posted by AnrDaemon It...
Posted By: Farmbuyer
Originally posted by AnrDaemon It was bragging. Useless one. If you could provide a fix, why didn't you? You was busy shaking your handful of addons. You realize I didn't write any of those addons? Why would I "brag" about downloading other people's working code? Are you certain you know what that word means? Some polite adv...
File: Gymnast Tooltips11-17-10
Originally posted by AnrDaemon Do...
Posted By: Farmbuyer
Originally posted by AnrDaemon Don't trust me? Ask someone you trust, then, but don't brag with amount of your addons, it makes no sense whatsoever. It's not bragging, it's pointing out that 187 other addons don't cause this problem. If you're not in the mood for bug reports, then never mind, I'll fix the code locally and won'...
File: Gymnast Tooltips11-16-10
Originally posted by AnrDaemon Ye...
Posted By: Farmbuyer
Originally posted by AnrDaemon Yet another fine example of "read before post" case. thei is Blizzard's own fault, nothing addon authors can do, besides a complete duplication of Blizzard UI code in every addon. Go back and complain to blizzard bug tracker. What? Blizzard don't have a bug tracker? Then you're out of luck. Exag...
File: DoTimer11-16-10
Hooking into options panel breaks other addons
Posted By: Farmbuyer
After running /dotimer to change some settings, I later clicked a button on an unrelated addon. Normally that button pops up the interface options for that addon; in fact, I've looked at its code and all it does is function Skada:OpenOptions() InterfaceOptionsFrame_OpenToCategory("Skada") end which is correct. This ti...
File: Clique10-18-10
Profile control
Posted By: Farmbuyer
This may have been requested already; I can't find a "search comments" anywhere. I'm a relatively new user of Clique, having used other methods of setting up clickcasting until the 4.0 patch hosed everything. :-) Could the profile management controls be expanded to allow copying an existing profile? Either cloning a profile to...
File: DoTimer10-14-10
Using 4.4.3, I get the same error t...
Posted By: Farmbuyer
Using 4.4.3, I get the same error that Korz reported a few posts down (before the 4.4.3 update). At the time I was applying a glyph that I had previously learned, but I've seen it before elsewhere. I've never been able to reproduce it at will.
File: Action Bar Saver10-13-10
Re: Not working in 4.0.1
Posted By: Farmbuyer
Originally posted by Mordh Or maybe the hack below works...anyone else tried it live, and is it the "<" lines that need deletion and replacement with the ">" lines? The style of text posted by fakeh is called a "diff", except it looks like he got the old and new reversed, and forgot to toggle context on. :-) I took his change...
File: PhoenixStyle10-04-10
Sindragosa reports
Posted By: Farmbuyer
It doesn't really make sense to report "Losers (top of Unchained Magic debuffs)". The players have no control over getting Unchained Magic; there's certainly no reason to call them losers. 'psiccbossfail118t' is the warning I'm referring to here. (Also, it looks like the code has been deliberately obfuscated, which is a violation...
File: DoTimer10-04-10
Re: PTR 4.01
Posted By: Farmbuyer
Originally posted by Voc Has anyone managed to get DoTimer working properly on PTR 4.01 (or even beta)? I heard something about spell IDs being completely changed or something. I'm not on the PTR but it wouldn't surprise me. Most of the code I've seen in DoTimer looks at spell ranks to adjust things like duration, and in Catac...
File: WowLua09-10-10
Re: Re: possible leftover dead code in FAIAP.lua
Posted By: Farmbuyer
Originally posted by Cladhaire My version of FAIAP is altered a bit to be local to WowLua only, or at least it used to be, but thanks! Is there an "official for library use" FAIAP out there somewhere? Some cursory searching didn't turn anything up. Right now I'm using a copy of the file from WowLua, ever so slightly edited t...
File: WowLua09-09-10
possible leftover dead code in FAIAP.lua
Posted By: Farmbuyer
Hi. At the top of FAIAP.lua is the line lib.revision = revision but the 'revision' on the RHS here resolves to a nil global. This doesn't seem to cause any problems, however, as the revision field being assigned to is never used anywhere else. I stumbled across this while looking into using FAIAP in one of my own addons,...
File: SmartAddonBlocker08-16-10
The list of ignored players should...
Posted By: Farmbuyer
The list of ignored players should be saved and restored across logins, and if the player is not in combat when logging in, then they should be unignored. Currently if the player gets disconnected during combat, the ignored people will permanently stay ignored unless the player happens to remember to unignore them all, by hand.
File: Shadowed Unit Frames07-21-10
Originally posted by Shadowed Far...
Posted By: Farmbuyer
Originally posted by Shadowed Farmbuyer: Oh, sorry. Forgot to mention that, it's how the header system works. All headers have two parts, the container frame and the actual unit frames. The unit frames aren't initialized until they are needed, but the container frame is always created. That's how it works with all headers thought....
File: Shadowed Unit Frames07-20-10
Originally posted by Shadowed Can...
Posted By: Farmbuyer
Originally posted by Shadowed Can you email me what you have to [email protected]? Enh, it's all of 10 lines, nothing worth looking at yet. :-) I'm working through just getting stuff to behave in the configuration screen, only just started getting actual functionailty implemented. (I timeslice working on addons, now it...
File: Shadowed Unit Frames07-15-10
Re: Re: writing modules for 3.2.12
Posted By: Farmbuyer
Originally posted by Shadowed Keep in mind, SUF only enables a module if it sees an entry for it in the units table. If you never added a default table for the party unit, you wouldn't ever see it enabled. Right, I found that out when I had originally added a default table for only the player unit for testing. The checkbox showed...
File: Shadowed Unit Frames07-14-10
writing modules for 3.2.12
Posted By: Farmbuyer
I'm trying to write a module or two, and having some problems figuring out when the event callbacks are used and what parameters are passed to them. The modules linked from the front page are usually outdated and not working, the github documentation is kinda sparse and has no examples, and reverse-engineering the existing code in m...
File: DoTimer04-03-10
Error in 4.4.1
Posted By: Farmbuyer
Made a new profile. Then using the dropdown profile menu, went under "Default" and selected "Copy Settings". It failed to copy anything, with this error: 1x DoTimer-4.4.1\Core\AsheylaLib.lua:63: attempt to index local 'workspace' (a boolean value) DoTimer_Options\dotimer.lua:1274: in function `func' Interface\FrameXML\UIDropDo...
File: DoTimerFanFix10-13-09
I have a working-for-me fix for the...
Posted By: Farmbuyer
I have a working-for-me fix for the profile copying bug, formally noted as Ticket 16: http://wow.curseforge.com/addons/do-timer/tickets/16-error-when-copying-profiles/ So there's another patch that could potentially be added to this collection.