diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:27:46 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:27:46 +0100 |
| commit | 49bdd146a2c870a4a2e5ae8fd77e90204d950fc8 (patch) | |
| tree | fb5336b7676df77785cc769fa9a9d663838b55fe /docs | |
| parent | a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (diff) | |
| download | wiki-49bdd146a2c870a4a2e5ae8fd77e90204d950fc8.tar.gz wiki-49bdd146a2c870a4a2e5ae8fd77e90204d950fc8.tar.bz2 wiki-49bdd146a2c870a4a2e5ae8fd77e90204d950fc8.zip | |
Fix links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Extract-Client-Data.md | 4 | ||||
| -rw-r--r-- | docs/access_requirement.md | 24 | ||||
| -rw-r--r-- | docs/battleground_template.md | 28 | ||||
| -rw-r--r-- | docs/broadcast_text.md | 2 | ||||
| -rw-r--r-- | docs/characters_table_.md | 2 | ||||
| -rw-r--r-- | docs/conditions.md | 8 | ||||
| -rw-r--r-- | docs/creature_addon.md | 2 | ||||
| -rw-r--r-- | docs/creature_template.md | 158 | ||||
| -rw-r--r-- | docs/gossip_menu.md | 8 | ||||
| -rw-r--r-- | docs/gossip_menu_option.md | 28 | ||||
| -rw-r--r-- | docs/item_sparse.md | 4 | ||||
| -rw-r--r-- | docs/item_template.md | 4 | ||||
| -rw-r--r-- | docs/points_of_interest.md | 16 | ||||
| -rw-r--r-- | docs/quest_template.md | 4 | ||||
| -rw-r--r-- | docs/smart_scripts.md | 2 | ||||
| -rw-r--r-- | docs/spell_area.md | 2 | ||||
| -rw-r--r-- | docs/version.md | 2 | ||||
| -rw-r--r-- | docs/worldstates.md | 4 |
18 files changed, 151 insertions, 151 deletions
diff --git a/docs/Extract-Client-Data.md b/docs/Extract-Client-Data.md index d44e3a5..38a0e0d 100644 --- a/docs/Extract-Client-Data.md +++ b/docs/Extract-Client-Data.md @@ -13,7 +13,7 @@ Next press Configue and then Generate. ### Now that you have the source compiled, you can proceed to the next step. -3. Go to your AzerothCore build directory (E.g. AzerothCore335\build\bin\Release) and copy the following files to your World of Warcraft directory (E.g. D:\World of Warcraft 3.3.5a (no install)) +3. Go to your AzerothCore build directory (E.g. AzerothCore\build\bin\Release) and copy the following files to your World of Warcraft directory (E.g. D:\World of Warcraft 3.3.5a (no install)) * **ace.dll** * **mapextractor.exe** * **mmaps_generator.exe** @@ -30,7 +30,7 @@ Next press Configue and then Generate. 7. Next, we need to extract **mmaps**. Go ahead and click on **mmaps_generator.exe**. **NOTE: This process will take up to a few hours, depending on your computer specs.** -Now that everything is completed, you need to copy **dbc**, **maps**, **vmaps** and **mmaps** folders to your AzerothCore build directory (E.g. AzerothCore335\build\bin\Release). +Now that everything is completed, you need to copy **dbc**, **maps**, **vmaps** and **mmaps** folders to your AzerothCore build directory (E.g. AzerothCore\build\bin\Release). *** diff --git a/docs/access_requirement.md b/docs/access_requirement.md index 7b386df..5dc16df 100644 --- a/docs/access_requirement.md +++ b/docs/access_requirement.md @@ -21,7 +21,7 @@ This table contains the access requirements to enter an instance. <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#access_requirement335-mapId">mapId</a></p></td> +<td><p><a href="#access_requirement-mapId">mapId</a></p></td> <td><p>mediumint (8)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -33,7 +33,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="odd"> -<td><p><a href="#access_requirement335-difficulty">difficulty</a></p></td> +<td><p><a href="#access_requirement-difficulty">difficulty</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -45,7 +45,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="even"> -<td><p><a href="#access_requirement335-level_min">level_min</a></p></td> +<td><p><a href="#access_requirement-level_min">level_min</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -58,7 +58,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="odd"> -<td><p><a href="#access_requirement335-level_max">level_max</a></p></td> +<td><p><a href="#access_requirement-level_max">level_max</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -71,7 +71,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="even"> -<td><a href="#access_requirement335-item_level">item_level</a></td> +<td><a href="#access_requirement-item_level">item_level</a></td> <td>smallint(5)</td> <td>unsigned</td> <td><br /> @@ -84,7 +84,7 @@ This table contains the access requirements to enter an instance. </td> </tr> <tr class="odd"> -<td><p><a href="#access_requirement335-item">item</a></p></td> +<td><p><a href="#access_requirement-item">item</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -97,7 +97,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="even"> -<td><p><a href="#access_requirement335-item2">item2</a></p></td> +<td><p><a href="#access_requirement-item2">item2</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -110,7 +110,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="odd"> -<td><p><a href="#access_requirement335-quest_done_A">quest_done_A</a></p></td> +<td><p><a href="#access_requirement-quest_done_A">quest_done_A</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -123,7 +123,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="even"> -<td><p><a href="#access_requirement335-quest_done_H">quest_done_H</a></p></td> +<td><p><a href="#access_requirement-quest_done_H">quest_done_H</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -136,7 +136,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="odd"> -<td><p><a href="#access_requirement335-completed_achievement">completed_achievement</a></p></td> +<td><p><a href="#access_requirement-completed_achievement">completed_achievement</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -149,7 +149,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="even"> -<td><p><a href="#access_requirement335-quest_failed_text">quest_failed_text</a></p></td> +<td><p><a href="#access_requirement-quest_failed_text">quest_failed_text</a></p></td> <td><p>text</p></td> <td><p>signed</p></td> <td><p><br /> @@ -162,7 +162,7 @@ This table contains the access requirements to enter an instance. </p></td> </tr> <tr class="odd"> -<td><p><a href="#access_requirement335-comment">comment</a></p></td> +<td><p><a href="#access_requirement-comment">comment</a></p></td> <td><p>text</p></td> <td><p>signed</p></td> <td><p><br /> diff --git a/docs/battleground_template.md b/docs/battleground_template.md index 966d6f3..1e064a5 100644 --- a/docs/battleground_template.md +++ b/docs/battleground_template.md @@ -1,4 +1,4 @@ -# battleground\_template335 +# battleground\_template ` Back-to:World ` @@ -31,7 +31,7 @@ Contains information about the different battlegrounds, like how many players ar <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-id">id</a></p></td> +<td><p><a href="#battleground_template-id">id</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -43,7 +43,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="odd"> -<td><p><a href="#battleground_template335-MinPlayersPerTeam">MinPlayersPerTeam</a></p></td> +<td><p><a href="#battleground_template-MinPlayersPerTeam">MinPlayersPerTeam</a></p></td> <td><p>smallintint(5)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -56,7 +56,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-MaxPlayersPerTeam">MaxPlayersPerTeam</a></p></td> +<td><p><a href="#battleground_template-MaxPlayersPerTeam">MaxPlayersPerTeam</a></p></td> <td><p>smallint(5)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -69,7 +69,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="odd"> -<td><p><a href="#battleground_template335-MinLvl">MinLvl</a></p></td> +<td><p><a href="#battleground_template-MinLvl">MinLvl</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -82,7 +82,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-MaxLvl">MaxLvl</a></p></td> +<td><p><a href="#battleground_template-MaxLvl">MaxLvl</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -95,7 +95,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="odd"> -<td><p><a href="#battleground_template335-AllianceStartLoc">AllianceStartLoc</a></p></td> +<td><p><a href="#battleground_template-AllianceStartLoc">AllianceStartLoc</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -108,7 +108,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-AllianceStartO">AllianceStartO</a></p></td> +<td><p><a href="#battleground_template-AllianceStartO">AllianceStartO</a></p></td> <td><p>float</p></td> <td><p>signed</p></td> <td><p><br /> @@ -121,7 +121,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="odd"> -<td><p><a href="#battleground_template335-HordeStartLoc">HordeStartLoc</a></p></td> +<td><p><a href="#battleground_template-HordeStartLoc">HordeStartLoc</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -134,7 +134,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-HordeStartO">HordeStartO</a></p></td> +<td><p><a href="#battleground_template-HordeStartO">HordeStartO</a></p></td> <td><p>float</p></td> <td><p>signed</p></td> <td><p><br /> @@ -147,7 +147,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="odd"> -<td><p><a href="#battleground_template335-StartMaxDist">StartMaxDist</a></p></td> +<td><p><a href="#battleground_template-StartMaxDist">StartMaxDist</a></p></td> <td><p>float</p></td> <td><p>signed</p></td> <td><p><br /> @@ -160,7 +160,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-Weight">Weight</a></p></td> +<td><p><a href="#battleground_template-Weight">Weight</a></p></td> <td><p>tinyint (2)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -173,7 +173,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="odd"> -<td><p><a href="#battleground_template335-ScriptName">ScriptName</a></p></td> +<td><p><a href="#battleground_template-ScriptName">ScriptName</a></p></td> <td><p>char (64)</p></td> <td><p><br /> </p></td> @@ -188,7 +188,7 @@ Contains information about the different battlegrounds, like how many players ar </p></td> </tr> <tr class="even"> -<td><p><a href="#battleground_template335-Comment">Comment</a></p></td> +<td><p><a href="#battleground_template-Comment">Comment</a></p></td> <td><p>char (32)</p></td> <td><p><br /> </p></td> diff --git a/docs/broadcast_text.md b/docs/broadcast_text.md index b9079ad..6bd13f1 100644 --- a/docs/broadcast_text.md +++ b/docs/broadcast_text.md @@ -4,7 +4,7 @@ -This table (ref <https://github.com/TrinityCore/TrinityCore/commit/60e87db>) will have **everything** you need for your scripts' texts, such as: [gossips](gossip_menu_option335), [creature texts](creature_text) and [npc\_text](npc_text)s. +This table (ref <https://github.com/TrinityCore/TrinityCore/commit/60e87db>) will have **everything** you need for your scripts' texts, such as: [gossips](gossip_menu_option), [creature texts](creature_text) and [npc\_text](npc_text)s. Its purpose is (will be) used as a globalized table containing the texts as mentionned above, and things like their sounds, their emotes and the languages in which the texts should be said. diff --git a/docs/characters_table_.md b/docs/characters_table_.md index 5766d9f..26f9ae5 100644 --- a/docs/characters_table_.md +++ b/docs/characters_table_.md @@ -1141,7 +1141,7 @@ A bitmask that represents what Player flags the player has. Each bit controls a <td><p>PLAYER_FLAGS_UNK25</p></td> </tr> <tr class="even"> -<td><p>33554432</p></td> +<td><p>54432</p></td> <td><p>0x02000000</p></td> <td><p>PLAYER_FLAGS_NO_XP_GAIN</p></td> </tr> diff --git a/docs/conditions.md b/docs/conditions.md index 5d9a962..d64e516 100644 --- a/docs/conditions.md +++ b/docs/conditions.md @@ -1183,16 +1183,16 @@ Notes: \***CONDITION\_SOURCE\_TYPE\_GOSSIP\_MENU = 14** -- - SourceGroup: gossip menu entry ([gossip\_menu.entry](gossip_menu335_2130187.html#gossip_menu335-entry)) - - SourceEntry: gossip menu text id ([gossip\_menu.text\_id](gossip_menu335_2130187.html#gossip_menu335-text_id)) +- - SourceGroup: gossip menu entry ([gossip\_menu.entry](gossip_menu_2130187.html#gossip_menu-entry)) + - SourceEntry: gossip menu text id ([gossip\_menu.text\_id](gossip_menu_2130187.html#gossip_menu-text_id)) - ConditionTarget: - 0 - Player for which gossip text is shown - 1 - WorldObject providing gossip \***CONDITION\_SOURCE\_TYPE\_GOSSIP\_MENU\_OPTION = 15** -- - SourceGroup: gossip menu entry ([gossip\_menu\_option.menu\_id](gossip_menu_option335_2130188.html#gossip_menu_option335-menu_id)) - - SourceEntry: gossip menu option id ([gossip\_menu\_option.id](gossip_menu_option335_2130188.html#gossip_menu_option335-id)) +- - SourceGroup: gossip menu entry ([gossip\_menu\_option.menu\_id](gossip_menu_option_2130188.html#gossip_menu_option-menu_id)) + - SourceEntry: gossip menu option id ([gossip\_menu\_option.id](gossip_menu_option_2130188.html#gossip_menu_option-id)) - ConditionTarget: - 0 - Player for which gossip text is shown - 1 - WorldObject providing gossip diff --git a/docs/creature_addon.md b/docs/creature_addon.md index 2052f4c..5d6b3fa 100644 --- a/docs/creature_addon.md +++ b/docs/creature_addon.md @@ -200,7 +200,7 @@ List of known values and what their visual effects on the creature - 7 = Shows health bar as empty (combine with the state dead emote to make a creature look dead) - 8 = Makes the mob kneel - 9 = Submerges the creature below the ground -- 33554432 = Hover mode +- 54432 = Hover mode - 50331648 = Hover mode 2 ### bytes2 diff --git a/docs/creature_template.md b/docs/creature_template.md index 1288e05..c9b8ccc 100644 --- a/docs/creature_template.md +++ b/docs/creature_template.md @@ -1,85 +1,85 @@ -# creature\_template335 +# creature\_template This table contains the description of creatures. Each spawned creature is an instance of a template present in this table, this means every creature MUST be defined in this table. | Field | Type | Null | Key | Default | Extra | Comment | |----------------------------------------------------------------------|-----------------------|------|-----|---------|-------|--------------------------------------| -| [entry](#creature_template335-entry) | mediumint(8) unsigned | NO | PRI | 0 | | | -| [difficulty\_entry\_1](#creature_template335-difficulty_entry) | mediumint(8) unsigned | NO | | 0 | | | -| [difficulty\_entry\_2](#creature_template335-difficulty_entry) | mediumint(8) unsigned | NO | | 0 | | | -| [difficulty\_entry\_3](#creature_template335-difficulty_entry) | mediumint(8) unsigned | NO | | 0 | | | -| [KillCredit1](#creature_template335-KillCredit1) | int(10) unsigned | NO | | 0 | | | -| [KillCredit2](#creature_template335-KillCredit2) | int(10) unsigned | NO | | 0 | | | -| [modelid1](#creature_template335-modelid) | mediumint(8) unsigned | NO | | 0 | | | -| [modelid2](#creature_template335-modelid) | mediumint(8) unsigned | NO | | 0 | | | -| [modelid3](#creature_template335-modelid) | mediumint(8) unsigned | NO | | 0 | | | -| [modelid4](#creature_template335-modelid) | mediumint(8) unsigned | NO | | 0 | | | -| [name](#creature_template335-name) | char(100) | NO | MUL | 0 | | | -| [subname](#creature_template335-subname) | char(100) | YES | | (NULL) | | | -| [IconName](#creature_template335-IconName) | char(100) | YES | | (NULL) | | | -| [gossip\_menu\_id](#creature_template335-gossip_menu_id) | mediumint(8) unsigned | NO | | 0 | | | -| [minlevel](#creature_template335-minlevel) | tinyint(3) unsigned | NO | | 1 | | | -| [maxlevel](#creature_template335-maxlevel) | tinyint(3) unsigned | NO | | 1 | | | -| [exp](#creature_template335-exp) | smallint(6) | NO | | 0 | | | -| [faction](#creature_template335-faction) | smallint(5) unsigned | NO | | 0 | | | -| [npcflag](#creature_template335-npcflag) | int(10) unsigned | NO | | 0 | | | -| [speed\_walk](#creature_template335-speed_walk) | float | NO | | 1 | | Result of 2.5/2.5, most common value | -| [speed\_run](#creature_template335-speed_run) | float | NO | | 1.14286 | | Result of 8.0/7.0, most common value | -| [scale](#creature_template335-scale) | float | NO | | 1 | | | -| [rank](#creature_template335-rank) | tinyint(3) unsigned | NO | | 0 | | | -| [dmgschool](#creature_template335-dmgschool) | tinyint(4) | NO | | 0 | | | -| [BaseAttackTime](#creature_template335-BaseAttackTime) | int(10) unsigned | NO | | 0 | | | -| [RangeAttackTime](#creature_template335-RangeAttackTime) | int(10) unsigned | NO | | 0 | | | -| [BaseVariance](#creature_template335-BaseVariance) | float | NO | | 1 | | | -| [RangeVariance](#creature_template335-RangeVariance) | float | NO | | 1 | | | -| [unit\_class](#creature_template335-unit_class) | tinyint(3) unsigned | NO | | 0 | | | -| [unit\_flags](#creature_template335-unit_flags) | int(10) unsigned | NO | | 0 | | | -| [unit\_flags2](#creature_template335-unit_flags2) | int(10) unsigned | NO | | 0 | | | -| [dynamicflags](#creature_template335-dynamicflags) | int(10) unsigned | NO | | 0 | | | -| [family](#creature_template335-family) | tinyint(4) | NO | | 0 | | | -| [trainer\_type](#creature_template335-trainer_type) | tinyint(4) | NO | | 0 | | | -| [trainer\_spell](#creature_template335-trainer_spell) | mediumint(8) unsigned | NO | | 0 | | | -| [trainer\_class](#creature_template335-trainer_class) | tinyint(3) unsigned | NO | | 0 | | | -| [trainer\_race](#creature_template335-trainer_race) | tinyint(3) unsigned | NO | | 0 | | | -| [type](#creature_template335-type) | tinyint(3) unsigned | NO | | 0 | | | -| [type\_flags](#creature_template335-type_flags) | int(10) unsigned | NO | | 0 | | | -| [lootid](#creature_template335-lootid) | mediumint(8) unsigned | NO | | 0 | | | -| [pickpocketloot](#creature_template335-pickpocketloot) | mediumint(8) unsigned | NO | | 0 | | | -| [skinloot](#creature_template335-skinl) | mediumint(8) unsigned | NO | | 0 | | | -| [resistance1](#creature_template335-resistance) | smallint(6) | NO | | 0 | | | -| [resistance2](#creature_template335-resistance) | smallint(6) | NO | | 0 | | | -| [resistance3](#creature_template335-resistance) | smallint(6) | NO | | 0 | | | -| [resistance4](#creature_template335-resistance) | smallint(6) | NO | | 0 | | | -| [resistance5](#creature_template335-resistance) | smallint(6) | NO | | 0 | | | -| [resistance6](#creature_template335-resistance) | smallint(6) | NO | | 0 | | | -| [spell1](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell2](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell3](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell4](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell5](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell6](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell7](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [spell8](#creature_template335-spell) | mediumint(8) unsigned | NO | | 0 | | | -| [PetSpellDataId](#creature_template335-PetSpellDataId) | mediumint(8) unsigned | NO | | 0 | | | -| [VehicleId](#creature_template335-VehicleId) | mediumint(8) unsigned | NO | | 0 | | | -| [mingold](#creature_template335-mingold) | mediumint(8) unsigned | NO | | 0 | | | -| [maxgold](#creature_template335-maxgold) | mediumint(8) unsigned | NO | | 0 | | | -| [AIName](#creature_template335-AIName) | char(64) | NO | | | | | -| [MovementType](#creature_template335-MovementType) | tinyint(3) unsigned | NO | | 0 | | | -| [InhabitType](#creature_template335-InhabitType) | tinyint(3) unsigned | NO | | 3 | | | -| [HoverHeight](#creature_template335-HoverHeight) | float | NO | | 1 | | | -| [HealthModifier](#creature_template335-HealthModifier) | float | NO | | 1 | | | -| [ManaModifier](#creature_template335-ManaModifier) | float | NO | | 1 | | | -| [ArmorModifier](#creature_template335-ArmorModifier) | float | NO | | 1 | | | -| [DamageModifier](#creature_template335-DamageModifier) | float | NO | | 1 | | | -| [ExperienceModifier](#creature_template335-ExperienceModifier) | float | NO | | 1 | | | -| [RacialLeader](#creature_template335-RacialLeader) | tinyint(3) unsigned | NO | | 0 | | | -| [movementId](#creature_template335-movementId) | int(11) unsigned | NO | | 0 | | | -| [RegenHealth](#creature_template335-RegenHealth) | tinyint(3) unsigned | NO | | 1 | | | -| [mechanic\_immune\_mask](#creature_template335-mechanic_immune_mask) | int(10) unsigned | NO | | 0 | | | -| [flags\_extra](#creature_template335-flags_extra) | int(10) unsigned | NO | | 0 | | | -| [ScriptName](#creature_template335-ScriptName) | char(64) | NO | | | | | -| [VerifiedBuild](#creature_template335-VerifiedBuild) | smallint(5) | YES | | 0 | | | +| [entry](#creature_template-entry) | mediumint(8) unsigned | NO | PRI | 0 | | | +| [difficulty\_entry\_1](#creature_template-difficulty_entry) | mediumint(8) unsigned | NO | | 0 | | | +| [difficulty\_entry\_2](#creature_template-difficulty_entry) | mediumint(8) unsigned | NO | | 0 | | | +| [difficulty\_entry\_3](#creature_template-difficulty_entry) | mediumint(8) unsigned | NO | | 0 | | | +| [KillCredit1](#creature_template-KillCredit1) | int(10) unsigned | NO | | 0 | | | +| [KillCredit2](#creature_template-KillCredit2) | int(10) unsigned | NO | | 0 | | | +| [modelid1](#creature_template-modelid) | mediumint(8) unsigned | NO | | 0 | | | +| [modelid2](#creature_template-modelid) | mediumint(8) unsigned | NO | | 0 | | | +| [modelid3](#creature_template-modelid) | mediumint(8) unsigned | NO | | 0 | | | +| [modelid4](#creature_template-modelid) | mediumint(8) unsigned | NO | | 0 | | | +| [name](#creature_template-name) | char(100) | NO | MUL | 0 | | | +| [subname](#creature_template-subname) | char(100) | YES | | (NULL) | | | +| [IconName](#creature_template-IconName) | char(100) | YES | | (NULL) | | | +| [gossip\_menu\_id](#creature_template-gossip_menu_id) | mediumint(8) unsigned | NO | | 0 | | | +| [minlevel](#creature_template-minlevel) | tinyint(3) unsigned | NO | | 1 | | | +| [maxlevel](#creature_template-maxlevel) | tinyint(3) unsigned | NO | | 1 | | | +| [exp](#creature_template-exp) | smallint(6) | NO | | 0 | | | +| [faction](#creature_template-faction) | smallint(5) unsigned | NO | | 0 | | | +| [npcflag](#creature_template-npcflag) | int(10) unsigned | NO | | 0 | | | +| [speed\_walk](#creature_template-speed_walk) | float | NO | | 1 | | Result of 2.5/2.5, most common value | +| [speed\_run](#creature_template-speed_run) | float | NO | | 1.14286 | | Result of 8.0/7.0, most common value | +| [scale](#creature_template-scale) | float | NO | | 1 | | | +| [rank](#creature_template-rank) | tinyint(3) unsigned | NO | | 0 | | | +| [dmgschool](#creature_template-dmgschool) | tinyint(4) | NO | | 0 | | | +| [BaseAttackTime](#creature_template-BaseAttackTime) | int(10) unsigned | NO | | 0 | | | +| [RangeAttackTime](#creature_template-RangeAttackTime) | int(10) unsigned | NO | | 0 | | | +| [BaseVariance](#creature_template-BaseVariance) | float | NO | | 1 | | | +| [RangeVariance](#creature_template-RangeVariance) | float | NO | | 1 | | | +| [unit\_class](#creature_template-unit_class) | tinyint(3) unsigned | NO | | 0 | | | +| [unit\_flags](#creature_template-unit_flags) | int(10) unsigned | NO | | 0 | | | +| [unit\_flags2](#creature_template-unit_flags2) | int(10) unsigned | NO | | 0 | | | +| [dynamicflags](#creature_template-dynamicflags) | int(10) unsigned | NO | | 0 | | | +| [family](#creature_template-family) | tinyint(4) | NO | | 0 | | | +| [trainer\_type](#creature_template-trainer_type) | tinyint(4) | NO | | 0 | | | +| [trainer\_spell](#creature_template-trainer_spell) | mediumint(8) unsigned | NO | | 0 | | | +| [trainer\_class](#creature_template-trainer_class) | tinyint(3) unsigned | NO | | 0 | | | +| [trainer\_race](#creature_template-trainer_race) | tinyint(3) unsigned | NO | | 0 | | | +| [type](#creature_template-type) | tinyint(3) unsigned | NO | | 0 | | | +| [type\_flags](#creature_template-type_flags) | int(10) unsigned | NO | | 0 | | | +| [lootid](#creature_template-lootid) | mediumint(8) unsigned | NO | | 0 | | | +| [pickpocketloot](#creature_template-pickpocketloot) | mediumint(8) unsigned | NO | | 0 | | | +| [skinloot](#creature_template-skinl) | mediumint(8) unsigned | NO | | 0 | | | +| [resistance1](#creature_template-resistance) | smallint(6) | NO | | 0 | | | +| [resistance2](#creature_template-resistance) | smallint(6) | NO | | 0 | | | +| [resistance3](#creature_template-resistance) | smallint(6) | NO | | 0 | | | +| [resistance4](#creature_template-resistance) | smallint(6) | NO | | 0 | | | +| [resistance5](#creature_template-resistance) | smallint(6) | NO | | 0 | | | +| [resistance6](#creature_template-resistance) | smallint(6) | NO | | 0 | | | +| [spell1](#creature_template-spell) | mediumint(8) unsigned | NO | | 0 | | | +| [spell2](#creature_template-spell) | mediumint(8) unsigned | NO | | 0 | | | +| [spell3](#creature_template-spell) | mediumint(8) unsigned | NO | | 0 |
