Thread Tools Display Modes
08-17-12, 04:40 PM   #1
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
MoP Debuffs

As of build 15983

I just thought I'd list those here in case someone needs them for tracking purposes. You can get the spell IDs from the wowhead links. All of them are the actual debuff IDs (checked on beta)

Take a look at Ghostcrawler's post for the basics on debuffs design for MoP.

4 out of the 6 debuff categories are represented by a single debuff, that gets applied to the target by a trigger spell:
Weakened Armor
Physical Vulnerability
Weakened Blows
Mortal Wounds
Mortal Wounds is only triggered by Mortal Strike (Arms Warrior), Wild Strike (Fury Warrior) or Rising Sun Kick (Windwalker Monk). The other two spells that fall into this category do not trigger the category debuff but apply their own debuffs instead:
Widow Venom (any hunter)
Wound Poison (any rogue)
There is also an exception to the Weakened Blows category, that does not apply the category debuff and even has a greater effect (20% instead of 10%):
Curse of Enfeeblement (any warlock)
For the Magic Vulnerability and Slow Casting categories, debuffs are appied by trigger spells as follows:

Magic Vulnerability:
Master Poisoner (any rogue)
Curse of the Elements (any warlock)
Slow Casting:
Necrotic Strike (any death knight)
Mind-numbling Poison (any rogue)
Curse of Enfeeblement (any warlock)
And here the trigger spells by debuff category in case someone needs them:

Weakened Armor:
Faerie Fire (any druid)
Expose Armor (any rogue)
Sunder Armor (any warrior)
Physical Vulnerabilty:
Frost Fever (through Brittle Bones - frost death knight)
Blood Plague (through Ebon Plaguebringer - unholy death knight)
Judgement (retribution paladin)
Colossus Smash (arms or fury warrior)
Weakened Blows:
Blood Plague (through Scarlet Fever - blood death knight)
Thrash (guardian or feral druid)
Keg Smash (brewmaster monk)
Hammer of the Righteous (protection or retribution paladin)
Thunder Clap (protection warrior)
Earth Shock (any shaman)

Last edited by Rainrider : 09-05-12 at 08:01 PM.
 
08-27-12, 07:17 AM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Thanks for this! Saves me a lot of time.

This is the list with debuff IDs as I have it now:

Code:
-- Weakened Armor
[113746] = true,

-- Physical Vulnerability
[81326] = true,

-- Weakened Blows
[115798] = true,
[109466] = true, -- Curse of Enfeeblement

-- Mortal Wounds
[115804] = true,
[82654] = true, -- Widow Venom
[8680] = true, -- Wound Poison

-- Magic Vulnerability
[93068] = true, -- Master Poisoner
[1490] = true, -- Curse of the Elements

-- Slow Casting
[73975] = true, -- Necrotic Strike
[5760] = true, -- Mind-numbing Poison
[109466] = true, -- Curse of Enfeeblement
 
08-27-12, 09:09 AM   #3
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Thanks for posting this, a time saver for sure.
 
08-27-12, 09:20 AM   #4
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Awesome. Just finished rFilter3...this goes right onto the list.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
 
09-01-12, 07:47 AM   #5
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Wowhead also has an updated list, which also includes the different types of raid buffs.

http://www.wowhead.com/guide=1100
 
09-01-12, 12:34 PM   #6
zohar101
A Cyclonian
 
zohar101's Avatar
Join Date: Jan 2010
Posts: 43
Ah just came across this as I was looking for buff/debuff and raid CD lists for configuring mods.
Thank you for the list, saves me a lot of work.

Here's the raid + personal CD list I ended up assembling. A little too detailed for most but should include everything:
http://www.plusheal.com/forum/m/1833...raid-buff-list

Last edited by zohar101 : 09-01-12 at 10:02 PM.
 
09-04-12, 08:49 PM   #7
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
The wowhead guide is not that good as it gives the trigger spells' spell ids, which are not always the debuff ids. Some examples:
Wound Poison is listed there as 8679, which is the spell and buff id. The corresponding debuff id is 8680.
Mind-numbling Poison listed as 5761, which is the spell and buff id. Debuff id is 5760.
Master Poisoner's debuff id is 93068.

There are maybe others too, haven't checked them all yet. The links in my post have the correct debuff ids. As for the pet debuffs, you could trust the info in the guide as pet debuff ids are always the same as the spell id (at least I haven't found an exception to this yet).
 
