View Single Post
09-10-12, 07:49 AM   #4
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by p3lim
Take a look at how I do it in Symbiotic:
https://github.com/p3lim/Symbiotic/b...ic.lua#L95-113

I initate the request at line 70.
About the same method as TipTac uses.

Originally Posted by Dridzt View Post
Use LibGroupInSpecT I'd say so there's one point of failure for this type of task.
I like this. They did their homework on it. I was even considering a lot of what they already did with stale unit id information. Creating a mirror of this with more compact code would probably not be as accurate.

I'd still like to see if I could reproduce a lot of their stuff with perhaps just 'raid1-5' although including the library wouldn't be very heavy on the addon.
  Reply With Quote