File: Encnter.dat
[ Show decimal values ] [ Show end offset ]
Offset | Type | Description | |
---|---|---|---|
From | Length | ||
0x0 | 1 | Byte | nameLength |
0x1 | 40 | String | name |
0x29 | 1 | Byte | monsterCount |
Monster entries. 4 blocks in total, each block 2 bytes in length. | |||
0x2A | 2 | Integer | nmonster.dat monster Id |
Max monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
0x32 | 1 | Byte | maxAppearing |
Min monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
0x36 | 1 | Byte | minAppearing |
[ Show decimal values ] [ Show end offset ]
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 ]