Download
(11 Kb)
Download
Updated: 11-30-11 11:53 AM
Pictures
File Info
Tested:Hour of Twilight 4.3
Updated:11-30-11 11:53 AM
Created:01-18-11 05:13 PM
Downloads:4,302
Favorites:61
MD5:
This AddOn is 4.3 compatible
rThreat - Yet Another Threatmeter
Version: 40300.01
by: zork [More]

INTRO
This is my threat table mod. It displays a threat table.
FEATURES
- Stylish threat table with backdrop outer glow and border
- Border / Backdrop can be hidden
- Colors for title, backgrounds can be adjusted
- Number of rows tracked can be adjusted
- Displays values while solo, solo+pet, party and raid
- Table can be hidden out of combat
- Table can be hidden out of party/raid
- Title frame can be hidden
- Frame can be moved ingame
SLASH COMMAND
You can lock/unlock frames ingame. Use /rthreat in the chat for more.
MOVING
Frame can be moved around ingame.
MEDIA
The mod includes a media folder. Thus you can replace textures with your own if you like sth else.
CONFIG
Mod can be adjusted by editing the config.lua file. A lot of stuff can be adjusted there.
SVN
http://code.google.com/p/rothui/sour.../trunk/rThreat
4.005
- updated toc for patch 4.2

4.004
- frame becomes visible once unlocked. status before unlock is saved and frame will return to that status once locked.

4.003
- updated toc for patch 4.1

4.002a
- added rcolors to the package to prevent the error message

4.002
- added option to mark the player bar in red color
- added option to hide frame out of party
- added option to hide title
- fixed frame movement
- added slash command "/rthreat" for more

4.001
- initial release
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Author
Date
4.005
11kB
zork
06-29-11 04:20 PM
4.004
11kB
zork
04-30-11 09:45 AM
4.003
11kB
zork
04-29-11 10:20 AM
4.002a
11kB
zork
01-20-11 04:13 PM
4.002
11kB
zork
01-19-11 01:40 PM
4.001
10kB
zork
01-18-11 05:13 PM


Post A Reply Comment Options
Old 03-26-12, 11:37 AM  
zork
A Molten Giant
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 787
File comments: 2738
Uploads: 53
Edit the color values of SetStatusBarColor() and SetVertexColor() to whatever you like:
http://code.google.com/p/rothui/sour...t/core.lua#228
http://code.google.com/p/rothui/sour...t/core.lua#235
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 03-26-12 at 11:39 AM.
zork is offline Report comment to moderator  
Reply With Quote
Old 03-26-12, 10:36 AM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 49
Uploads: 1
Have a question for you Zork after I posted on aiDamagemeter (you may want to read it), but anyways...

Is there a way to have your threat meter do the following:

ALL bars are white, or a color of choice, yet the one who has threat is still colored red or better yet, a color of choice?

I dont mind having to strip some code.
Siannus is offline Report comment to moderator  
Reply With Quote
Old 03-04-12, 09:24 AM  
zork
A Molten Giant
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 787
File comments: 2738
Uploads: 53
Added it but used the type information from GetInstanceInfo().
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 03-05-12 at 02:09 AM.
zork is offline Report comment to moderator  
Reply With Quote
Old 03-04-12, 08:45 AM  
mirtio
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
For those of you who want to hide the threat meter in arena matches, open up core.lua and change line 224 from
Code:
if cfg.partyonly and (GetNumRaidMembers() + GetNumPartyMembers() == 0) then
to
Code:
if cfg.partyonly and (GetNumRaidMembers() + GetNumPartyMembers() == 0) or IsActiveBattlefieldArena() then
Maybe zork could add an option in config.lua.
mirtio is offline Report comment to moderator  
Reply With Quote
Old 12-22-11, 12:50 PM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 49
Uploads: 1
Originally Posted by zork
Find this
http://code.google.com/p/rothui/sour...t/core.lua#208
Make it
lua Code:
  1. for i=cfg.statusbars.count-1, 0, -1 do
