Download
(2Kb)
Download
Updated: 11-23-11 08:05 PM
Pictures
File Info
Updated:11-23-11 08:05 PM
Created:02-20-10 09:52 PM
Downloads:6,238
Favorites:17
MD5:

oUF RaidDebuffs  Popular! (More than 5000 hits)

Version: 40200.2
by: yleaf [More]

Raid debuff mod for oUF!

The plugin shows debuff as icon on your raid frames (like GridStatusRaidDebuff does). It scans the debuff by name/id or debuff type. Debuff data must be provide by the layout (or copy from others). So this addon don't need to be updated frequently.

Since the rewrite, the new version is easier to use than the old one. If you find any problems just leave a comment.

My setup: https://github.com/yaroot/oUF_leaf/blob/master/layout/raid.lua
Git repo: https://github.com/yaroot/oUF_RaidDebuffs

40200.2
.icon is not required
.SetDebuffTypeColor instead of .SetBackdropColor

40200.1
Major rewrite, you might have to change some settings.
Beta Files (2)
File Name
Version
Hits
Size
Author
Date
40200.2
1,012
2kB
yleaf
11-23-11 07:56 PM
40200.1
1,005
2kB
yleaf
11-23-11 05:12 AM


Optional Files (0)


Post A Reply Comment Options
Unread 03-25-10, 12:48 AM  
Kurtz
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by yleaf
@Kurtz & @McBloed
I don't want to maintain the debuff data, so you have to put those debuff names in the settings yourself. It's not that complicated.
But I wrote in ouf_RaidDebuff.lua line 12, it didn't work. no error message.
Last edited by Kurtz : 03-25-10 at 12:49 AM.
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 06:39 AM  
McBloed
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 33
Uploads: 1
Originally posted by yleaf
@Kurtz & @McBloed
I don't want to maintain the debuff data, so you have to put those debuff names in the settings yourself. It's not that complicated.
ok, thx. I tried a littlebit. how should i say, i have stolen the spell ids from http://wow.curse.com/downloads/wow-addons/details/grid-status-raid-debuff.aspx , modified the debuff luas and made a new .lua for every raid in the oUF_RaidDebuffs folder, like the original.

The new luas are like this:

Code:
local _, ns = ...
local ORD = ns.oUF_RaidDebuffs or oUF_RaidDebuffs

if not ORD then return end

-- these are defaults
ORD.ShowDispelableDebuff = true
ORD.FilterDispellableDebuff = true
ORD.MatchBySpellName = false -- false: matching by spellID
ORD.SHAMAN_CAN_DECURSE = true


local debuff_data = {
--Koralon	
67332, --Flaming Cinder

--Toravon
71993, --Frozen Mallet
72098, --Frostbite
72104, --Freezing Ground
	
}


ORD:RegisterDebuffs(debuff_data)
i hope it works with more than one lua file, atm not tested, but no lua-error at login^^

More infos after the raid today.
Last edited by McBloed : 03-24-10 at 06:45 AM.
Report comment to moderator  
Reply With Quote
Unread 03-24-10, 01:16 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
@Kurtz & @McBloed
I don't want to maintain the debuff data, so you have to put those debuff names in the settings yourself. It's not that complicated.
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 11:30 AM  
McBloed
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 33
Uploads: 1
ok, i think its working now.

next question : is there a way to see importent raiddefuffs without adding them all manuell?? with my Priest i see all dispellabel spells, but no important debuffs like "Impaled" at the 1st boss in icc
Last edited by McBloed : 03-23-10 at 08:27 PM.
Report comment to moderator  
Reply With Quote
Unread 03-23-10, 09:13 AM  
Kurtz
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Thx for nice addon :)

but I can't understand this text-

'You need a config file (): '

I want to show important raid debuffs icon.
What should I do?
(I can show 'magic' debuff, when My character is prist)
(Sorry, I'm poor at english.)
Last edited by Kurtz : 03-23-10 at 09:15 AM.
Report comment to moderator  
Reply With Quote
Unread 02-27-10, 03:46 PM  
Guardix
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 114
Uploads: 3
OmniCC does a perfect job by default, so I wonder why you aren't using it already. You can simply wipe the time-fontstring and its onupdate script and replace it with a single cooldown frame.
Last edited by Guardix : 02-27-10 at 03:50 PM.
Report comment to moderator  
Reply With Quote
Unread 02-22-10, 10:38 AM  
Durandal133
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Is the picture of raid status available as a layout?
Report comment to moderator  
Reply With Quote
Unread 02-22-10, 10:32 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Originally posted by yleaf
Nope. You need to remove the built-in debuff filter first and add support for this plugin.
Or use the built-in debuff filter since, both do exactly the same thing.
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 05:22 PM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
Originally posted by richerich
huh? ...

I mean i wondered if you could use this in conjunction to grid-lookalike oUF layouts that already had a debuff-filter in them.
Nope. You need to remove the built-in debuff filter first and add support for this plugin.
Last edited by yleaf : 02-21-10 at 05:39 PM.
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 09:19 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by yleaf
Could you upload the file somewhere? So I can see what's wrong
huh? ...

I mean i wondered if you could use this in conjunction to grid-lookalike oUF layouts that already had a debuff-filter in them.
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 07:11 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
Originally posted by richerich
I take it it's usable on grid-lookalike oUF layouts, like oUF_Freebgrid?
Could you upload the file somewhere? So I can see what's wrong
Last edited by yleaf : 02-21-10 at 07:24 AM.
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 07:09 AM  
yleaf
A Kobold Labourer
 
yleaf's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 50
Uploads: 13
Originally posted by Nuke_
What is bad in identifying debuffs by id, is that there are different id's for same debuff on different difficulties, 10m,25m, 10m heroic,25m heroic.

Name-identification works much better. Though it requires i18n.
I'll add the spell name identification support and make it default.
Can you help me testing it?
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 07:00 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
I take it it's usable on grid-lookalike oUF layouts, like oUF_Freebgrid?
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 06:35 AM  
Nuke_
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
What is bad in identifying debuffs by id, is that there are different id's for same debuff on different difficulties, 10m,25m, 10m heroic,25m heroic.

Name-identification works much better. Though it requires i18n.
Report comment to moderator  
Reply With Quote
Unread 02-21-10, 05:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Awesome. Marked for further interest.
__________________
| 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: