WoW:Events/Spell
|
|
"CURRENT_SPELL_CAST_CHANGED"
|
Category: Spell |
Fired when the spell being cast is changed.
|
"LEARNED_SPELL_IN_TAB"
|
Category: Spell |
Fired when a new spell/ability is added to the spellbook. e.g. When training a new or a higher level spell/ability.
|
"PLAYER_FARSIGHT_FOCUS_CHANGED"
|
Category: Player,Spell |
|
"SPELLS_CHANGED"
|
Category: Spell |
|
"SPELL_UPDATE_COOLDOWN"
|
Category: Spell |
This event is fired every three seconds for no apparent reason (correct as of patch 3.3.3). When a spell that has no cast time is triggered it gets fired twice in quick succession. When a spell that has a cast time is triggered it gets fired at the start of the cast and again at the end of the cast.
|
"SPELL_UPDATE_USABLE"
|
Category: Spell |
This event is fired when a spell becomes useable or unusable. However the definition of useable and unusable is somewhat confusing. Firstly, range is not taken into account. Secondly if a spell requires a valid target and doesn't have one it gets marked as useable. If it requires mana or rage and there isn't enough then it gets marked as unusable. This results in the following behaviour: Start) Feral druid in bear form out of combat, no target selected. 1) Target enemy. Event is fired as some spells that require rage become marked as unusable. On the action bar the spell is marked in red as unusable. 2) Use Enrage to gain rage. Event is fired as we now have enough rage. On the action bar the spell is marked unusable as out of range. 3) Move into range. Event is not fired. On the action bar the spell is marked usable. 4) Rage runs out. Event is fired as we no longer have enough rage. 5) Remove target. Event is fired and spell is marked as useable on action bar. It appears that the definition of useable is a little inaccurate and relates more to how it is displayed on the action bar than whether you can use the spell. Also after being attacked the event started firing every two seconds and this continued until well after the attacker was dead. Targetting a fresh enemy seemed to stop it.
|
"START_AUTOREPEAT_SPELL"
|
Category: Spell |
|
"STOP_AUTOREPEAT_SPELL"
|
Category: Spell |
|
"UNIT_HEALTH_PREDICTION"
|
Category: Unit Info,Spell |
Added in 4.0
|
"UNIT_SPELLCAST_CHANNEL_START"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit begins channeling in the course of casting a spell. Received for party/raid members as well as the player.
|
"UNIT_SPELLCAST_CHANNEL_STOP"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit stops channeling. Received for party/raid members as well as the player.
|
"UNIT_SPELLCAST_CHANNEL_UPDATE"
|
Category: Unit Info,Spell |
Added in 2.0. Received for party/raid members, as well as the player
|
"UNIT_SPELLCAST_DELAYED"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit's spellcast is delayed, including party/raid members or the player
|
"UNIT_SPELLCAST_FAILED"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit's spellcast fails, including party/raid members or the player
|
"UNIT_SPELLCAST_FAILED_QUIET"
|
Category: Unit Info,Spell |
|
"UNIT_SPELLCAST_INTERRUPTED"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit's spellcast is interrupted, including party/raid members or the player
|
"UNIT_SPELLCAST_INTERRUPTIBLE"
|
Category: Unit Info,Spell |
Added in 3.2 (Had to guess at the args)
|
"UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
|
Category: Unit Info,Spell |
Added in 3.2 (guessing at the args)
|
"UNIT_SPELLCAST_SENT"
|
Category: Unit Info,Spell |
<Added in Patch 2.0> Fired when an event is sent to the server. Other messages indicate when the server begins timing or considers the cast successful.
|
"UNIT_SPELLCAST_START"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit begins casting, including party/raid members or the player
|
"UNIT_SPELLCAST_STOP"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a unit stops casting, including party/raid members or the player
|
"UNIT_SPELLCAST_SUCCEEDED"
|
Category: Unit Info,Spell |
Added in 2.0. Fired when a spell is cast successfully. Event is received even if spell is resisted.
|