blob: f82a14cb0300548ad92f07a03584e69efdc9c127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
|
# npc\_text
[<-Back-to:World](database-world.md)
**Table Structure**
This table contains the texts that are used for gossip. More research needs to be done on this table.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---------------|--------------|------------|-----|------|---------|-------|---------|
| ID | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | |
| text0_0 | longtext | SIGNED | | YES | NULL | | |
| text0_1 | longtext | SIGNED | | YES | NULL | | |
| lang0 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability0 | FLOAT | SIGNED | | NO | 0 | | |
| em0_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em0_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em0_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em0_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em0_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em0_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text1_0 | longtext | SIGNED | | YES | NULL | | |
| text1_1 | longtext | SIGNED | | YES | NULL | | |
| lang1 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability1 | FLOAT | SIGNED | | NO | 0 | | |
| em1_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em1_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em1_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em1_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em1_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em1_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text2_0 | longtext | SIGNED | | YES | NULL | | |
| text2_1 | longtext | SIGNED | | YES | NULL | | |
| lang2 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability2 | FLOAT | SIGNED | | NO | 0 | | |
| em2_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em2_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em2_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em2_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em2_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em2_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text3_0 | longtext | SIGNED | | YES | NULL | | |
| text3_1 | longtext | SIGNED | | YES | NULL | | |
| lang3 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability3 | FLOAT | SIGNED | | NO | 0 | | |
| em3_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em3_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em3_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em3_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em3_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em3_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text4_0 | longtext | SIGNED | | YES | NULL | | |
| text4_1 | longtext | SIGNED | | YES | NULL | | |
| lang4 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability4 | FLOAT | SIGNED | | NO | 0 | | |
| em4_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em4_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em4_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em4_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em4_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em4_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text5_0 | longtext | SIGNED | | YES | NULL | | |
| text5_1 | longtext | SIGNED | | YES | NULL | | |
| lang5 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability5 | FLOAT | SIGNED | | NO | 0 | | |
| em5_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em5_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em5_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em5_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em5_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em5_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text6_0 | longtext | SIGNED | | YES | NULL | | |
| text6_1 | longtext | SIGNED | | YES | NULL | | |
| lang5 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability6 | FLOAT | SIGNED | | NO | 0 | | |
| em6_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em6_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em6_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em6_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em6_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em6_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| text7_0 | longtext | SIGNED | | YES | NULL | | |
| text7_1 | longtext | SIGNED | | YES | NULL | | |
| lang7 | TINYINT | UNSIGNED | | NO | 0 | | |
| Probability7 | FLOAT | SIGNED | | NO | 0 | | |
| em7_0 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em7_1 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em7_2 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em7_3 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em7_4 | SMALLINT | UNSIGNED | | NO | 0 | | |
| em7_5 | SMALLINT | UNSIGNED | | NO | 0 | | |
| VerifiedBuild | SMALLINT | SIGNED | | YES | 1 | | |
**Field Descriptions**
### ID
This is the ID of the text entry.
### text0\_0
This is the locale text that is displayed if the NPC is a male.
### text0\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID0
The \`broadcast\_text\`.\`ID\` field value for the \`MaleText\` in the \`broadcast\_text\` table.
### lang0
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
If set to 0, then it doesn't require to know any specific language.
### Probability0
The percent-chance (probability) that the NPC will say either text0\_0 or text0\_1 depending on the NPCs gender.
### em0\_0
The ID of the emote that the NPC should do upon greeting the player.
### em0\_1
The use of this field is unknown.
### em0\_2
The use of this field is unknown.
### em0\_3
The use of this field is unknown.
### em0\_4
The use of this field is unknown.
### em0\_5
The use of this field is unknown.
### text1\_0
This is the locale text that is displayed if the NPC is a male.
### text1\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID1
The \`broadcast\_text\`.\`ID\` field value for the \`FemaleText\` in the \`broadcast\_text\` table.
### lang1
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability1
The percent-chance (probability) that the NPC will say either text1\_0 or text1\_1 depending on the NPCs gender.
### em1\_0
The ID of the emote that the NPC should do upon greeting the player.
### em1\_1
The use of this field is unknown.
### em1\_2
The use of this field is unknown.
### em1\_3
The use of this field is unknown.
### em1\_4
The use of this field is unknown.
### em1\_5
The use of this field is unknown.
### text2\_0
This is the locale text that is displayed if the NPC is a male.
### text2\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID2
The use of this field is unknown.
### lang2
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability2
The percent-chance (probability) that the NPC will say either text2\_0 or text2\_1 depending on the NPCs gender.
### em2\_0
The ID of the emote that the NPC should do upon greeting the player.
### em2\_1
The use of this field is unknown.
### em2\_2
The use of this field is unknown.
### em2\_3
The use of this field is unknown.
### em2\_4
The use of this field is unknown.
### em2\_5
The use of this field is unknown.
### text3\_0
This is the locale text that is displayed if the NPC is a male.
### text3\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID3
The use of this field is unknown.
### lang3
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability3
The percent-chance (probability) that the NPC will say either text3\_0 or text3\_1 depending on the NPCs gender.
### em3\_0
The ID of the emote that the NPC should do upon greeting the player.
### em3\_1
The use of this field is unknown.
### em3\_2
The use of this field is unknown.
### em3\_3
The use of this field is unknown.
### em3\_4
The use of this field is unknown.
### em3\_5
The use of this field is unknown.
### text4\_0
This is the locale text that is displayed if the NPC is a male.
### text4\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID4
The use of this field is unknown.
### lang4
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability4
The percent-chance (probability) that the NPC will say either text4\_0 or text4\_1 depending on the NPCs gender.
### em4\_0
The ID of the emote that the NPC should do upon greeting the player.
### em4\_1
The use of this field is unknown.
### em4\_2
The use of this field is unknown.
### em4\_3
The use of this field is unknown.
### em4\_4
The use of this field is unknown.
### em4\_5
The use of this field is unknown.
### text5\_0
This is the locale text that is displayed if the NPC is a male.
### text5\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID5
The use of this field is unknown.
### lang5
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability5
The percent-chance (probability) that the NPC will say either text5\_0 or text5\_1 depending on the NPCs gender.
### em5\_0
The ID of the emote that the NPC should do upon greeting the player.
### em5\_1
The use of this field is unknown.
### em5\_2
The use of this field is unknown.
### em5\_3
The use of this field is unknown.
### em5\_4
The use of this field is unknown.
### em5\_5
The use of this field is unknown.
### text6\_0
This is the locale text that is displayed if the NPC is a male.
### text6\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID6
The use of this field is unknown.
### lang6
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability6
The percent-chance (probability) that the NPC will say either text6\_0 or text6\_1 depending on the NPCs gender.
### em6\_0
The ID of the emote that the NPC should do upon greeting the player.
### em6\_1
The use of this field is unknown.
### em6\_2
The use of this field is unknown.
### em6\_3
The use of this field is unknown.
### em6\_4
The use of this field is unknown.
### em6\_5
The use of this field is unknown.
### text7\_0
This is the locale text that is displayed if the NPC is a male.
### text7\_1
This is the locale text that is displayed if the NPC is a female.
### BroadcastTextID7
The use of this field is unknown.
### lang7
The language of the text in game. Refer to [this page](Languages) for the available language IDs.
### Probability7
The percent-chance (probability) that the NPC will say either text7\_0 or text7\_1 depending on the NPCs gender.
### em7\_0
The ID of the emote that the NPC should do upon greeting the player.
### em7\_1
The use of this field is unknown.
### em7\_2
The use of this field is unknown.
### em7\_3
The use of this field is unknown.
### em7\_4
The use of this field is unknown.
### em7\_5
The use of this field is unknown.
### VerifiedBuild
This field was used to determine whether a template has been verified from WDB files.
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.
|