Thread Tools Display Modes
08-15-17, 02:48 AM   #1
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
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. }
__________________

Last edited by MunkDev : 08-15-17 at 06:39 PM.
  Reply With Quote
08-15-17, 06:43 AM   #2
Banknorris
A Chromatic Dragonspawn
 
Banknorris's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 153
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
__________________
"In this world nothing can be said to be certain, except that fractional reserve banking is a Ponzi scheme and that you won't believe it." - Mandrill

Last edited by Banknorris : 08-15-17 at 06:47 AM.
  Reply With Quote
08-15-17, 06:57 AM   #3
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
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.
  Reply With Quote
08-15-17, 11:17 AM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
http://www.wowhead.com/spell=113724/ring-of-frost
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-15-17, 11:29 AM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Oh, and a pet ability: http://www.wowhead.com/spell=33395/freeze
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-15-17, 01:17 PM   #6
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
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.
__________________
  Reply With Quote
08-15-17, 02:01 PM   #7
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
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.
  Reply With Quote
08-15-17, 02:52 PM   #8
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Originally Posted by Dridzt View Post
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.
__________________

Last edited by MunkDev : 08-15-17 at 03:37 PM.
  Reply With Quote
08-15-17, 04:35 PM   #9
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
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
__________________

Last edited by MunkDev : 08-15-17 at 11:10 PM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Complete list of reticle spells

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