Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Applied 'justify right' to the Flag column in mechanic_immune_mask

Back-to:World

...

Uses references from SpellMechanic.dbc.

FlagTypeComment
10x0000 0001MECHANIC_CHARM
20x0000 0002MECHANIC_DISORIENTED
40x0000 0004MECHANIC_DISARM
80x0000 0008MECHANIC_DISTRACT
160x0000 0010MECHANIC_FEAR
320x0000 0020MECHANIC_GRIPDeath Grip and similar effects
640x0000 0040MECHANIC_ROOT
1280x0000 0080MECHANIC_PACIFYNot used: 0 spells with this mechanic
2560x0000 0100MECHANIC_SILENCE
5120x0000 0200MECHANIC_SLEEP
10240x0000 0400MECHANIC_SNARE
20480x0000 0800MECHANIC_STUN
40960x0000 1000MECHANIC_FREEZE
81920x0000 2000MECHANIC_KNOCKOUTIncapacitate effects such as Repetance (Paladin)
163840x0000 4000MECHANIC_BLEED
327680x0000 8000MECHANIC_BANDAGEHealing etc.
655360x0001 0000MECHANIC_POLYMORPH
1310720x0002 0000MECHANIC_BANISH
2621440x0004 0000MECHANIC_SHIELD
5242880x0008 0000MECHANIC_SHACKLEShackle Undead only
10485760x0010 0000MECHANIC_MOUNTAny effect that summons a mount
20971520x0020 0000MECHANIC_INFECTEDFrost Fever, Blood Plague etc.
41943040x0040 0000MECHANIC_TURNe.g. Turn Evil
83886080x0080 0000MECHANIC_HORRORe.g. Death Coil (Warlock)
167772160x0100 0000MECHANIC_INVULNERABILITYForbearance, Nether Protection, Diplomatic Immunity only
335544320x0200 0000MECHANIC_INTERRUPT
671088640x0400 0000MECHANIC_DAZE
1342177280x0800 0000MECHANIC_DISCOVERYAny Create Item effect
2684354560x1000 0000MECHANIC_IMMUNE_SHIELDDivine Shield, Ice Block, Hand of Protection...
5368709120x2000 0000MECHANIC_SAPPED
10737418240x4000 0000MECHANIC_ENRAGED

...

FlagType
1CREATURE_FLAG_EXTRA_INSTANCE_BIND0x00000001creature kill binds instance to killer and killer's group
2CREATURE_FLAG_EXTRA_CIVILIAN0x00000002creature does not aggro (ignore faction/reputation hostility)
4CREATURE_FLAG_EXTRA_NO_PARRY0x00000004creature does not parry
8CREATURE_FLAG_EXTRA_NO_PARRY_HASTEN0x00000008creature does not counter-attack at parry
16CREATURE_FLAG_EXTRA_NO_BLOCK0x00000010creature does not block
32CREATURE_FLAG_EXTRA_NO_CRUSH0x00000020creature does not do crush-attacks
64CREATURE_FLAG_EXTRA_NO_XP_AT_KILL0x00000040creature kill does not give XP
128CREATURE_FLAG_EXTRA_TRIGGER0x00000080creature is trigger-NPC (invisible to players only)
256CREATURE_FLAG_EXTRA_NO_TAUNT0x00000100creature is immune to taunt-auras and "attack me"-effects
512CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE0x00000200creature won't update movement flags
1024CREATURE_FLAG_EXTRA_GHOST_VISIBILITY 0x00000400creature will be only visible for dead players
16384CREATURE_FLAG_EXTRA_WORLDEVENT0x00004000custom flag for world events (left room for merging)
32768CREATURE_FLAG_EXTRA_GUARD0x00008000creature is a guard (Will ignore feign death and vanish)
131072CREATURE_FLAG_EXTRA_NO_CRIT0x00020000creature does not do critical strikes
262144CREATURE_FLAG_EXTRA_NO_SKILLGAIN0x00040000creature won't increase weapon skills
524288CREATURE_FLAG_EXTRA_TAUNT_DIMINISH0x00080000creature taunt is subject to diminishing returns
1048576CREATURE_FLAG_EXTRA_ALL_DIMINISH0x00100000Creature is subject to all diminishing returns
2097152CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ0x00200000

NPCs can help with killing this creature and player will still be credited if he tags the creature

268435456CREATURE_FLAG_EXTRA_DUNGEON_BOSS0x10000000

Creature is a dungeon boss. This flag is generically set by core during runtime. Setting this in database will give you startup error.

536870912CREATURE_FLAG_EXTRA_IGNORE_PATHFINDING0x20000000Creature will ignore pathfinding. This is like disabling Mmaps, only for one creature.
1073741824CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACK0x40000000creature will immune all knockback effects

...