用户工具

站点工具


数据库:world数据库:broadcast_text

这是本文档旧的修订版!


broadcast_text 表


<-返回:World 数据库

This table (ref https://github.com/TrinityCore/TrinityCore/commit/60e87db) will have everything you need for your scripts' texts, such as: gossips, creature texts and npc_texts.

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.

All the values are from sniffs (ADBVerified) so, don't add things in it - Kinzcool.

Values from this table come from sniffs (retail data) and should not be changed unless you are absolutelly sure they have been wrongly changed before.

Most of the time, the values here are correct and your script needs to be fixed. Please ensure your script works correctly before suggesting changes to this table.

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
IDINTUNSIGNEDPRINO0
LanguageINTUNSIGNED NO0
MaleTexttextSIGNED YESNULL
FemaleTexttextSIGNED YESNULL
EmoteID1INTUNSIGNED NO0
EmoteID2INTUNSIGNED NO0
EmoteID3INTUNSIGNED NO0
EmoteDelay1INTUNSIGNED NO0
EmoteDelay2INTUNSIGNED NO0
EmoteDelay3INTUNSIGNED NO0
SoundIdINTUNSIGNED NO0
UnkEmoteIDINTUNSIGNED NO0
TypeINTUNSIGNED NO0
WDBVerifiedSMALLINTSIGNED NO0

字段说明


ID

The unique ID value for the text.

Language

The language in what the text will be broadcasted.

IDs from Languages.dbc

MaleText

The text that the male creature will broadcast, or male characters can read from gossip menu.

FemaleText

The text that the female creature will broadcast, or female characters can read from gossip menu.

EmoteID[1-3]

The emotes played when the texts are broadcast.

IDs from Emotes.dbc

EmoteDelay[1-3]

The delays of the broadcast emotes.

SoundId

The sounds played when the texts are broadcast.

IDs from SoundEntries.dbc

UnkEmoteID

An emote.

Type

WDBVerified

This field was used to determine whether a template has been verified from WDB files (ADB files for this one).

If value is 0 then it has not been parsed yet.

If value is above 0 then it has been parsed with WDB files from that specific client build.

If value is -1 then it is just a place holder until proper data are found on WDBs.

If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.

数据库/world数据库/broadcast_text.1695536414.txt.gz · 最后更改: 2023/09/24 14:20 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki