AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
class | CustomSpellValues |
struct | SpellImmune |
Macros | |
#define | MAX_SPELLMOD 32 |
Typedefs | |
typedef std::pair< SpellValueMod, int32 > | CustomSpellValueMod |
typedef std::vector< SpellImmune > | SpellImmuneList |
#define MAX_SPELLMOD 32 |
typedef std::pair<SpellValueMod, int32> CustomSpellValueMod |
typedef std::vector<SpellImmune> SpellImmuneList |
Enumerator | |
---|---|
CHANNEL_INTERRUPT_FLAG_INTERRUPT | |
CHANNEL_FLAG_DELAY |
enum SpellFacingFlags |
Enumerator | |
---|---|
SPELL_FACING_FLAG_INFRONT |
enum SpellImmuneBlockType |
Enumerator | |
---|---|
SPELL_BLOCK_TYPE_ALL | |
SPELL_BLOCK_TYPE_POSITIVE |
enum SpellInterruptFlags |
enum SpellModOp |
enum SpellValueMod |
enum TriggerCastFlags |
Enumerator | |
---|---|
TRIGGERED_NONE | |
TRIGGERED_IGNORE_GCD | Not triggered. |
TRIGGERED_IGNORE_SPELL_AND_CATEGORY_CD | Will ignore GCD. |
TRIGGERED_IGNORE_POWER_AND_REAGENT_COST | Will ignore Spell and Category cooldowns. |
TRIGGERED_IGNORE_CAST_ITEM | Will ignore power and reagent cost. |
TRIGGERED_IGNORE_AURA_SCALING | Will not take away cast item or update related achievement criteria. |
TRIGGERED_IGNORE_CAST_IN_PROGRESS | Will ignore aura scaling. |
TRIGGERED_IGNORE_COMBO_POINTS | Will not check if a current cast is in progress. |
TRIGGERED_CAST_DIRECTLY | Will ignore combo point requirement. |
TRIGGERED_IGNORE_AURA_INTERRUPT_FLAGS | In Spell::prepare, will be cast directly without setting containers for executed spell. |
TRIGGERED_IGNORE_SET_FACING | Will ignore interruptible aura's at cast. |
TRIGGERED_IGNORE_SHAPESHIFT | Will not adjust facing to target (if any) |
TRIGGERED_IGNORE_CASTER_AURASTATE | Will ignore shapeshift checks. |
TRIGGERED_IGNORE_CASTER_MOUNTED_OR_ON_VEHICLE | Will ignore caster aura states including combat requirements and death state. |
TRIGGERED_IGNORE_CASTER_AURAS | Will ignore mounted/on vehicle restrictions. |
TRIGGERED_DISALLOW_PROC_EVENTS | Will ignore caster aura restrictions or requirements. |
TRIGGERED_DONT_REPORT_CAST_ERROR | Disallows proc events from triggered spell (default) |
TRIGGERED_FULL_MASK | Will return SPELL_FAILED_DONT_REPORT in CheckCast functions. |
TRIGGERED_IGNORE_EQUIPPED_ITEM_REQUIREMENT | Used when doing CastSpell with triggered == true. |
TRIGGERED_NO_PERIODIC_RESET | Will ignore equipped item requirements. |
TRIGGERED_IGNORE_EFFECTS | Periodic aura tick wont be reset on override. |
TRIGGERED_FULL_DEBUG_MASK | Ignore spell effects - used for ritual portals. |