EmotesText.dbc¶
The emotes text table contains definitions for linking emote animations with emote texts.
Table structure¶
ID | Name | Type | Default | Description |
---|---|---|---|---|
1 | ID | Integer | Unique ID | |
2 | name | String | Name of the emote as used in in-game chat. | |
3 | emote | Integer | 0 | References the emote definition. |
4 | emoteTextData1 | Integer | 0 | The text to display. |
5 | emoteTextData2 | Integer | 0 | The text to display. |
6 | emoteTextData3 | Integer | 0 | The text to display. |
7 | emoteTextData4 | Integer | 0 | The text to display. |
8 | emoteTextData5 | Integer | 0 | The text to display. |
9 | emoteTextData6 | Integer | 0 | The text to display. |
10 | emoteTextData7 | Integer | 0 | The text to display. |
11 | emoteTextData8 | Integer | 0 | The text to display. |
12 | emoteTextData9 | Integer | 0 | The text to display. |
13 | emoteTextData10 | Integer | 0 | The text to display. |
14 | emoteTextData11 | Integer | 0 | The text to display. |
15 | emoteTextData12 | Integer | 0 | The text to display. |
16 | emoteTextData13 | Integer | 0 | The text to display. |
17 | emoteTextData14 | Integer | 0 | The text to display. |
18 | emoteTextData15 | Integer | 0 | The text to display. |
19 | emoteTextData16 | Integer | 0 | The text to display. |
Relations¶
emote
references the primary key of Emotes.dbc.emoteTextData[1-16]
reference the primary key of EmotesTextData.dbc.