Results: 57Comments by: Brimm
File: MyThreat03-06-09
Tank mode is a mode that, instead o...
Posted By: Brimm
Tank mode is a mode that, instead of comparing YOUR threat to the current tank's will compare YOUR threat to the highest other player in your group/raid on the mob's threat list. It's useful for tanks that wish to know how much of a threat lead they have. If you want a uniform color you can set all the thresholds to 0 (this should...
File: MyDPS01-18-09
Originally posted by ßlink this a...
Posted By: Brimm
Originally posted by ßlink this addon does not work. it shows up on the addon select screen but does absolutly nothing. i would love to use it as a lightweight dps meter but i cannot. plz fix and if anyone can post something similar to this plz post here or pm me. thanks -ßlink If you would have taken the time to read the...
File: MyDPS01-14-09
Aha! Found an issue - quick fix-aro...
Posted By: Brimm
Aha! Found an issue - quick fix-around for now is to reload your UI. I'm working on a fix :) Fix is now available for download!
File: MyThreat01-08-09
You can manually change the font by...
Posted By: Brimm
You can manually change the font by directly calling any of the frame objects: MyThreat_ThreatFrameThreatDiff:SetFont("YourFontPathHere"); MyThreat_ThreatFrameThreatPercDiff:SetFont("YourFontPathHere"); MyThreat_ThreatFrameThreatPlayerName:SetFont("YourFontPathHere"); There are no plans at this time to add an option to change...
File: MyThreat12-31-08
The way this addon works there is n...
Posted By: Brimm
The way this addon works there is no way this would be possible as technical limitations with the Blizzard API prevent this from being easy to do. Even addons such as Omen can only try to "guesstimate" a healer's aggro on all mobs. Sorry Ault :(
File: MutilatePoints12-21-08
Do you have the person you are heal...
Posted By: Brimm
Do you have the person you are healing targetted? When you DPS on Malygos, you are building combos on him (Malygos). When you heal on Malygos, you are building combos on whoever you are healing. You will only see the combo points if you have the target of your heals targetted (it will also wipe any combos you have on other target...
File: MutilatePoints12-16-08
Good catch- I've already made the m...
Posted By: Brimm
Good catch- I've already made the modifications but I want to test them before posting an updated version. Expect it sometime tonight :)
File: MutilatePoints12-06-08
Actually it was changed in version...
Posted By: Brimm
Actually it was changed in version 1.2 (few days ago) so it should be available if you download it now.
File: MutilatePoints12-02-08
I simply changed to using the Textu...
Posted By: Brimm
I simply changed to using the Texture file, that should make it function in all clients and won't require a localization for all languages :)
File: MutilatePoints11-27-08
Yeah, the addon is not localized......
Posted By: Brimm
Yeah, the addon is not localized... sorry :( I'll see about getting it done in the near future. I quickly changed from using the name to determine the stacks to using the texture so the addon should now work in all locales!
File: MyThreat11-10-08
I was unaware that you could actual...
Posted By: Brimm
I was unaware that you could actually set multiple main tanks in the default UI (I knew you could set one, just not multiple). I'll see about adding that feature in a future release. Also, the description has been altered to properly reflect the addon's behavior.
File: MyThreat11-08-08
It already "sticks" to the current...
Posted By: Brimm
It already "sticks" to the current tank regardless of target (I introduced that behavior when the Blizzard API opened up since it can tell us who is actually tanking the target). Also, the problem with setting up the focus list from the "MT list" is that there is no built-in MT list in the WoW UI. There is simply *one* MT. As such...
File: MyThreat10-29-08
Version 1.3.3 fixes the Tank mode i...
Posted By: Brimm
Version 1.3.3 fixes the Tank mode issues. Sorry it took so long to get this one out but I've been putting a lot of effort into getting Loremaster :)
File: MyThreat10-21-08
It has come to my attention that th...
Posted By: Brimm
It has come to my attention that there are fairly major issues with Tank mode, so I'll be taking a look at that today and will likely be posting a fixed version soon after.
File: MyThreat10-20-08
Originally posted by Bebe4659 I k...
Posted By: Brimm
Originally posted by Bebe4659 I keep getting this error: You're using an outdated version. The new versions no longer use the Threat-2.0 library. Upgrade to the latest version (and make sure you delete the MyThreat folder before doing so).
File: MyThreat10-16-08
The Focus Mode issue should now be...
Posted By: Brimm
The Focus Mode issue should now be fixed - let me know if you run into any other small quirks.
File: MyThreat10-15-08
There's a known issue with the focu...
Posted By: Brimm
There's a known issue with the focus mode simply not working - I'm trying to get a fix to that and should have one in the works "shortly".
File: MyThreat10-12-08
Unless I'm mistaken, LDB is an impl...
Posted By: Brimm
Unless I'm mistaken, LDB is an implementation that allows to detach addon data from the addon GUI - thus allowing any GUI to display the addon's data. MyThreat is already just that - a GUI for Threat-2.0. It would be pretty dumb to push the same data to LDB. That being said, there is likely already a Threat-2.0-to-LDB addon somewh...
File: MyThreat05-22-08
The display (bar instead of text) i...
Posted By: Brimm
The display (bar instead of text) is a change that will likely never see the light of day. I put numeric values simply because it's easier to deal with (>2k threat - I can handle a crit SS right now). If you're not finding the visual cues (colors) indication enough, I suggest tweaking the relative and absolute values for the colors t...
File: MyThreat04-06-08
The joys of externals. One day I'll...
Posted By: Brimm
The joys of externals. One day I'll get them right. Should be fixed once this version gets approved.
File: MyThreat04-01-08
If the addon is appearing with a wh...
Posted By: Brimm
If the addon is appearing with a white background and isn't showing values it's because it crashed on initialization. Now *why* it did that is a pretty hard nut to crack. I haven't done any code changes to the AddOn since last Tuesday (well, aside from adding Omen to the OptionalDeps) so I'd be very surprised if that was what is caus...
File: MyThreat03-31-08
There were a few versions posted si...
Posted By: Brimm
There were a few versions posted since 2.4 but the current one should work quite well.
File: MyThreat03-25-08
Updated again, fixed externals this...
Posted By: Brimm
Updated again, fixed externals this time. Should work fine now (does for me and a few guildies).
File: MyThreat03-25-08
I've ported the AddOn to both Ace3...
Posted By: Brimm
I've ported the AddOn to both Ace3 and Threat-2.0. I've also removed the "time to gain" and shrunk the window accordingly.
File: MyThreat03-15-08
Remove any lines in the .lua file t...
Posted By: Brimm
Remove any lines in the .lua file that reference the removed label. This should fix your problems (basically, all lines from 259 to 286 in MyThreat.lua). I'll probably eventually remove the "time to gain" entirely since it's a somewhat useless statistic to have (or, at any rate, add the possibility to toggle it off). I don't expec...