Results: 6Comments by: Kolthor
File: BLPConverter05-23-10
ERROR: BLP 'alphaBitDepth' field an unrecognized value (4).
Posted By: Kolthor
I just made a batch script to convert every single .blp currently (patch 3.3.3a) in the Blizzard Interface Art folder generated by the AddOn Kit. There are 13,849 blp's, and I ran the BLPConverter once for each file, using verbose logging to a file. It resulted in 13,574 png's, meaning that 275 files weren't converted. I checked the...
File: Tank Buddy01-14-07
KnightDemons: I am currently looki...
Posted By: Kolthor
KnightDemons: I am currently looking for a way to incorporate failed Righteous Defense's into Tank Buddy as well, however, it's not as straight forward as a normal taunt, since Righteous Defense is an AoE-spell, working on up to 3 enemy's hitting on your friendly target. I don't want to have it spam the channels with three messages...
File: Tank Buddy01-02-07
Re: Bugs - Getting disconnected
Posted By: Kolthor
Vangard: Strange.. What locale is your client? Are you using any custom channels? Have you tried deleting TankBuddy.lua and Tankbuddy.lua.bak in "\WTF\Account\\SavedVariables\"?
File: Tank Buddy12-11-06
After I wrote that reply, I began t...
Posted By: Kolthor
After I wrote that reply, I began to do some research. It seems like Blizzard did add some new events in 2.0, and it is actually possible with the new event UNIT_SPELLCAST_SUCCEEDED. I've added support for Challenging Shout (Warrior) and Challenging Roar (Druid) in the 2.0.3 version.
File: Tank Buddy12-11-06
Originally posted by stampy-ex .....
Posted By: Kolthor
Originally posted by stampy-ex ..would it be possible to add challenging shout to the monitored skills?.. I had the same Idea when I was making this, and I spent a lot of time figuring out how to do it, but I discarded it in the end, because no event is triggered when you use that ability.. Whenever you use one of the other abi...
File: Tank Buddy12-10-06
I've had the same conflict problem...
Posted By: Kolthor
I've had the same conflict problem with CTRA and xPerl raid frames. I didn't know it was Tank Buddy at the time, but when I fixed a bug that produced errors when using several Blizzard slash-commands (/target, /use, /cast etc.), this was solved as well. I was using a function called strsplit, to split the text in the custom channels...