Download
(7Kb)
Download
Updated: 10-27-16 12:35 PM
Pictures
File Info
Compatibility:
Return to Karazhan (7.1.5)
Updated:10-27-16 12:35 PM
Created:01-18-11 06:13 PM
Downloads:11,573
Favorites:65
MD5:

rThreat  Popular! (More than 5000 hits)

Version: 710.20161027
by: zork [More]


Intro

rThreat will display a simple threat table.
Requires
rLib
Git
https://github.com/zorker/rothui/tre...wow7.0/rThreat

Optional Files (0)


Post A Reply Comment Options
Unread 11-13-12, 09:59 AM  
Wakez
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Any reason other players bars get colored green (apart from my own)? As opposed to class colored as shown in the addon description.

Edit: Another wierd thing is it displays a threat meter when im doing world pvp. Any way to make it hide when there's an enemy player targeted?
Last edited by Wakez : 11-13-12 at 10:07 AM.
Report comment to moderator  
Reply With Quote
Unread 10-13-12, 12:18 PM  
veri00
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Unfortunately this is not hiding ooc for me. Tried changing the value to false and back to true but it didn't do anything.
Report comment to moderator  
Reply With Quote
Unread 09-21-12, 01:50 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Beta is over. rThreat got updated for MoP. Have fun.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 01:35 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: UI

That is Roth UI. There is already an updated version for patch 5.0.4 and MoP Beta. http://www.wowinterface.com/download...UIMoPBeta.html
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 09-12-12 at 01:36 AM.
Report comment to moderator  
Reply With Quote
Unread 09-11-12, 10:30 PM  
devilsdawg2004
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
UI

i really like your interfact with the boss in the middle and everyone up top. can you send me a link to those addons?
Report comment to moderator  
Reply With Quote
Unread 03-26-12, 11:37 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
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.
| WoWI AddOns | GitHub | Zork (WoW)

"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.
Report comment to moderator  
Reply With Quote
Unread 03-26-12, 10:36 AM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
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.
Report comment to moderator  
Reply With Quote
Unread 03-04-12, 10:24 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Added it but used the type information from GetInstanceInfo().
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 03-05-12 at 03:09 AM.
Report comment to moderator  
Reply With Quote
Unread 03-04-12, 09: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.
Report comment to moderator  
Reply With Quote
Unread 12-22-11, 01:50 PM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
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.
Report comment to moderator  
Reply With Quote
Unread 12-22-11, 11:36 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
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.
| WoWI AddOns | GitHub | Zork (WoW)

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

Forum posts: 3
File comments: 90
Uploads: 2
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!
Report comment to moderator  
Reply With Quote
Unread 06-17-11, 09:33 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Try it and decide yourself.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 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?
Report comment to moderator  
Reply With Quote
Unread 05-05-11, 03:34 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
No, it just displays the threat numbers returned by the WoW API. No further calculations are done.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: