Download
(4Kb)
Download
Updated: 05-21-09 03:38 PM
Pictures
File Info
Updated:05-21-09 03:38 PM
Created:03-16-09 03:54 AM
Downloads:1,640
Favorites:2
MD5:

AlarmHUDraidlist

Version: 2.2
by: lab1702 [More]

======================================
AlarmHUDraidlist 2.2 by Kloo @ Malygos
======================================


Show a simple list of names of raid members below the PlayerFrame when in a raid.
This is NOT a raid frame addon, you can not click the names or otherwise interact with it.
It's only there to give a quick overview of who's in the raid, or for classes that don't need
full raid frames (such as mages with Decursive).
Also shows a summary of network and FPS stats, total members in raid,
how many of your tier type and how many of your class, and as percent of total raid.
An overall raid status bar shows percentage of raid are dead, ghost, afk or offline.

Any player out of range from you will have "---" before the name.
After the name can be some extra text:
LEAD = Raid Leader
ASST = Assistant
LOOT = Master Looter
AFK
DEAD
GHOST
OFFLINE
Mage specific:
***INT*** = Missing int buff
FM:number = Minutes left on Focus Magic
Druid specific:
***MARK*** = Missing motw/gotw

These lines are colored by class.
Net and FPS stats line is colored by latency same as Game Menu button,
except 600-900ms latency is orange and over 900 is red.

1.0 - Initial release, not actually posted anywhere.
1.1 - Sort the list by tier type, then by class.
Color tier types in different shades of gray, color names by class.
1.2 - Added summary line. Simplified list.
1.3 - Fixed a bug when disconnecting and logging back in.
Please note, the list is not updated if you do /console reloadui.
It will update the next time the list changes in any way, or someone
disconnects/reconnects.
Added tags for leader, assistant and master looter.
Show offline players grayed out instead of with text tag.
1.4 - Fixed sorting... not sure how I bungled that up!
1.5 - Changed how it updates. Now uses OnUpdate and updates about 3 times per second.
Show dead raid members using the default red text color.
Dim names of people out of range from you.
Also show your tier and class count as percent of total raid count.
1.6 - Got rid of transparency and non-class colors. Show dead/ghost/out of range/offline with text.
Added network and fps info at the top.
1.7 - TOC bump for 3.1.
1.8 - Show FM:number when a raid member has focus magic. Number is time left in minutes.
1.9 - Only show FM if your class is mage.
Also if your class is mage, show when someone is missing an INT buff, or when their INT buff
has less than 15 minutes left. This functionality will most likely be expanded to
other classes' buffs at some later time.
2.0 - Don't show buff timers except on Focus Magic.
If your class is druid, show mark/gift of the wild buff.
Show an overall raid status bar that is green when everyone is alive and turns more red the
more people are dead/ghost/afk/offline.
2.1 - Fixed a small bug where dead people would be counted more than once.
2.2 - Restored colorizing dead and offline players the same way as the raid window.
Fixed object name of netinfo text.
Optional Files (0)


Post A Reply Comment Options
Unread 11-10-09, 07:34 AM  
lodewijk
A Deviate Faerie Dragon

Forum posts: 13
File comments: 120
Uploads: 0
i have been looking for an addon like this for a long time and thanks to the helpful people on the forums i now found this.

having used it in battlegrounds and toc10 today i have a few requests that would make it THE raidaddon for me (and perhaps even more people that dont need all the extra stuff other addons give):
* out of range players displayed in dimmed color in stead of "---" in front of their name.
* display of the 3 statlines on top optional
* sorting by group instead of class (with optional groupheader)
* choice of font and fontsize (+ optional outline?)
* moveable!

i'm sure most of this could be done in the .lua file but i have no knowledge at all of that, besides i noticed there are no comments on the code so i have no clue where to start looking in the first place.
Report comment to moderator  
Reply With Quote
Unread 05-01-09, 05:39 PM  
Lonny
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by lab1702
I learn best by reading code, and most unit frame addons do so much that it's hard to find the crucial bits of code to make raid frames... When I find that, I'll probably make them raid frames that look exactly like they do now.
I'm not using the addon myself but here is a fairly simple demonstration.

Code:
local button = CreateFrame("Button", nil, frame, "SecureUnitButtonTemplate")
button:SetAttribute("*type1", "target")
button:SetAttribute("unit", unitid)
unitid - Any unitid ("player", "target", ...)

UnitId
http://www.wowwiki.com/UnitId

I advise you to check the following sources to get a better understanding of the basics and the subject as a whole.

Secure Execution and Tainting
http://www.wowwiki.com/Secure_Execution_and_Tainting

SecureActionButtonTemplate
http://www.wowwiki.com/Secure_frames_overview

Intro to the Secure Handlers
http://forums.worldofwarcraft.com/th...62847431&sid=1

Hope it helps.
Last edited by : 05-01-09 at 05:45 PM.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 04-23-09, 03:36 PM  
lab1702
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 12
Uploads: 11
Originally posted by Exaeliter
I really like this, gives you an essential overview of the raid without using too much space. Perfect for people like me, the kind that doesn't want their widescreen spamed with 3000 different frames.

But even though it might not be intended to be a (real) raid frame addon, maybe you should consider an option that makes clicks on player names targeting them. It wouldn't have to be standard, but I kinda... miss that here.
I learn best by reading code, and most unit frame addons do so much that it's hard to find the crucial bits of code to make raid frames... When I find that, I'll probably make them raid frames that look exactly like they do now.
Report comment to moderator  
Reply With Quote
Unread 04-21-09, 06:19 PM  
Exaeliter
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
I really like this, gives you an essential overview of the raid without using too much space. Perfect for people like me, the kind that doesn't want their widescreen spamed with 3000 different frames.

But even though it might not be intended to be a (real) raid frame addon, maybe you should consider an option that makes clicks on player names targeting them. It wouldn't have to be standard, but I kinda... miss that here.
Last edited by Exaeliter : 04-21-09 at 06:22 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: