WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   Finding all dispelable debuffs from raid bosses (https://www.wowinterface.com/forums/showthread.php?t=57033)

wille480 02-26-19 09:49 AM

Finding all dispelable debuffs from raid bosses
 
Is there any website or something that allows me to check for all the dispellable debuffs from raid bosses in bfa? If not, what is the best and most efficient way to find this out? The reason i am asking is because im making a list of dispellable debuffs in my addon and i would really appriciate having to skip going through everything inside the game own menu panel!

Kind Regards

siweia 02-27-19 02:41 AM

local name, texture, count, debuffType, duration, expiration, caster, isStealable = UnitAura(unit, index, filter)

You can filter the auras by debuffType and isStealable.

wille480 02-27-19 05:11 AM

Quote:

Originally Posted by siweia (Post 331610)
local name, texture, count, debuffType, duration, expiration, caster, isStealable = UnitAura(unit, index, filter)

You can filter the auras by debuffType and isStealable.

Oh okay! Do you mean by doing this ingame? during a raid? I am trying to hardcode the list with all the dispellable debuffs from bosses in bfa. So what i am doing in my addon is that i have a predefined list with debuffs, and i am basically checking ever unit in my raid group if that unit has any of the debuffs in my hardcoded list. So this list is already made before addon runtime! I already have the code made for searching the players, i just need an efficient way to gather all debuffs from the raid bosses so i can make my list beforehand =)

d87 02-28-19 09:16 AM

Just showing ALL dispellable debuffs is easy using UnitAura with RAID filter or debuff types.
But if you want a custom list, then you have to compile it manually or copy from other similar addon. Using wowhead guides might be easier than ingame encounter journal. They usually specify what you need to dispel or not


All times are GMT -6. The time now is 03:45 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI