WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   General Authoring Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=20)
-   -   Complete list of reticle spells (https://www.wowinterface.com/forums/showthread.php?t=55642)

MunkDev 08-15-17 02:48 AM

Complete list of reticle spells
 
Essentially, I need a list of spellIDs for all reticle/ground target/AoE spells for all classes and specs with every talent choice considered. The current API does not seem to provide any function to identify these spells and any gimmicky solution I've tried so far hasn't worked in every case.

I could spend my time going over every talent and every ability in the game, but first and foremost I'm curious if this problem can be solved without doing that.
In the meantime, I managed to find a partial list here. Feel free to add to this list.
Lua Code:
  1. local AoESpellIDs = {
  2.     DEATHKNIGHT = {
  3.         43265, -- Death and Decay
  4.         152280, -- Defile
  5.     },
  6.     DEMONHUNTER = {
  7.         189110, -- Infernal Strike
  8.         191427, -- Metamorphosis (Havoc)
  9.         202137, -- Sigil of Silence
  10.         202138, -- Sigil of Chains
  11.         204596, -- Sigil of Flame
  12.         207684, -- Sigil of Misery
  13.     },
  14.     DRUID = {
  15.         102793, -- Ursol's Vortex
  16.         191034, -- Starfall
  17.         205636, -- Force of Nature
  18.         202770, -- Fury of Elune
  19.     },
  20.     HUNTER = {
  21.         1543, -- Flare
  22.         6197, -- Eagle Eye
  23.         109248, -- Binding Shot
  24.         162488, -- Steel Trap
  25.         206817, -- Sentinel
  26.     },
  27.     MAGE = {
  28.         2120, -- Flamestrike
  29.         33395, -- Freeze
  30.         113724, -- Ring of Frost
  31.         153561, -- Meteor
  32.         190356, -- Blizzard
  33.     },
  34.     MONK = {
  35.         115313, -- Summon Jade Serpent Statue
  36.         115315, -- Summon Black Ox Statue
  37.         116844, -- Ring of Peace
  38.     },
  39.     PALADIN = {
  40.         114158, -- Light's Hammer
  41.     },
  42.     PRIEST = {
  43.         32375, -- Mass Dispel
  44.         81782, -- Power Word: Barrier
  45.         121536, -- Angelic Feather
  46.     },
  47.     ROGUE = {
  48.         1725, -- Distract
  49.         185767, -- Cannonball Barrage
  50.         195457, -- Grappling Hook
  51.     },
  52.     SHAMAN = {
  53.         2484, -- Earthbind Totem
  54.         6196, -- Far Sight
  55.         61882, -- Earthquake
  56.         73920, -- Healing Rain
  57.         98008, -- Spirit Link Totem (Resto Shaman baseline)
  58.         51485, -- Earthgrab Totem (Shaman talent, replaces Earthbind Totem)
  59.         192058, -- Lightning Surge Totem (Shaman talent)
  60.         192222, -- Liquid Magma Totem (Elemental Shaman talent)
  61.         196932, -- Voodoo Totem (Shaman talent)
  62.         192077, -- Wind Rush Totem (Shaman talent)
  63.         204332, -- Windfury Totem (Shaman pvp talent)
  64.         207399, -- Ancestral Protection Totem (Resto Shaman Talent)
  65.         215864, -- Rainfall
  66.     },
  67.     WARLOCK = {
  68.         1122, -- Summon Infernal
  69.         5740, -- Rain of Fire
  70.         30283, -- Shadowfury
  71.         152108, -- Cataclysm
  72.     },
  73.     WARRIOR = {
  74.         6544, -- Heroic Leap
  75.         152277, -- Ravager (Arms)
  76.         228920, -- Ravager (Protection)
  77.     },
  78. }

Banknorris 08-15-17 06:43 AM

I think Resto Druids have
102793 - Ursol Vortex

Also several (Shaman's) totems are ground targeted like
2484 - Earthbind Totem
98008 - Spirit Link Totem (Resto Shaman baseline)
207399 - Ancestral Protection Totem (Resto Shaman Talent)
51485 - Earthgrab Totem (Shaman talent, replaces Earthbind Totem)
192058 - Lightning Surge Totem (Shaman talent)
192222 - Liquid Magma Totem (Elemental Shaman talent)
196932 - Voodoo Totem (Shaman talent)
192077 - Wind Rush Totem (Shaman talent)
204332 - Windfury Totem (Shaman pvp talent)

Priests have
32375 - Mass Dispel

There are probably many others

Kanegasi 08-15-17 06:57 AM

There used to be a glyph for Paladins that gave Consecration (26573) a reticle. It was then turned into a talent for a very short time when the glyph system was removed, but then the talent was changed into something else. This functionality could come back. Just wanted to mention this so you could keep an eye on it, maybe include it but comment it out.

Seerah 08-15-17 11:17 AM

http://www.wowhead.com/spell=113724/ring-of-frost

Seerah 08-15-17 11:29 AM

Oh, and a pet ability: http://www.wowhead.com/spell=33395/freeze

MunkDev 08-15-17 01:17 PM

Added your spells. Thanks.

I'm surprised there's no actual way of telling if a spell works this way unless you stand around and try to cast all your spells.

Dridzt 08-15-17 02:01 PM

The only way I can think off to get a comprehensive list is to use a utility like WDBXEditor and filter spells by effect id.
In older versions all the GTAoE spells had the SPELL_EFFECT_PERSISTENT_AREA_AURA (27) id.

No idea what's the relevant ids in WoW 7.x.

But knowing that you could also probably scrape wowhead for that information.

MunkDev 08-15-17 02:52 PM

Quote:

Originally Posted by Dridzt (Post 324643)
In older versions all the GTAoE spells had the SPELL_EFFECT_PERSISTENT_AREA_AURA (27) id.

Unless I'm mistaken, this also matches stuff like this Lightning Cloud spell. Looking at some of the newer spells, they don't have this effect. Sigil of Flame for example, spawns a dummy. I wonder if there's any database that can effectively tell which spells will show the targeting reticle, instead of looking at the effects the spell causes. One thing that comes to mind is that reticles vary in size, so there should be a parameter somewhere that denotes the size.

MunkDev 08-15-17 04:35 PM

I did some testing with a bunch of spells to see if they had effects in common. It seems that they do, but there are multiple effects in use here.

Columns are: SpellID, Effect, ImplicitTarget_1
Code:

1543        32        87        Flare
2120        2        16        Flamestrike
2120        6        16        Flamestrike
5740        6        1        Rain of Fire
5740        27        87        Rain of Fire
5740        137        1        Rain of Fire
5740        179        87        Rain of Fire
6197        6        1        Eagle Eye
6197        72        0        Eagle Eye
6544        3        87        Heroic Leap
6544        254        87        Heroic Leap
30283        6        16        Shadowfury
32375        3        1        Mass Dispel
32375        38        31        Mass Dispel
32375        64        16        Mass Dispel
32375        64        1        Mass Dispel
33395        6        16        Freeze
43265        3        87        Death and Decay
43265        3        87        Death and Decay
43265        6        1        Death and Decay
43265        179        87        Death and Decay
81782        6        25        Power Word: Barrier
81782        6        25        Power Word: Barrier
113724        3        87        Ring of Frost
113724        28        87        Ring of Frost
113724        64        1        Ring of Frost
114158        32        87        Light's Hammer
115313        6        1        Summon Jade Serpent Statue
115313        28        87        Summon Jade Serpent Statue
115315        0        0        Summon Black Ox Statue
115315        28        87        Summon Black Ox Statue
116844        3        87        Ring of Peace
116844        179        87        Ring of Peace
121536        3        31        Angelic Feather
152280        3        87        Defile
152280        6        1        Defile
152280        6        1        Defile
152280        179        87        Defile
153561        3        87        Meteor
162488        32        87        Steel Trap
189110        3        87        Infernal Strike
189110        254        87        Infernal Strike
190356        3        87        Blizzard
190356        179        87        Blizzard
191034        3        87        Starfall
191034        6        1        Starfall
191034        179        87        Starfall
191427        3        87        Metamorphosis (Havoc)
191427        64        1        Metamorphosis (Havoc)
191427        64        1        Metamorphosis (Havoc)
191427        254        87        Metamorphosis (Havoc)
202137        3        87        Sigil of Silence
202137        179        87        Sigil of Silence
202138        3        87        Sigil of Chains
202138        179        87        Sigil of Chains
202770        3        87        Fury of Elune
202770        6        1        Fury of Elune
202770        6        1        Fury of Elune
202770        179        87        Fury of Elune
204596        3        87        Sigil of Flame
204596        179        87        Sigil of Flame
205636        3        87        Force of Nature
205636        64        87        Force of Nature
205636        64        87        Force of Nature
205636        64        87        Force of Nature
206817        3        87        Sentinel
206817        179        87        Sentinel
207684        3        87        Sigil of Misery
207684        179        87        Sigil of Misery



All times are GMT -6. The time now is 07:09 PM.

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