Results: 69Comments by: nikkodemus
File: BuffEnough06-07-08
Big updated uploaded. Let me know i...
Posted By: nikkodemus
Big updated uploaded. Let me know if there are any issues.
File: BuffEnough06-06-08
Votre anglais est bien meilleur que...
Posted By: nikkodemus
Votre anglais est bien meilleur que mon français. ;) You don't have to make it work. If you are inclined, you can go ahead and just send me the translated strings for the English in that file and I'll put it into the right format and file for the addon.
File: BuffEnough06-05-08
Originally posted by Bifidus I tr...
Posted By: nikkodemus
Originally posted by Bifidus I try again, with this file, but no sucess (first time i let "enUS" inside, with same result). My total lack of knowledge about coding don't help a lot, i'm afraid. Tell you what. If you feel inclined to do the translations, I'll make sure it gets integrated properly into the addon. Appreciate the...
File: BuffEnough06-05-08
Originally posted by Bifidus So,...
Posted By: nikkodemus
Originally posted by Bifidus So, i try to translate different things in the "buff" part of Locale-enUS.lua (just a test with "Battle Elixir" translate to "Elixir de bataille", and "of Shattrath" to "de Shattrath"). But nothing change. You'll want to put your translations into a separate file called Locale-frFR.lua in the same L...
File: BuffEnough06-04-08
Hrm, that's strange. I just checked...
Posted By: nikkodemus
Hrm, that's strange. I just checked it on my warlock. When I took his phase shift off and turns the auto-cast off, and triggered a manual check, it properly detected it...
File: BuffEnough06-04-08
Yep, that's a good suggestion, some...
Posted By: nikkodemus
Yep, that's a good suggestion, something I'll probably do. But the different APIs was just one example of the complication. There's also tracking a separate power type, and potentially additional configuration for different prioritization of paladin buffs. It's not impossible, just a bit more implementation work than one might think....
File: BuffEnough06-04-08
Originally posted by Footrot Unit...
Posted By: nikkodemus
Originally posted by Footrot UnitBuff() works fine on both pets and players, doesn't it? It works only in a limited fashion. UnitBuff() does not, for example, provide any duration/remaining time information for buffs that are on you ("player"), but which you did not cast. For that, you need to use GetPlayerBuffTimeLeft(), and l...
File: BuffEnough06-04-08
Stupid typo is stupid. Sorry about...
Posted By: nikkodemus
Stupid typo is stupid. Sorry about that, that's what I get for checking stuff in at 2 AM. I uploaded a fixed version here; I'll check in the fix to the wowace SVN when I get home from work. @Bifidus: Yes, this thread is good for bug reports, feature requests, name calling, whatever. I try to check it as often as I can. @Footro...
File: BuffEnough06-03-08
Thanks Bifidus! Most of the buff...
Posted By: nikkodemus
Thanks Bifidus! Most of the buffs that BuffEnough scans are already localized by virtue of the in-game API, but a few require translation. In the addon directory under Locales, there is a file called Locale-enUS that contains the english strings used by the addon. If you can translate those into French, I'll be happy to include yo...
File: BuffEnough05-29-08
@thegriffgeeks: Yeah, there appear...
Posted By: nikkodemus
@thegriffgeeks: Yeah, there appears to be an issue with elixirs. I'll take a look at that and get a fix in the next day or two. @Phanx: The windfury error should be fixed in the latest revision. The Song of Victory buff is something my guild noticed as well. I'll get a fix for that in the next revision, hopefully.
File: BuffEnough05-27-08
@jbutler9: You're in luck, because...
Posted By: nikkodemus
@jbutler9: You're in luck, because BuffEnough does all of that out of the box. Let me know if you're seeing a specific problem with that behavior.
File: BuffEnough05-27-08
Thank you, Phanx, for taking the ti...
Posted By: nikkodemus
Thank you, Phanx, for taking the time to take a look at my addon. I've implemented the changes you suggested and uploaded the latest revision. If anyone else is so inclined, I'm always appreciative of code reviews, since I'm still getting my feet wet with this addon and I may not be up to speed on all the best practices for Ace3 libr...
File: BuffEnough05-25-08
Re: Hmmmm, I need some help
Posted By: nikkodemus
Originally posted by jbutler9 is there any way to be able to add a tab that allows someone to check off the specific buffs that they want for their character? Right now, I get the red screen, and when i left click, it doesn't report to me which buffs I am missing and if I right click, it says all buffs accounted for though at the t...
File: BuffEnough05-25-08
That should be fixed in the newest...
Posted By: nikkodemus
That should be fixed in the newest update, Balsta. Also, this addon is now available in the wowace SVN for those of you that would prefer to download it that way, or download it without the externals.
File: BuffEnough05-24-08
Updated Uploaded
Posted By: nikkodemus
Do let me know if issues persist.
File: BuffEnough05-24-08
Thanks for the hint, Phanx. I'm a r...
Posted By: nikkodemus
Thanks for the hint, Phanx. I'm a relative Ace3 newbie (this addon actually began as just me experimenting with the Ace3 framework and messing around) so I wasn't sure what might be going wrong. Zidomo, I'll see if I can get that issue cleared up with my next update, which will be in a day or two. I've added some additional stuff...
File: BuffEnough05-22-08
I put Thorns on my to do list to "f...
Posted By: nikkodemus
I put Thorns on my to do list to "figure out". Also updated with a few more features and some bug fixes. Thanks to everyone who's been providing feedback, much appreciated!
File: BuffEnough05-21-08
Originally posted by Zidomo This...
Posted By: nikkodemus
Originally posted by Zidomo This doesn't load properly with disembbeded libraries. Typically happens when the needed libraries are not actually present. But I do extensive testing of mods and for sure have the needed libraries loading standalone, rarely/if ever have encountered this. LibSharedMedia-3.0 & SharedMedia are loading...
File: BuffEnough05-21-08
Thanks for the feedback, Footrot!...
Posted By: nikkodemus
Thanks for the feedback, Footrot! BuffEnough will auto-check on certain events - buffs coming up or down, raid members changing, etc. But it doesn't just constantly check (to save CPU like you mentioned). You can also manually do a check if you want to. In the update I just uploaded, I added the auto-check to trigger on ready chec...