summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGultask <100873791+Gultask@users.noreply.github.com>2022-10-09 06:33:50 -0300
committerGitHub <noreply@github.com>2022-10-09 11:33:50 +0200
commitaea04fbf2f7458922801b3f5dbbef19c6d9aea43 (patch)
tree12dfd5d1f5d5081aae75ce55e97daa8a6d55d58c /docs
parent15ece8dc3d1d65b641e236f3f4bd3c1111fff62e (diff)
downloadwiki-aea04fbf2f7458922801b3f5dbbef19c6d9aea43.tar.gz
wiki-aea04fbf2f7458922801b3f5dbbef19c6d9aea43.tar.bz2
wiki-aea04fbf2f7458922801b3f5dbbef19c6d9aea43.zip
Update creature_template.md to include 2 new extra flags (#817)
* Update creature_template.md * Update creature_template.md
Diffstat (limited to 'docs')
-rw-r--r--docs/creature_template.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/creature_template.md b/docs/creature_template.md
index 9e6b905..22dfbb9 100644
--- a/docs/creature_template.md
+++ b/docs/creature_template.md
@@ -695,11 +695,11 @@ These flags control certain creature specific attributes. Flags can be added tog
| 262144 | CREATURE_FLAG_EXTRA_NO_SKILL_GAINS | 0x00040000 | creature won't increase weapon skills |
| 524288 | CREATURE_FLAG_EXTRA_OBEYS_TAUNT_DIMINISHING_RETURNS | 0x00080000 | creature taunt is subject to diminishing returns |
| 1048576 | CREATURE_FLAG_EXTRA_ALL_DIMINISH | 0x00100000 | Creature is subject to all diminishing returns |
-| 2097152 | CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ | 0x00200000 | (CREATURE_FLAG_EXTRA_UNUSED_22 Not Implemented) NPCs can help with killing this creature and player will still be credited if he tags the creature |
+| 2097152 | CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ | 0x00200000 | creature does not need to take player damage for kill credit |
| 4194304 | CREATURE_FLAG_EXTRA_AVOID_AOE | 0x00400000 | ignored by aoe attacks (for icc blood prince council npc - Dark Nucleus) |
| 8388608 | CREATURE_FLAG_EXTRA_NO_DODGE | 0x00800000 | target cannot dodge |
-| 16777216 | CREATURE_FLAG_EXTRA_UNUSED_25 | 0x01000000 | |
-| 33554432 | CREATURE_FLAG_EXTRA_UNUSED_26 | 0x02000000 | |
+| 16777216 | CREATURE_FLAG_EXTRA_MODULE | 0x01000000 | Used by module creatures to avoid blizzlike checks. |
+| 33554432 | CREATURE_FLAG_EXTRA_IGNORE_ASSISTANCE_CALL | 0x02000000 | Creature is not aggroed by other mobs assistance functions |
| 67108864 | CREATURE_FLAG_EXTRA_UNUSED_27 | 0x04000000 | |
| 134217728 | CREATURE_FLAG_EXTRA_UNUSED_28 | 0x08000000 | |
| 268435456 | CREATURE_FLAG_EXTRA_DUNGEON_BOSS | 0x10000000 | Creature is a dungeon boss. This flag is generically set by core during runtime. Setting this in database will give you startup error. |