DB/Spell/Targets: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{
     0 - Player or target ? Might also be none-individual target
     0 - Player or target ? Might also be none-individual target
     1 - ? (Not used in 3.3.5a on it's own)
     1 - ? (Not used in 3.3.5a on it's own)
Line 8: Line 7:
     32 - Point-Blank AoE
     32 - Point-Blank AoE
     64 - Targetable AoE  
     64 - Targetable AoE  
     128 - Targetable AoE ?(Bereich auswählbar ? Irgendein Anti-Stealth Spell hat ihn)
     128 - Targetable AoE ?(Some Stealth-revealing spell AoE has it)
     256 - Teleport ? Seems general based (Seems to handle every Player in AoE individually)
     256 - Teleport ? Seems general based (Seems to handle every Player in AoE individually)
     512 - Player corpses selectable ? Used for looting insignias.
     512 - Player corpses selectable ? Used for looting insignias.
Line 20: Line 19:
     65536 - ? (Not used in 3.3.5a on it's own)
     65536 - ? (Not used in 3.3.5a on it's own)
     131072 - Glyphs (Maybe change how another spell works ?)
     131072 - Glyphs (Maybe change how another spell works ?)
}


Based on comparing dbc and in-game spells. Subject to change for the most part. [[User:Ascathos|Ascathos]] 23:13, 16 November 2012 (UTC)
Based on comparing dbc and in-game spells. Subject to change for the most part. [[User:Ascathos|Ascathos]] 23:13, 16 November 2012 (UTC)

Revision as of 01:16, 17 November 2012

   0 - Player or target ? Might also be none-individual target
   1 - ? (Not used in 3.3.5a on it's own)
   2 - ? (Not used in 3.3.5a on it's own)
   4 - ? (Not used in 3.3.5a on it's own)
   8 - ? (Not used in 3.3.5a on it's own)
   16 - Enchantment (Item in inventory and equipment)
   32 - Point-Blank AoE
   64 - Targetable AoE 
   128 - Targetable AoE ?(Some Stealth-revealing spell AoE has it)
   256 - Teleport ? Seems general based (Seems to handle every Player in AoE individually)
   512 - Player corpses selectable ? Used for looting insignias.
   1024 - Revives every player in Point-Blank AoE (Spirit Revival)
   1026 - Used for skinning (Target corpses ?)
   2048 - Spawns something on caster spot ? (Used in a spell that drops object at caster position)
   4096 - ? (Not used in 3.3.5a on it's own)
   8192 -  ? (Not used in 3.3.5a on it's own)
   16384 - Target chests ? Used for Lock-opening spells
   32768 - ? (Used with non-referenced, passive spells)
   65536 - ? (Not used in 3.3.5a on it's own)
   131072 - Glyphs (Maybe change how another spell works ?)

Based on comparing dbc and in-game spells. Subject to change for the most part. Ascathos 23:13, 16 November 2012 (UTC)