Aura Flags: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page for Aura Flags. Plans to add more at a later date.)
 
m (Added Category.)
Line 48: Line 48:
There is a good chance some unknown attributes may be directly linked to some of these flags.<br>
There is a good chance some unknown attributes may be directly linked to some of these flags.<br>
I will add more aura information to this page later; I just wanted to get up for now as a reference for AFLAGS. --[[User:Xiberion|Xiberion]] ([[User talk:Xiberion|talk]]) 11:17, 10 August 2023 (CEST)
I will add more aura information to this page later; I just wanted to get up for now as a reference for AFLAGS. --[[User:Xiberion|Xiberion]] ([[User talk:Xiberion|talk]]) 11:17, 10 August 2023 (CEST)
[[Category:Auxiliary]]

Revision as of 14:18, 11 August 2023

These are aura flags, referenced as AFLAGS and are required for SPELL_ATTR8_AURA_SEND_AMOUNT which can be found at Spell Attributes. This information is located in the source file of "..src\server\game\Spells\Auras\SpellAuraDefines.h".

Aura Flags - 5.0.5 - 5.x (Mists)

Flag String Name Bitmask
0 AFLAG_NONE 0x00
1 AFLAG_CASTER 0x01
2 AFLAG_POSITIVE 0x02
4 AFLAG_DURATION 0x04
8 AFLAG_ANY_EFFECT_AMOUNT_SENT 0x08
16 AFLAG_NEGATIVE 0x10

Aura Flags - 10.1.0+ (Master Branch 6/30/23) (DF)

Flag String Name Bitmask
0 AFLAG_NONE 0x0000
1 AFLAG_NOCASTER 0x0001
2 AFLAG_POSITIVE 0x0002
4 AFLAG_DURATION 0x0004
8 AFLAG_SCALABLE 0x0008
16 AFLAG_NEGATIVE 0x0010
32 AFLAG_UNK20 0x0020
64 AFLAG_UNK40 0x0040
128 AFLAG_UNK80 0x0080
256 AFLAG_MAW_POWER 0x0100


There is a good chance some unknown attributes may be directly linked to some of these flags.
I will add more aura information to this page later; I just wanted to get up for now as a reference for AFLAGS. --Xiberion (talk) 11:17, 10 August 2023 (CEST)