Skip to content

Commit

Permalink
Added some Legion raid debuffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Sep 15, 2016
1 parent dfe986f commit 64d282b
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion ShestakUI/Config/Filters/RaidAuraWatch.lua
Expand Up @@ -67,7 +67,7 @@ T.RaidBuffs = {
}

T.RaidBuffsIgnore = {
-- [65148] = true, -- Sacred Shield (Proc)
--[spellID] = true, -- Spell name
}

local function SpellName(id)
Expand All @@ -82,6 +82,47 @@ end

T.RaidDebuffs = {
-----------------------------------------------------------------
-- Legion
-----------------------------------------------------------------
-- The Emerald Nightmare
-- Nythendra
[SpellName(204463)] = 3, -- Volatile Rot
-- Il'gynoth, Heart of Corruption
[SpellName(209469)] = 3, -- Touch of Corruption
[SpellName(208929)] = 3, -- Spew Corruption
-- Erethe Renferal
[SpellName(215300)] = 3, -- Web of Pain
[SpellName(215582)] = 3, -- Raking Talons
-- Ursoc
[SpellName(197943)] = 3, -- Overwhelm
-- Dragons of Nightmare
-- Cenarius
[SpellName(210279)] = 3, -- Creeping Nightmare
-- Xavius
[SpellName(206651)] = 3, -- Darkening Soul
[SpellName(209158)] = 3, -- Blackening Soul
-- The Nighthold
-- Skorpyron
-- Chronomatic Anomaly
[SpellName(206609)] = 3, -- Time Release
-- Trilliax
[SpellName(206788)] = 3, -- Toxic Slice
-- Spellblade Aluriel
[SpellName(212492)] = 3, -- Annihilate
[SpellName(212587)] = 3, -- Mark of Frost
-- Tichondrius
[SpellName(206480)] = 3, -- Carrion Plague
[SpellName(216040)] = 3, -- Burning Soul
[SpellName(208230)] = 3, -- Feast of Blood
-- Krosus
-- High Botanist Tel'arn
[SpellName(218304)] = 3, -- Parasitic Fetter
-- Star Augur Etraeus
[SpellName(206936)] = 3, -- Icy Ejection
-- Gul'dan
[SpellName(206222)] = 3, -- Bonds of Fel
[SpellName(212568)] = 3, -- Drain
-----------------------------------------------------------------
-- Draenor
-----------------------------------------------------------------
-- Hellfire Citadel
Expand Down

15 comments on commit 64d282b

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Со старыми дебаффами пока не решил что делать. По идее, как обычно, удалить, и закинуть на форум конфиг. Но чет жалко)

@Sw2rT1
Copy link
Contributor

@Sw2rT1 Sw2rT1 commented on 64d282b Sep 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А че жалко то? В старые рейды только ради фана ходить, там и дебафы отслеживать уже не придется.

@Warrior-
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а я бы оставил)

@Sw2rT1
Copy link
Contributor

@Sw2rT1 Sw2rT1 commented on 64d282b Sep 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тогда давайте вернем дебафы пандарии, катаклизма и прочего.

@Warrior-
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А че сразу дизлайкать то?)) Я просто к тому, что если оставить предыдущие дебаффы, то они никак не испортят сборку, а так показываться будут. Я плохого в этом не вижу ничего)

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Там пандарии ещё остались дебаффы так-то) Их ещё никто не удалял.

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Бывают же по ачивкам ходят в старые рейды, и некоторые дебаффы уже не заабузишь хай гиром. По крайней мере, раньше такое было)

@Warrior-
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вот поэтому и говорю что не надо их трогать)

@Shestak
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А разница только в потребляемой памяти?

@Warrior-
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ну я не думаю что из-за увеличения значений дебаффов память будет потребляться больше)

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Больше, просто за счет хранения таблицы в памяти, и чуть большим временем использования cpu для перебора этой таблицы. Но эти величины будут мизерные. В филгере, факт, что больше строк, да и конфиг автооткрытия итемов поболе.

@Shestak
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ну, я вижу тут три варианта:
1 - Оставить все так, как есть (я имею ввиду про старые дебаффы).
2 - Удалить старые дебаффы и запостить их на форуме.
3 - Вернуть все старые дебаффы в конфиг сборки.

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Старые муторно ворочать, потому что http://shestak.org/forum/showpost.php?p=13035

@Warrior-
Copy link

@Warrior- Warrior- commented on 64d282b Sep 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

мне лично больше импонирует вариант номер один)
так как совсем старые не имеет смысла, там все и так быстро унижается, что даже не успеваешь посмотреть, оставить 3 пред контента (Дренор, Панды, Ката)

@Shestak
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тогда остаются 1 и 2 вариант. Я вообще за чистку-актуализацию, но т.к. не играю, потому хз :)

Please sign in to comment.