File: Encnter.dat
[ Show decimal values ] [ Show length ]
Offset | Type | Description | |
---|---|---|---|
From | To | ||
0x0 | Byte | nameLength | |
0x1 | 0x28 | String | name |
0x29 | Byte | monsterCount | |
Monster entries. 4 blocks in total, each block 2 bytes in length. | |||
0x2A | 0x2B | Integer | nmonster.dat monster Id |
Max monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
0x32 | Byte | maxAppearing | |
Min monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
0x36 | Byte | minAppearing |
[ Show decimal values ] [ Show length ]
Note: Integer = Unsigned short (16 bit, little endian) Bytes = Signed byte Real = 48 bits/6 byte (Turbo Pascal) Real (a floating point type)
[ Add Comment ]