Thread Tools Display Modes
02-27-19, 08:05 AM   #1
wille480
A Wyrmkin Dreamwalker
Join Date: Jan 2017
Posts: 56
Dispellable debuffs for bfa raids

So i made a post about finding dispellable debuffs in bfa raids, it seemed like there was nothing to this, atleast i did not found anything! I have now created a list and gone through all of the dispellable debuffs from the bosses in bfa. Thought i could maybe help the forum or something. I do not know where to post this, so if it is wrong, please move it.

Lua Code:
  1. local buffs =
  2. {
  3.     -- Put together by wille480 (ingame name: Bishoop)
  4.  
  5.     -- ULDIR RAID
  6.  
  7.         -- Taloc (1)
  8.  
  9.         -- end Taloc
  10.  
  11.         -- MOTHER (2)
  12.  
  13.         -- end MOTHER
  14.  
  15.         -- Fetid Devourer (3)
  16.  
  17.         -- end Fetid Devourer
  18.  
  19.         -- Zek'voz, Herald of N'zoth (4)
  20.             ["Void Wail"] = false, -- Dispel type: Magic
  21.             ["Psionic Blast"] = false, -- Dispel type: Magic
  22.         --end Zek'voz, Herald of N'zoth
  23.  
  24.         -- Vectis (5)
  25.  
  26.         -- end Vectis
  27.  
  28.         -- Zul, Reborn (6)
  29.             ["Bound by Shadow"] = false, -- Dispel type: Magic
  30.             ["Pit of Despair"] = false, -- Dispel type: Curse
  31.             ["Deathwish"] = false, -- Dispel type: Magic
  32.         -- end Zul, Reborn
  33.  
  34.         -- Mythrax the Unraveler (7)
  35.             ["Void Volley"] = false, -- Dispel type: Magic
  36.         -- end Mythrax the Unraveler
  37.  
  38.         -- G'huun (8)
  39.  
  40.         -- end G'huun
  41.  
  42.     --END ULDIR
  43.  
  44.     -- BATTLE OF DAZAR'ALOR RAID
  45.  
  46.         -- Champion of the Light (1)
  47.  
  48.         -- end Champion of the Light
  49.  
  50.  
  51.         -- Grong, the Jungle Lord (2)
  52.  
  53.         -- end Grong, the Jungle lord
  54.  
  55.  
  56.         -- Jadefire Masters (3)
  57.             ["Searing Embers"] = false, -- Dispel type: Magic
  58.         -- end JadeFire Masters
  59.  
  60.        
  61.         -- Opulence (4)
  62.             ["Hex of Lethargy"] = false, -- Dispel type: Magic
  63.         -- end Opulence
  64.  
  65.  
  66.         -- Conclave of the Chosen (5)
  67.             ["Mind Wipe"] = false, -- Dispel type: Magic
  68.         -- end Conclave of the Chosen
  69.  
  70.  
  71.         -- King Rastakhan (6)
  72.  
  73.         -- end King Rastakhan
  74.  
  75.  
  76.         -- High Tinker Mekkatorque (7)
  77.  
  78.         -- end High Tinker Mekkatorque
  79.  
  80.  
  81.         -- Stormwall Blockade (8)
  82.  
  83.         -- end Stormwall Blockade
  84.  
  85.  
  86.         -- Lady Jaina Proudmoore (9)
  87.             ["Grasp of Frost"] = false, -- Dispel type: Magic
  88.             ["Hand of Frost"] = false, -- Dispel type: Magic
  89.         --end Lady Jaina Proudmoore
  90.  
  91.     -- END BATTLE OF DAZAR'ALOR
  92.  
  93.  
  94.     -- CRUCIBLE OF STROMS RAID
  95.  
  96.         -- The Restless Cabal (1)
  97.             ["Promises of Power"] = false, -- Dispel type: Magic
  98.         -- end The Restless Cabal
  99.  
  100.        
  101.         -- Uu'nat, Harbinger of the Void (2)
  102.  
  103.         -- end Uu'nat, Harbinger of the Void
  104.  
  105.     -- END CRUCIBLE OF STROMS
  106. }

If you actually need the spell id's, just grab spell name, lookup the boss and you're done.

Last edited by wille480 : 02-27-19 at 08:20 AM.
  Reply With Quote
04-07-19, 01:08 PM   #2
Oxlotus
A Defias Bandit
 
Oxlotus's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2019
Posts: 3
Yeah, you wouldn't post that here. Now someone has to copy the code, create a new directory under their AddOns, and then create a TOC file to load it.

I like the idea. You should release it as a full-fledged addon.
__________________
"What one programmer can do in one month, two programmers can do in two months." - Patrick McKenzie
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Dispellable debuffs for bfa raids

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