09-05-12, 08:46 AM   #8
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
So, I tamed the debuff pets and checked the debuff ids in-game (apart from goats as I haven't leveled on beta yet). All but one are the same as the corresponding spell ids - Tailspin's debuff id is 90315, the spell id is 90314.
 
10-09-12, 02:30 AM   #9
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Normally you are fine. Only two problems can appear:

The spellname of the ability differs from the spellname of the debuff. That way tracking the spellid of the ability would result in a different spellname and thus in an insufficient UnitAura() match.

The other problem can occur if different auras are applied of the same name but different effects. This can only circumvented by testing the spellid return value of UnitAura() against the spellid used for GetSpellInfo().

There is one problem with auras of the same name though. At least if checking UnitAura with spellname+rank and not via index. If two auras of the same name are applied: which one will be returned?

Btw this is the buff list SacriRaidBuffed is using:

Food:
Lua Code:
  1. {104267, }
Flask:
Lua Code:
  1. {105693, 105689, 105691, 105694, 105696, }
Buffs:
Lua Code:
  1. stat        =   { 90363, 20217, 115921, 1126 },
  2.     stamina     =   { 469, 6307, 103127, 90364, 21562},
  3.     atkpwr      =   { 19506, 57330, 6673 },
  4.     atkspeed    =   { 55610, 113742, 30809, 128432, 128433 },
  5.     spllpwr     =   { 77747, 109773, 126309, 61316, 1459 },
  6.     spllhaste   =   { 24907, 15473, 51470, 49868 },
  7.     crit        =   { 17007, 1459, 61316, 116781, 97229, 24604, 90309, 126373, 126309 },
  8.     mastery     =   { 116956, 19740, 93435, 128997 },

Btw...we now got: http://www.wowpedia.org/API_Frame_RegisterUnitEvent

Which is pretty awesome for this kind of buff/debuff tracking.

Code:
frame:RegisterUnitEvent("UNIT_AURA", "unitId")
__________________
| 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 : 10-09-12 at 03:24 AM.
 
10-09-12, 03:57 AM   #10
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Buff list from wowhead:
Lua Code:
  1. -- BUFFS
  2.  
  3. -- +5% STR, AGI, INT
  4.  
  5. {
  6.   1126,       -- druid (mark of the wild)
  7.   115921,     -- monk (legacy of the emperor)
  8.   20217,      -- paladin (blessing of kings)
  9.   90363,      -- pet, spider (embrace of the shale spider)
  10. }
  11.  
  12. -- +10% STA
  13.  
  14. {
  15.   21562,      -- priest (power word: fortitude)
  16.   103127,     -- warlock (imp: blood pact)
  17.   469,        -- warrior (commanding shout)
  18.   90364,      -- pet, silithid (qiraji fortitude)
  19. }
  20.  
  21. -- +10% AP / RAP
  22.  
  23. {
  24.   57330,      -- deathknight (horn of winter)
  25.   19506,      -- hunter (trueshot aura)
  26.   6673,       -- warrior (battle shout)
  27. }
  28.  
  29. -- +10% SP
  30.  
  31. {
  32.   1459,       -- mage (arcane brilliance)
  33.   61316,      -- mage (dalaran brilliance)
  34.   77747,      -- shaman (burning wrath)
  35.   109773,     -- warlock (dark intent)
  36.   126309,     -- pet, waitstrider (still water)
  37. }
  38.  
  39. -- +10% melee+ranged haste
  40.  
  41. {
  42.   55610,      -- deathknight (unholy aura)
  43.   113742,     -- rogue (swiftblades cunning)
  44.   30809,      -- shaman (unleashed rage)
  45.   128432,     -- pet, hyena (cackling howl)
  46.   128433,     -- pet, serpent (serpents swiftness)
  47. }
  48.  
  49. -- +5% spell haste
  50.  
  51. {
  52.   24907,      -- druid (moonkin aura)
  53.   15473,      -- priest (shadowform)
  54.   51470,      -- shaman (elemental oath)
  55.   49868,      -- pet, sporebat (mind quickening)
  56. }
  57.  
  58. -- +5% crit
  59.  
  60. {
  61.   17007,      -- druid (leader of the pack)
  62.   1459,       -- mage (arcane brilliance)
  63.   61316,      -- mage (dalaran brilliance)
  64.   116781,     -- monk (legacy of the white tiger)
  65.   97229,      -- pet, hydra
  66.   24604,      -- pet, wolf
  67.   90309,      -- pet, devilsaur
  68.   126373,     -- pet, quillen
  69.   126309,     -- pet, waterstrider
  70. }
  71.  
  72. -- +3000 mastery
  73.  
  74. {
  75.   19740,      -- paladin (blessing of might)
  76.   116956,     -- shaman (grace of air)
  77.   93435,      -- pet, cat
  78.   128997,     -- pet, spirit beast
  79. }
  80.  
  81. -- 30% haste (burst)
  82.  
  83. {
  84.   80353,      -- paladin (time warp)
  85.   2825,       -- shaman (bloodlust)
  86.   32182,      -- shaman (heroism)
  87.   90355,      -- pet, core hound
  88. }

Debuff list:
Lua Code:
  1. -- DEBUFFS
  2.  
  3. -- -10% armor
  4. {
  5.   113746,     -- global icon (weakened armor)
  6. }
  7.  
  8. -- +4% physical damage taken
  9. {
  10.   81326,     -- global icon (pysical vulnerability)
  11. }
  12.  
  13. -- -10% physical damage done
  14. {
  15.   115798,     -- global icon (weakened blows)
  16. }
  17.  
  18. -- -25% healing received
  19. {
  20.   115804,     -- global icon (mortal wounds)
  21. }
  22.  
  23. -- +5% spell damage taken
  24. {
  25.   58410,      -- rogue (master poisoner)
  26.   1490,       -- warlock (curse of elements)
  27.   34889,      -- pet, dragonhawk
  28.   24844,      -- pet, windserpent
  29. }
  30.  
  31. -- -30% casting speed
  32. {
  33.   73975,      -- deathknight (necrotic strike)
  34.   31589,      -- mage (slow)
  35.   5761,       -- rogue (mind numbing poison)
  36.   109466,     -- warlock (curse of enfeeblement)
  37.   50274,      -- pet, sporebat
  38.   90314,      -- pet, fox
  39.   126402,     -- pet, goat
  40.   58604,      -- pet, core hound
  41. }

Next to that that are tons of class specific cooldowns with or without party-/raid-wide effect.

Like Demoralizing Shout and Demoralizing Banner. They stack on top of weakened blows.
__________________
| 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 : 10-09-12 at 04:20 AM.
 
 

WoWInterface » Site Forums » Archived Beta Forums » MoP Beta archived threads » MoP Debuffs

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off