Spell.dbc/InterruptFlags: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "==InterruptFlags== {| style="background:#FCFCFC; color:black" |- ! width="100" | Hex ! width="200" | Name ! width="600" | Notes |- | 0x01||ON_MOVEMENT|| |- | 0x02||PUSHBACK||...")
 
No edit summary
 
Line 5: Line 5:
! width="200" | Name
! width="200" | Name
! width="600" | Notes
! width="600" | Notes
|-
|-style="background:#E0E0E0;"
| 0x01||ON_MOVEMENT||
| 0x01||ON_MOVEMENT||
|-
|-
| 0x02||PUSHBACK||
| 0x02||PUSHBACK||
|-
|-style="background:#E0E0E0;"
| 0x04||ON_INTERRUPT_CAST||
| 0x04||ON_INTERRUPT_CAST||
|-
|-
| 0x08||ON_INTERRUPT_SCHOOL||
| 0x08||ON_INTERRUPT_SCHOOL||
|-
|-style="background:#E0E0E0;"
| 0x10||ON_DAMAGE_TAKEN||
| 0x10||ON_DAMAGE_TAKEN||
|-
|-

Latest revision as of 10:06, 17 June 2016

InterruptFlags

Hex Name Notes
0x01 ON_MOVEMENT
0x02 PUSHBACK
0x04 ON_INTERRUPT_CAST
0x08 ON_INTERRUPT_SCHOOL
0x10 ON_DAMAGE_TAKEN
0x20 ON_INTERRUPT_ALL

Amaroth 17th June 2016