summaryrefslogtreecommitdiff
path: root/docs/Languages.md
blob: 231eff9859ab66af288e52df0ee739f6764a0a66 (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
# Languages

**DBC Structure - For Version 3.3.5a**

This DBC contains languages that can be used in texts. The player must have competence in this language to understand what is written.

|            |          |                                         |
|------------|----------|-----------------------------------------|
| **Column** | **Type** | **Notes**                               |
| 1          | long     | The ID of the language. Must be unique. |
| 2          | str      | The name of the language goes here.     |
| 18         | flags    | The purpose of this column is unknown.  |

Any unlisted columns are not used within the DBC file.

**DBC Contents - For Version 3.3.5a**

All of the races, along with their IDs, from the *Languages.dbc* file are as follows.

<table>
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<tbody>
<tr class="odd">
<td><p><strong>ID</strong></p></td>
<td><p><strong>Name</strong></p></td>
</tr>
<tr class="even">
<td><p>1</p></td>
<td><p>Orcish</p></td>
</tr>
<tr class="odd">
<td><p>2</p></td>
<td><p>Darnassian</p></td>
</tr>
<tr class="even">
<td><p>3</p></td>
<td><p>Taurahe</p></td>
</tr>
<tr class="odd">
<td><p>6</p></td>
<td><p>Dwarvish</p></td>
</tr>
<tr class="even">
<td><p>7</p></td>
<td><p>Common</p></td>
</tr>
<tr class="odd">
<td><p>8</p></td>
<td><p>Demonic</p></td>
</tr>
<tr class="even">
<td><p>9</p></td>
<td><p>Titan</p></td>
</tr>
<tr class="odd">
<td><p>10</p></td>
<td><p>Thalassian</p></td>
</tr>
<tr class="even">
<td><p>11</p></td>
<td><p>Draconic</p></td>
</tr>
<tr class="odd">
<td><p>12</p></td>
<td><p>Kalimag</p></td>
</tr>
<tr class="even">
<td><p>13</p></td>
<td><p>Gnomish</p></td>
</tr>
<tr class="odd">
<td><p>14</p></td>
<td><p>Troll</p></td>
</tr>
<tr class="even">
<td><p>33</p></td>
<td><p>Gutterspeak</p></td>
</tr>
<tr class="odd">
<td><p>35</p></td>
<td><p>Draenei</p></td>
</tr>
<tr class="even">
<td><p>36</p></td>
<td><p>Zombie</p></td>
</tr>
<tr class="odd">
<td><p>37</p></td>
<td><p>Gnomish Binary</p></td>
</tr>
<tr class="even">
<td><p>38</p></td>
<td><p>Goblin Binary</p></td>
</tr>
</tbody>
</table>