It is the first released addon to intelligently, in an automagic way, know what buffs to check for.
This is incorrect, ZOMGBuffs did this way before RBS existed. But that's just a minor point. Have you considered talent checking like Scrub used to do and Debuff checking like Demon can? In case you don't know about it, here's the link for Scrub, I assume you already know about Demon:
Just so I don't have to dig up the link in my IRC logs later:
Quote from #curseforge »
[00:52] <sag_ich_nicht> argh
[00:52] <sag_ich_nicht> I made a transcript of the new boss
[00:52] <sag_ich_nicht> but forgot to deactivate transcriptor after he died
[00:52] <sag_ich_nicht> grrr
[00:53] <sag_ich_nicht> Funkeh` can you use that anyway? D:
[00:53] <+Funkeh`> i guess
[00:56] <sag_ich_nicht> there's an old log in the lua file too I just noticed, just ignore that one D:
[00:56] <sag_ich_nicht> Funkeh`: http://pastey.net/99681
[00:57] <+Funkeh`> if that's not an error, i don't want to read it
[00:57] * sag_ich_nicht sigh
[00:57] <sag_ich_nicht> fine
[00:57] <+Funkeh`> If you think i'm going to read a 20k line pastey of a transcript, you've got another thing coming :P
[00:57] <+Funkeh`> zip it somewhere
[00:59] <sag_ich_nicht> you could just copy paste it off pastey, but fine :P
[01:09] <sag_ich_nicht> http://www.uploadjockey.com/download/3014424/prince_tenris_mirkblood_transcript.zip knock yourself out Funkeh`, 179.1 is when the death event happened to save some time :P
I had posted somewhere how through some retarded coding I could reproduce this error 100% of the time. I'm not sure how it applies, but I should find a link.
Someone willing to think up a similar work around code for ZOMGBuffs + [URL=http://www.cosmosui.org/addons.php?info=TellTrack]TellTrack[/QUOTE]? 50% of the time they work together flawlessly when getting/sending whispers, 50% of the time TellTrack errors annoyingly bad, so there has to be some race condition.
It is a clear indicator that the code that calls lua at this point is buggy. As you can see, these errors occur in SetScript() or SetAttribute(), further proof that the bug is not at all in lua code, but in the C wrapping code.
I have never encountered this bug myself. It's quite possible that Blizzard never did either, and thus can't correct it.
Uhm, yeah. Except I sent Zootfizzle a crash dump from such a crash. See my post above. Maybe you could report this on the official forums. Maybe Slouken will hear more of it than Zootfizzle will.
Well if you could make it consistent for consistency's sake by copying all the relevant Elixirs to Consumable.Potion.Buff.Stat.* for now until we can kill it off in WotLK that'd be great. I'll try to move my Baggins config to Consumable.Cooldown.Potion.*(I assume something similar exists for Elixirs), but it's still kind of annoying. :P
I'm getting annoyed with my trade good bag opening and being empty needlessly eating up screen estate when I have no trade good items in my inventory atm.
Download PT3Browser and check the actual categories are they are listed in PeriodicTable. It's likely your problem is with Baggins, not with the PT library.
Nope, it's PT, I just checked, thanks for telling me about PT3Browser.
Elixir of Major Agility can be found in Consumable.Potion.Buff.Stat.Agility. All other Elixir of Major * and similar BC items (not pre-BC items tho) are found in Consumable.Buff Type.Battle (or Consumable.Buff Type.Guardian) and ONLY there(Elixir of Major Agiltiy is ALSO found in Consumable.Buff Type.Battle)
So either all other Elixir of Major * and similar are missing from Consumable.Potion.Buff.Stat.* OR most of the items in Consumable.Potion.Buff.Stat.* shouldn't be there in the first place since they all act as elixirs, not as potions.
Either way, something is clearly wrong here. Either add all the stuff that's in Consumable.Buff Type.* into the proper subsections of Consumable.Potion.Buff.Stat.* OR remove most of the stuff in Consumable.Potion.Buff.Stat.*. Either would resolve this inconsistency.
0
http://www.wowace.com/projects/project-14624/
0
0
0
The GPL can not be used in combination with such a license, i.e. the person using the GPL is not allowed to use it by the terms of the GPL.
0
I don't really care about the implications of this, but...
0
Annoying as hell.
0
0
0
0
0
0
0
I'm getting annoyed with my trade good bag opening and being empty needlessly eating up screen estate when I have no trade good items in my inventory atm.
0
0
Elixir of Major Agility can be found in Consumable.Potion.Buff.Stat.Agility. All other Elixir of Major * and similar BC items (not pre-BC items tho) are found in Consumable.Buff Type.Battle (or Consumable.Buff Type.Guardian) and ONLY there(Elixir of Major Agiltiy is ALSO found in Consumable.Buff Type.Battle)
So either all other Elixir of Major * and similar are missing from Consumable.Potion.Buff.Stat.* OR most of the items in Consumable.Potion.Buff.Stat.* shouldn't be there in the first place since they all act as elixirs, not as potions.
Either way, something is clearly wrong here. Either add all the stuff that's in Consumable.Buff Type.* into the proper subsections of Consumable.Potion.Buff.Stat.* OR remove most of the stuff in Consumable.Potion.Buff.Stat.*. Either would resolve this inconsistency.