WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Cataclysm Beta (https://www.wowinterface.com/forums/forumdisplay.php?f=82)
-   -   Koko SpellActivationOverlay Sounds - Calling for help (https://www.wowinterface.com/forums/showthread.php?t=34992)

kokomala 09-16-10 01:29 AM

Koko SpellActivationOverlay Sounds - Calling for help
 
It appears that Blizzard have hardcoded their default SpellActivationOverlay alerts, and these are triggered through a new event. This means we can only find out which alerts are triggered through playing and noting which abilities cause an alert via this event.

Sadly, I don't have the resources to create a complete list of spellID's that trigger alerts.

So, I am calling out for assistance in order to create as a complete list as possible. You can even help out if you don't like the blizzard spell alerts and have them turned off.

If you wish to help:
1) My addon can be found here: http://www.wowinterface.com/download...laySounds.html (version 40000.0.2 or above)
2) Make sure the debug option and the addon enable option are both on/active.
3) You can turn all the sounds to "None" if you wish. It's advisable to have the base sound option (for unknown alerts) to something noticeable.
4) You can turn off the "Show Spell Alerts" in the options>interface>combat screen if you wish
5) Cast your spells as normal. Or beat the training dummies.
6) Reply to this thread with what character class you were on and the debug message. Either the whole line, or the inital number and name (debug line: spellID, spellName, texture, other stuff)

Important notes:
1) Make sure you are using version 40000.0.2 or above
2) It is very important to note that not all alerts have been hardcoded in (example: Eclipse procs), whilst other alerts have a different name to the talent/ability that procs it (example: Omen of Clarity). Some talents that you would think are an obvious alert aren't.
3) Due to the above, you can't necessarily data mine the alerts.
4) It is quite possible that blizzard may use generic SpellActivationOverlay alerts that are generic to all classes, or even boss encounters. In these cases, I've made the addon easily updatable for these potential spellID's.

Thanks for your time and assistance.

kokomala 09-16-10 01:32 AM

Here's a list of spellID's that I have currently collected. Anything listed with 'nil' means I either have not come across a proc for it, or simply don't have a character on the beta to test for them.

It is quite possible that there are extra alerts for a class that aren't listed.

Code:

spells = {}
spells['DEATHKNIGHT'] = {
  59052,  -- Freezing Fog (Rime)
  51124,  -- Killing Machine
  81340,  -- Sudden Doom
}
spells['DRUID'] = {
  16870,  -- Clearcasting (Omen of Clarity)
  81093,  -- Fury of Stormrage
  93430,  -- Eclipse Visual (Solar)
  93431,  -- Eclipse Visual (Lunar)
  93400,  -- Shooting Stars
}
spells['HUNTER'] = {
  56453,  -- Lock and Load
  82926,  -- Master Marksman
  88843,  -- Focus Fire
}
spells['MAGE'] = {
  5143,    -- Arcane Missiles
  44544,  -- Fingers of Frost
  48108,  -- Hot Streak
  57761,  -- Brain Freeze
  64343,  -- Impact
}
spells['PALADIN'] = {
  59578,  -- The Art of war
  85416,  -- Grand Crusader
  88819,  -- Daybreak
  90174,  -- Hand of Light
}
spells['PRIEST'] = {
  88689,  -- Twirling Light
}
spells['ROGUE'] = {
  nil,    -- Slice and Dice
}
spells['SHAMAN'] = {
  60349,  -- Maelstrom
}
spells['WARLOCK'] = {
  17941,  -- Shadow Trance (Nightfall)
  47283,  -- Empowered Imp
}
spells['WARRIOR'] = {
  46916,  -- Bloodsurge
  50227,  -- Sword and Board
  52437,  -- Sudden Death
}
spells['OTHER'] = {
  nil,    -- Holding for generic blizzard hardcoded alerts
}


Ailae 09-16-10 10:48 AM

As I wrote in the comments, it wasn't tracking Holy Paladins "Daybreak" proc. I just tried it ingame and here's what it printed:

Code:

88819 Daybreak Textures\SPELLACTIVATIONOVERLAYS\Daybreak.blp Left + Right (Flipped) 1 255 255 255

kokomala 09-16-10 05:35 PM

Cheers,

You can add the extra alerts yourself via editing the spells['class'] listing with the spellID instead of waiting for an update (if planing on using the addon).

kokomala 09-17-10 11:25 PM

I think I have most of them now, however there are a couple which I need confirmed:

Deathknight: 81340 -- Sudden Doom proc
Warlock: 47283 -- Empowered Imp
Warlock: 17941 -- Shadow Trance (Nightfall)

Ailae 09-18-10 04:11 AM

Quote:

Originally Posted by kokomala (Post 206535)
I think I have most of them now, however there are a couple which I need confirmed:

Warlock: 47283 -- Empowered Imp
Warlock: 17941 -- Shadow Trance (Nightfall)

Can confirm both spells.

kokomala 09-20-10 12:47 AM

Eclipse Lunar/Solar got added to the game this patch. Also found a couple more druid procs. Killing Machine (DK) got added as well.

Horray for PTR char copies :)

Wondering if the rogue one actually is going to be in the game (SnD), but they don't have any real re-active procs as a class.

kokomala 09-22-10 05:02 PM

Pretty sure I have all the procs. If anyone comes across any other procs that aren't listed, just let me know :)

Thanks for the help.


All times are GMT -6. The time now is 01:52 PM.

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