-
Notifications
You must be signed in to change notification settings - Fork 48
CreatureStaticFlags
killerwife edited this page May 18, 2023
·
10 revisions
Back to creature_template.
Documentation for columns StaticFlags1, StaticFlags2, StaticFlags3, StaticFlags4 in all creature_template tables.
Enums from Entities/CreatureDefines.h
MOUNTABLE = 0x00000001, - NYI
NO_XP = 0x00000002,
NO_LOOT = 0x00000004,
UNKILLABLE = 0x00000008,
TAMEABLE = 0x00000010, - NYI
IMMUNE_TO_PC = 0x00000020, - NYI
IMMUNE_TO_NPC = 0x00000040, - NYI
CAN_WIELD_LOOT = 0x00000080, - NYI
SESSILE = 0x00000100, - NYI
UNINTERACTIBLE = 0x00000200, - NYI
NO_AUTOMATIC_REGEN = 0x00000400, - NYI
DESPAWN_INSTANTLY = 0x00000800, - NYI
CORPSE_RAID = 0x00001000, - NYI
CREATOR_LOOT = 0x00002000, - NYI
NO_DEFENSE = 0x00004000, - NYI
NO_SPELL_DEFENSE = 0x00008000, - NYI
BOSS_MOB = 0x00010000, - NYI
COMBAT_PING = 0x00020000, - NYI
AQUATIC = 0x00040000, - NYI
AMPHIBIOUS = 0x00080000, - NYI
NO_MELEE = 0x00100000, - NYI
VISIBLE_TO_GHOSTS = 0x00200000, - NYI
PVP_ENABLING = 0x00400000, - NYI
DO_NOT_PLAY_WOUND_ANIM = 0x00800000, - NYI
NO_FACTION_TOOLTIP = 0x01000000, - NYI
IGNORE_COMBAT = 0x02000000, - NYI
ONLY_ATTACK_PVP_ENABLING = 0x04000000, - NYI
CALLS_GUARDS = 0x08000000, - NYI
CAN_SWIM = 0x10000000, - NYI
FLOATING = 0x20000000, - NYI
MORE_AUDIBLE = 0x40000000, - NYI
LARGE_AOI = 0x80000000 - NYI