From 49bdd146a2c870a4a2e5ae8fd77e90204d950fc8 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:27:46 +0100 Subject: Fix links --- docs/Extract-Client-Data.md | 4 +- docs/access_requirement.md | 24 +++---- docs/battleground_template.md | 28 ++++---- docs/broadcast_text.md | 2 +- docs/characters_table_.md | 2 +- docs/conditions.md | 8 +-- docs/creature_addon.md | 2 +- docs/creature_template.md | 158 +++++++++++++++++++++--------------------- docs/gossip_menu.md | 8 +-- docs/gossip_menu_option.md | 28 ++++---- docs/item_sparse.md | 4 +- docs/item_template.md | 4 +- docs/points_of_interest.md | 16 ++--- docs/quest_template.md | 4 +- docs/smart_scripts.md | 2 +- docs/spell_area.md | 2 +- docs/version.md | 2 +- docs/worldstates.md | 4 +- 18 files changed, 151 insertions(+), 151 deletions(-) (limited to 'docs') 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.

Comment

-

mapId

+

mapId

mediumint (8)

unsigned

PRI

@@ -33,7 +33,7 @@ This table contains the access requirements to enter an instance.

-

difficulty

+

difficulty

tinyint(3)

unsigned

PRI

@@ -45,7 +45,7 @@ This table contains the access requirements to enter an instance.

-

level_min

+

level_min

tinyint(3)

unsigned


@@ -58,7 +58,7 @@ This table contains the access requirements to enter an instance.

-

level_max

+

level_max

tinyint(3)

unsigned


@@ -71,7 +71,7 @@ This table contains the access requirements to enter an instance.

-item_level +item_level smallint(5) unsigned
@@ -84,7 +84,7 @@ This table contains the access requirements to enter an instance. -

item

+

item

mediumint(8)

unsigned


@@ -97,7 +97,7 @@ This table contains the access requirements to enter an instance.

-

item2

+

item2

mediumint(8)

unsigned


@@ -110,7 +110,7 @@ This table contains the access requirements to enter an instance.

-

quest_done_A

+

quest_done_A

mediumint(8)

unsigned


@@ -123,7 +123,7 @@ This table contains the access requirements to enter an instance.

-

quest_done_H

+

quest_done_H

mediumint(8)

unsigned


@@ -136,7 +136,7 @@ This table contains the access requirements to enter an instance.

-

completed_achievement

+

completed_achievement

mediumint(8)

unsigned


@@ -149,7 +149,7 @@ This table contains the access requirements to enter an instance.

-

quest_failed_text

+

quest_failed_text

text

signed


@@ -162,7 +162,7 @@ This table contains the access requirements to enter an instance.

-

comment

+

comment

text

signed


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

Comment

-

id

+

id

mediumint(8)

unsigned

PRI

@@ -43,7 +43,7 @@ Contains information about the different battlegrounds, like how many players ar

-

MinPlayersPerTeam

+

MinPlayersPerTeam

smallintint(5)

unsigned


@@ -56,7 +56,7 @@ Contains information about the different battlegrounds, like how many players ar

-

MaxPlayersPerTeam

+

MaxPlayersPerTeam

smallint(5)

unsigned


@@ -69,7 +69,7 @@ Contains information about the different battlegrounds, like how many players ar

-

MinLvl

+

MinLvl

tinyint(3)

unsigned


@@ -82,7 +82,7 @@ Contains information about the different battlegrounds, like how many players ar

-

MaxLvl

+

MaxLvl

tinyint(3)

unsigned


@@ -95,7 +95,7 @@ Contains information about the different battlegrounds, like how many players ar

-

AllianceStartLoc

+

AllianceStartLoc

mediumint(8)

unsigned


@@ -108,7 +108,7 @@ Contains information about the different battlegrounds, like how many players ar

-

AllianceStartO

+

AllianceStartO

float

signed


@@ -121,7 +121,7 @@ Contains information about the different battlegrounds, like how many players ar

-

HordeStartLoc

+

HordeStartLoc

mediumint(8)

unsigned


@@ -134,7 +134,7 @@ Contains information about the different battlegrounds, like how many players ar

-

HordeStartO

+

HordeStartO

float

signed


@@ -147,7 +147,7 @@ Contains information about the different battlegrounds, like how many players ar

-

StartMaxDist

+

StartMaxDist

