Download
(103Kb)
Download
Updated: 08-09-10 02:06 AM
Pictures
File Info
Updated:08-09-10 02:06 AM
Created:05-14-09 11:24 AM
Downloads:3,878
Favorites:28
MD5:

iRaid

Version: 0040
by: Chiril [More]

----------------------
iRaid
----------------------

This small addon shows a simple text with some information about your raid. I made it because I am a DD and don't need big raid-frames. When you are not in a raid the text is hidden.
When you mouseover the text, a tooltip will pop up, that shows every member with it's health in percent, group number etc.

The tooltip is made like this:
- group-number in brackets, out of range coloring
- additional information: leader "(l)", assistant "(a)", master looter "(ml)", main tank "(mt)" and online/offline "off!" new!
- name in classcolors
- health-percent gradient coloring

There is a short config at the top in the iRaid.lua, where you can set the position and little things like that.

iRaid now works with OnEvent instead of OnUpdate. The performance is a lot better.

- 3.3 update
Post A Reply Comment Options
Unread 06-09-09, 02:58 PM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
LDB?

LDB support coming soon(tm)?
Report comment to moderator  
Reply With Quote
Unread 06-09-09, 01:07 PM  
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 146
Uploads: 26
Originally posted by syrupk
This addon is causing a drop in fps by 20 and lag. When I disable it, it goes away. Any idea why?
If I were to take a guess I would say this
Code:
collectgarbage("collect")
on update .

Also creating useless tables OnUpdate is never good.
Last edited by Slakah : 06-09-09 at 01:09 PM.
Report comment to moderator  
Reply With Quote
Unread 06-03-09, 12:15 PM  
syrupk
A Cliff Giant
 
syrupk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 71
File comments: 199
Uploads: 1
This addon is causing a drop in fps by 20 and lag. When I disable it, it goes away. Any idea why?
__________________
I guess my brain will never work right. At least I’m pretty.
Report comment to moderator  
Reply With Quote
Unread 05-23-09, 11:01 AM  
Gogusrl
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 74
Uploads: 1
could you add sorting by group in the tooltip ?
Report comment to moderator  
Reply With Quote
Unread 05-20-09, 06:41 AM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Re: Bug!

Originally posted by Attro
Great addon... great idea!

The tooltip doesn't always show the raid group... more often then not it's just says: //none
Yes, I just recognized this. I will update it with a fixed Version these Days.
Report comment to moderator  
Reply With Quote
Unread 05-19-09, 09:44 PM  
Attro
A Murloc Raider

Forum posts: 6
File comments: 25
Uploads: 0
Bug!

Great addon... great idea!

The tooltip doesn't always show the raid group... more often then not it's just says: //none
Report comment to moderator  
Reply With Quote
Unread 05-18-09, 11:07 PM  
Cowberty
A Murloc Raider

Forum posts: 8
File comments: 36
Uploads: 0
For whatever reason i still get a tiny bit of lag every few seconds when i have this addon enabled. It's not that much, but enough to be annoying.
Report comment to moderator  
Reply With Quote
Unread 05-17-09, 04:59 PM  
Shannae
A Murloc Raider
 
Shannae's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 39
Uploads: 1
I'll take this with me into Ulduar25 tomorrow and see how it performs. If everything goes well, I can finally get rid of the raid frames I've been using. (I'm the maintankadin, only reason I need to see the rest of my raid is to know if we're wiping or not. )
Report comment to moderator  
Reply With Quote
Unread 05-15-09, 06:24 AM  
Chiril
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 27
Uploads: 5
Originally posted by kraftman
try adding

self.lastUpdate = 0

to line 187
Thanks, I'll add this
(its my first addon with a onUpdate )

One Big Problem is that I can't test it in a real raid, only in bgs so i'm really glad to get feedback.
Last edited by Chiril : 05-15-09 at 07:06 AM.
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 08:15 PM  
SkunkWerks
A Fallenroot Satyr
 
SkunkWerks's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 239
Uploads: 1
Originally posted by lodewijk
would be even better if you could make it like a broker plugin tho
I second this.
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 06:52 PM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Originally posted by minotaurz1
Had the same problem, put this addon in my UI, log in Dalaran and down to 5 FPS, tried to find where to put this code, but im to stupid. Great idea tho and hope he fixes this.

open it up in notepad, and scroll right to the bottom, and put it just before the last two "end"'s. like this:


Code:
     self.lastUpdate = 0
     end
end)
Last edited by kraftman : 05-14-09 at 06:53 PM.
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 06:16 PM  
minotaurz1
A Murloc Raider
 
minotaurz1's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 6
File comments: 44
Uploads: 1
Originally posted by kraftman
try adding

self.lastUpdate = 0

to line 187
Had the same problem, put this addon in my UI, log in Dalaran and down to 5 FPS, tried to find where to put this code, but im to stupid. Great idea tho and hope he fixes this.
__________________
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 01:13 PM  
lodewijk
A Deviate Faerie Dragon

Forum posts: 13
File comments: 120
Uploads: 0
what can i say ... I LIKE IT!

would be even better if you could make it like a broker plugin tho
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 01:02 PM  
Vaihnae
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
<3 you Chiril
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 12:21 PM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Originally posted by Aschker
I do like this addon, the simplicity off it, theres just 1 thing: its a memory hog >_> Not in the sence that it uses the amount that recount uses after 10 hours of raiding, but my FPS drops from 80 to about 5 when in a raid
try adding

self.lastUpdate = 0

to line 187
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: