这里仅供参考,关于熊猫人之谜的私服数据库说明
creature_template 对应的 unit_flags2 说明
UNIT_FLAG2_FEIGN_DEATH = 1,
UNIT_FLAG2_UNK1 = 2, // Hide unit model (show only player equip)
UNIT_FLAG2_IGNORE_REPUTATION = 4,
UNIT_FLAG2_COMPREHEND_LANG = 8,
UNIT_FLAG2_MIRROR_IMAGE = 16,
UNIT_FLAG2_INSTANTLY_APPEAR_MODEL = 32, // Unit model instantly appears when summoned (does not fade in)
UNIT_FLAG2_FORCE_MOVEMENT = 64, 强制移动
UNIT_FLAG2_DISARM_OFFHAND = 128,
UNIT_FLAG2_DISABLE_PRED_STATS = 256, // Player has disabled predicted stats (Used by raid frames)
UNIT_FLAG2_DISARM_RANGED = 1024, // this does not disable ranged weapon display (maybe additional flag needed?)
UNIT_FLAG2_REGENERATE_POWER = 2048,
UNIT_FLAG2_RESTRICT_PARTY_INTERACTION = 4096, // Restrict interaction to party or raid
UNIT_FLAG2_PREVENT_SPELL_CLICK = 8192, // Prevent spellclick
UNIT_FLAG2_ALLOW_ENEMY_INTERACT = 16384,
UNIT_FLAG2_DISABLE_TURN = 32768,
UNIT_FLAG2_UNK2 = 65536, 未知
UNIT_FLAG2_PLAY_DEATH_ANIM = 131072, // Plays special death animation upon death
UNIT_FLAG2_ALLOW_CHEAT_SPELLS = 262144, // allows casting spells with AttributesEx7 & SPELL_ATTR7_IS_CHEAT_SPELL
UNIT_FLAG2_UNK3 = 524288, 未知
UNIT_FLAG2_UNK4 = 1048576, 未知
UNIT_FLAG2_UNK5 = 2097152, 未知
UNIT_FLAG2_UNK6 = 4194304, 未知
UNIT_FLAG2_UNK7 = 8388608, 未知
UNIT_FLAG2_UNK8 = 16777216, 未知
UNIT_FLAG2_UNK9 = 33554432, 未知
UNIT_FLAG2_CLIENT_CANNOT_TARGET = 67108864, //玩家不能以它为攻击目标,但是可以用菜单或则技能按钮 Player cannot target the unit, but can use gossips or spellclicks