diff options
| -rw-r--r-- | docs/Emotes.md | 5 | ||||
| -rw-r--r-- | docs/Faction.md | 3 | ||||
| -rw-r--r-- | docs/FactionTemplate.md | 6 |
3 files changed, 2 insertions, 12 deletions
diff --git a/docs/Emotes.md b/docs/Emotes.md index 955be20..ff7c0c3 100644 --- a/docs/Emotes.md +++ b/docs/Emotes.md @@ -1,12 +1,7 @@ # Emotes -`Back-to:DBC` - - - This DBC contains emotes which can be used by NPCs. -**Version is : 3.3.5a** ## Structure diff --git a/docs/Faction.md b/docs/Faction.md index d502578..84873fc 100644 --- a/docs/Faction.md +++ b/docs/Faction.md @@ -1,14 +1,11 @@ # Faction -`Back-to:DBC` - **Faction.dbc** This dbc contains information on all of the base factions. These factions are unique and represent a faction with which a player can gain reputation. **IMPORTANT:** These values are used for **ALL** tables **EXCEPT** the [creature\_template](creature_template) and [gameobject\_template](gameobject_template) tables. -**Version is : 3.3.5a** ## Structure diff --git a/docs/FactionTemplate.md b/docs/FactionTemplate.md index 311a51d..2212484 100644 --- a/docs/FactionTemplate.md +++ b/docs/FactionTemplate.md @@ -1,12 +1,10 @@ # FactionTemplate -`Back-to:DBC` - **FactionTemplate.dbc** This DBC contains information on all of the individual factions. A faction entry from this DBC contains all of the needed data to calculate hostility, friendliness, or neutrality to any other faction in this DBC. -**IMPORTANT: These values are only used for the [creature\_template](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130008/creature+template) and [gameobject\_template](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130143/gameobject+template) tables.** +**IMPORTANT: These values are only used for the [creature\_template](creature_template) and [gameobject\_template](gameobject\_template) tables.** ## **Structure** @@ -14,7 +12,7 @@ This DBC contains information on all of the individual factions. A faction entry |--------------|-----------------------------------------------------------------------------------------------------|------------------| | **Field Nb** | **Name** | **Type** | | 1 | ID | Int | -| 2 | Name (Ref to [Faction.dbc](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130168/Faction)) | Int | +| 2 | Name (Ref to [Faction.dbc](Faction.dbc)) | Int | | 4 | ourMask | Bitmask (4 bits) | | 5 | friendlyMask | Bitmask (4 bits) | | 6 | hostileMask | Bitmask (4 bits) | |