float

signed


@@ -160,7 +160,7 @@ Contains information about the different battlegrounds, like how many players ar

-

Weight

+

Weight

tinyint (2)

unsigned


@@ -173,7 +173,7 @@ Contains information about the different battlegrounds, like how many players ar

-

ScriptName

+

ScriptName

char (64)


@@ -188,7 +188,7 @@ Contains information about the different battlegrounds, like how many players ar

-

Comment

+

Comment

char (32)


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 ) 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 ) 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

PLAYER_FLAGS_UNK25

-

33554432

+

54432

0x02000000

PLAYER_FLAGS_NO_XP_GAIN

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 |   |   | +| [spell4](#creature_template-spell) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [spell5](#creature_template-spell) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [spell6](#creature_template-spell) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [spell7](#creature_template-spell) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [spell8](#creature_template-spell) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [PetSpellDataId](#creature_template-PetSpellDataId) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [VehicleId](#creature_template-VehicleId) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [mingold](#creature_template-mingold) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [maxgold](#creature_template-maxgold) | mediumint(8) unsigned | NO |   | 0 |   |   | +| [AIName](#creature_template-AIName) | char(64) | NO |   |   |   |   | +| [MovementType](#creature_template-MovementType) | tinyint(3) unsigned | NO |   | 0 |   |   | +| [InhabitType](#creature_template-InhabitType) | tinyint(3) unsigned | NO |   | 3 |   |   | +| [HoverHeight](#creature_template-HoverHeight) | float | NO |   | 1 |   |   | +| [HealthModifier](#creature_template-HealthModifier) | float | NO |   | 1 |   |   | +| [ManaModifier](#creature_template-ManaModifier) | float | NO |   | 1 |   |   | +| [ArmorModifier](#creature_template-ArmorModifier) | float | NO |   | 1 |   |   | +| [DamageModifier](#creature_template-DamageModifier) | float | NO |   | 1 |   |   | +| [ExperienceModifier](#creature_template-ExperienceModifier) | float | NO |   | 1 |   |   | +| [RacialLeader](#creature_template-RacialLeader) | tinyint(3) unsigned | NO |   | 0 |   |   | +| [movementId](#creature_template-movementId) | int(11) unsigned | NO |   | 0 |   |   | +| [RegenHealth](#creature_template-RegenHealth) | tinyint(3) unsigned | NO |   | 1 |   |   | +| [mechanic\_immune\_mask](#creature_template-mechanic_immune_mask) | int(10) unsigned | NO |   | 0 |   |   | +| [flags\_extra](#creature_template-flags_extra) | int(10) unsigned | NO |   | 0 |   |   | +| [ScriptName](#creature_template-ScriptName) | char(64) | NO |   |   |   |   | +| [VerifiedBuild](#creature_template-VerifiedBuild) | smallint(5) | YES |   | 0 |   |   | ** ** @@ -453,7 +453,7 @@ UNIT\_FLAG\_FLEEING 0x0100 0000 UNIT\_FLAG\_PLAYER\_CONTROLLED Used in spell Eyes of the Beast for pet... let attack by controlled creature. Also used by Vehicles (PCV). -33554432 +54432 0x0200 0000 UNIT\_FLAG\_NOT\_SELECTABLE Can't be selected by mouse or with /target {name} command. @@ -1046,7 +1046,7 @@ e.g. Death Coil (Warlock) 0x0100 0000 MECHANIC\_INVULNERABILITY Forbearance, Nether Protection, Diplomatic Immunity only -33554432 +54432 0x0200 0000 MECHANIC\_INTERRUPT 67108864 diff --git a/docs/gossip_menu.md b/docs/gossip_menu.md index fc4d1d8..8602a0a 100644 --- a/docs/gossip_menu.md +++ b/docs/gossip_menu.md @@ -1,4 +1,4 @@ -# gossip\_menu335 +# gossip\_menu ` Back-to:World ` @@ -31,7 +31,7 @@ This table is used for displaying gossip when a player talks to an NPC with [np

Comment

-

entry

+

entry

smallint(6)

unsigned

PRI

@@ -43,7 +43,7 @@ This table is used for displaying gossip when a player talks to an NPC with [np

-

text_id

+

text_id

mediumint(8)

unsigned

PRI

@@ -62,7 +62,7 @@ This table is used for displaying gossip when a player talks to an NPC with [np ### entry This must match the entry you added to [creature\_template.gossip\_menu\_id](https://trinitycore.atlassian.net/wiki/display/tc/creature_template#creature_template-gossip_menu_id). This also -groups the options from gossip\_menu\_option335 and displays all options associated with this ID. +groups the options from gossip\_menu\_option and displays all options associated with this ID. **Note:** If adding your own custom menu options, then it is common practice to start with an ID at or above 50,000 just to be safe that it doesn't conflict with other gossip menu id's. diff --git a/docs/gossip_menu_option.md b/docs/gossip_menu_option.md index 5de7d46..2a68d01 100644 --- a/docs/gossip_menu_option.md +++ b/docs/gossip_menu_option.md @@ -1,4 +1,4 @@ -# gossip\_menu\_option335 +# gossip\_menu\_option **Table: gossip\_menu\_option** @@ -19,7 +19,7 @@ This table holds information about menu options a gossip NPC can have. Example

Comment

-

MenuID

+

MenuID

smallint(6)

unsigned

PRI

@@ -31,7 +31,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

OptionID

+

OptionID

smallint(6)

unsigned

PRI

@@ -43,7 +43,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

OptionIcon

+

OptionIcon

smallint(6)

unsigned

PRI

@@ -55,7 +55,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

OptionText

+

OptionText

text

signed


@@ -68,7 +68,7 @@ This table holds information about menu options a gossip NPC can have. Example

-OptionBroadcastTextID +OptionBroadcastTextID mediumint(6)
@@ -83,7 +83,7 @@ This table holds information about menu options a gossip NPC can have. Example -

OptionType

+

OptionType

tinyint(3)

unsigned


@@ -96,7 +96,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

OptionNpcFlag

+

OptionNpcFlag

int(10)

unsigned


@@ -109,7 +109,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

ActionMenuID

+

ActionMenuID

mediumint(8)

unsigned


@@ -122,7 +122,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

ActionPoiID

+

ActionPoiID

mediumint(8)

unsigned


@@ -135,7 +135,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

BoxCoded

+

BoxCoded

tinyint(3)

unsigned


@@ -148,7 +148,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

BoxMoney

+

BoxMoney

int(11)

unsigned


@@ -161,7 +161,7 @@ This table holds information about menu options a gossip NPC can have. Example

-

BoxText

+

BoxText

text

signed


@@ -174,7 +174,7 @@ This table holds information about menu options a gossip NPC can have. Example

-BoxBroadcastTextID +BoxBroadcastTextID mediumint(6)
diff --git a/docs/item_sparse.md b/docs/item_sparse.md index 5be8a50..5a7fe37 100644 --- a/docs/item_sparse.md +++ b/docs/item_sparse.md @@ -292,7 +292,7 @@ Flags1 to Flags3 are bitmask fields that contains flags that the item has on it.  UNK10 -33554432 +54432 0x02000000  Profession recipes: can only be looted if you meet requirements and don't already know it @@ -1423,7 +1423,7 @@ Commonly used socket bonus IDs +12 Stamina -3353 +3 +8 Intellect diff --git a/docs/item_template.md b/docs/item_template.md index b9fcf73..0f816f9 100644 --- a/docs/item_template.md +++ b/docs/item_template.md @@ -2324,7 +2324,7 @@ Bitmask field that contains flags that the item has on it. As all other such fie  UNK10 -33554432 +54432 0x02000000  Profession recipes: can only be looted if you meet requirements and don't already know it @@ -3563,7 +3563,7 @@ commonly used socket bonus IDs

+12 Stamina

-

3353

+

3

+8 Intellect

diff --git a/docs/points_of_interest.md b/docs/points_of_interest.md index 9e8f52c..783392e 100644 --- a/docs/points_of_interest.md +++ b/docs/points_of_interest.md @@ -1,4 +1,4 @@ -# points\_of\_interest335 +# points\_of\_interest `Back-to:World` @@ -21,7 +21,7 @@

Comment

-

entry

+

entry

mediumint(8)

unsigned

PRI

@@ -33,7 +33,7 @@

-

x

+

x

float

signed


@@ -46,7 +46,7 @@

-

y

+

y

float

signed


@@ -59,7 +59,7 @@

-

icon

+

icon

mediumint(8)

unsigned


@@ -72,7 +72,7 @@

-

flags

+

flags

mediumint(8)

unsigned


@@ -85,7 +85,7 @@

-

Importance

+

Importance

mediumint(8)

unsigned


@@ -98,7 +98,7 @@

-

icon_name

+

icon_name

text

signed


diff --git a/docs/quest_template.md b/docs/quest_template.md index b8c59c8..c1d3953 100644 --- a/docs/quest_template.md +++ b/docs/quest_template.md @@ -876,7 +876,7 @@ Examples: **Mist of Pandaria and all Expansions after:** -33555378 (33554432 + 256 + 128 + 32 + 16 + 2 + 512)  = Horde +55378 (54432 + 256 + 128 + 32 + 16 + 2 + 512)  = Horde 18875469 (16777216 + 2097152 + 1024 + 64 + 8 + 4 + 1) = Alliance @@ -1158,7 +1158,7 @@ This flag field defines more specifically the type of quest it is. Aside from th -33554432 +54432 QUEST_FLAGS_REMOVE_EXTRA_GET_ITEMS
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index c4c5b29..d883a3c 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -1435,7 +1435,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if


-On gossip clicked (gossip_menu_option335). +On gossip clicked (gossip_menu_option).

SMART_EVENT_JUST_CREATED

diff --git a/docs/spell_area.md b/docs/spell_area.md index 9503381..b5f86fe 100644 --- a/docs/spell_area.md +++ b/docs/spell_area.md @@ -193,7 +193,7 @@ MASTER: 0, 52430847 = All Races -33555378 (2 + 16 + 32 + 128 + 256 + 512 + 33554432) = Horde Only +55378 (2 + 16 + 32 + 128 + 256 + 512 + 54432) = Horde Only 18875469 (1 + 4 + 8 + 64 + 1024 + 2097152 + 16777216) = Alliance Only diff --git a/docs/version.md b/docs/version.md index 6121fbb..f581bf7 100644 --- a/docs/version.md +++ b/docs/version.md @@ -96,7 +96,7 @@ Core Revision Hash your server is currently running on, i.e. **Unknown** or **8e ### db\_version -Database Version your server is currently running on. Example: **TDB 335.58** +Database Version your server is currently running on. Example: **TDB .58** ### script\_version diff --git a/docs/worldstates.md b/docs/worldstates.md index 3bceb65..1d0f0e8 100644 --- a/docs/worldstates.md +++ b/docs/worldstates.md @@ -93,7 +93,7 @@ AV\_FROSTWOLFHUT\_H\_C = 1330, AV\_FROSTWOLFHUT\_A\_A = 1331, //over ha AV\_FROSTWOLFHUT\_H\_A = 1332, //over ac AV\_PIKEGRAVE\_A\_C = 1333, //Stormpike Graveyard -AV\_PIKEGRAVE\_A\_A = 1335, +AV\_PIKEGRAVE\_A\_A = 1, AV\_PIKEGRAVE\_H\_C = 1334, AV\_PIKEGRAVE\_H\_A = 1336, AV\_FROSTWOLF\_A\_C = 1337, //over hc //Frostwolf Grave @@ -607,7 +607,7 @@ BATTLEFIELD\_WG\_WORLD\_STATE\_ATTACKER = 3803, VH\_WORLD\_STATE\_WAVE\_COUNT = 3810, VH\_WORLD\_STATE\_PRISON\_STATE = 3815, VH\_WORLD\_STATE\_SHOW = 3816, -BG\_SA\_ANCIENT\_GATEWS = 3849, // 2292,0,80,81,82,77,78,79,74,75,76,0,881.70300293,-108.355003357,109.834999084,607,959,4384,"Chamber of Ancient Relics",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3849,, +BG\_SA\_ANCIENT\_GATEWS = 3849, // 2292,0,80,81,82,77,78,79,74,75,76,0,881.70300293,-108.355007,109.834999084,607,959,4384,"Chamber of Ancient Relics",,,,,,,,,,,,,,,,0xFF01FE,"",,,,,,,,,,,,,,,,0xFF01FC,3849,, BATTLE\_FOR\_THE\_UNDERCITY\_UI\_BATTLE\_BEGUN = 3875, // The battle for Undercity has begun! BATTLE\_FOR\_THE\_UNDERCITY\_UI\_TIME\_REMANING = 3876, -- cgit