1
2
3
4
5
6
7
8
9
10
|
// Monster Racial Groups Database
//
// Structure of Database:
// Race2ID,MobID1,MobID2,MobID3,...,MobID9
1,1122,1123,1124,1125,1126,1245,1258,1280,1308 // Goblins
2,1133,1134,1135,1136,1137,1226,1282,1455 // Kobolds
3,1023,1152,1153,1177,1189,1213,1273,1686 // Orcs
4,1040,1278,1366,1497 // Golems
5,1285,1286,1287 // Guardians
|