Flippin' brillant.. Damn, goodbye forever to *cough* recount! My UI is complete. Thanks a bunch Zork.
Siannus is offline Report comment to moderator  
Reply With Quote
Old 12-22-11, 10:36 AM  
zork
A Molten Giant
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 787
File comments: 2738
Uploads: 53
Find this
http://code.google.com/p/rothui/sour...t/core.lua#208
Make it
lua Code:
  1. for i=cfg.statusbars.count-1, 0, -1 do
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 12-22-11 at 10:48 AM.
zork is offline Report comment to moderator  
Reply With Quote
Old 12-22-11, 10:26 AM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 49
Uploads: 1
Hey Zork, I love this meter, once I figured out how to remove certain backgrounds it flows seemlessly into my UI. But (yeah, a but), Im wondering if you can help me with something.

Im wanting the meter to grow from bottom to top instead of top to bottom. Is there anyway to do that? Doing so would be so freaking awesome. Thanks!
Siannus is offline Report comment to moderator  
Reply With Quote
Old 06-17-11, 09:33 AM  
zork
A Molten Giant
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 787
File comments: 2738
Uploads: 53
Try it and decide yourself.
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
zork is offline Report comment to moderator  
Reply With Quote
Old 06-17-11, 08:16 AM  
TehFurbolg
A Defias Bandit
 
TehFurbolg's Avatar

Forum posts: 3
File comments: 58
Uploads: 0
Originally posted by zork
No, it just displays the threat numbers returned by the WoW API. No further calculations are done.
Does this mean it's pretty lightweight due to just showing the numbers blizzard would otherwise show?
So it doesn't use a lot of memory/CPU?
TehFurbolg is offline Report comment to moderator  
Reply With Quote
Old 05-05-11, 03:34 AM  
zork
A Molten Giant
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 787
File comments: 2738
Uploads: 53
No, it just displays the threat numbers returned by the WoW API. No further calculations are done.
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
zork is offline Report comment to moderator  
Reply With Quote
Old 05-05-11, 03:09 AM  
EKE
A Defias Bandit

Forum posts: 3
File comments: 63
Uploads: 0
Can this addon Track and estimate temporary threat created by Tricks and Misdirect?
Just like omen, the part of misdirection on tank threat bar is gray, but omen use too much memory...
EKE is offline Report comment to moderator  
Reply With Quote
Old 04-30-11, 11:00 AM  
tenub
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations

Forum posts: 111
File comments: 64
Uploads: 4
Another configuration option that could be very useful to people is the option to have the bars grow up instead of down. It's not necessary, but it would make the addon much more robust. By the way, that was a very quick update on your part and I thank you for it.
tenub is offline Report comment to moderator  
Reply With Quote
Old 04-30-11, 09:41 AM  
zork
A Molten Giant
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 787
File comments: 2738
Uploads: 53
Good point. Added it.
__________________
| Simple is beautiful.
| Blog | Roth UI | Roth UI FAQ | GoogleCode | DevShots | TheBigOne | Guild | zorker.de

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
zork is offline Report comment to moderator  
Reply With Quote
Old 04-29-11, 07:07 PM  
tenub
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations

Forum posts: 111
File comments: 64
Uploads: 4
Can we please get an updated version so that we can have the frame still hidden out of combat or not in party/raid but with the ability to position / drag the frame to our liking without having to edit the config to always show the frame just to be able to position it then having to edit the config again to hide? I mean, there's minimal and then there's too minimal and this is the latter. I will still be using this over Omen regardless. It's just annoying to have to go through all that hassle just to reposition the frame.
Last edited by tenub : 04-29-11 at 07:09 PM.
tenub is offline Report comment to moderator  
Reply With Quote
Old 03-26-11, 01:30 PM  
boombeef
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
I see the config.lua option to disable (show = false) "backdrop shadow settings".

Should this be turning the shaded background off because it is not doing so right now? Just verifying.
boombeef is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: