-
Notifications
You must be signed in to change notification settings - Fork 10
Map Grid
friends111 edited this page Apr 15, 2017
·
6 revisions
| Offset | Size | Description |
|---|---|---|
| 0x00 | 0x02 | width |
| 0x02 | 0x02 | height |
| 0x04 | w*h | array of value-bytes |
Byte Values (+their color in OnexExplorer)
-
0x00 - 0000 0000 -
0x01 - 0000 0001 -
0x02 - 0000 0010 -
0x03 - 0000 0011 -
0x09 - 0000 1001 -
0x0a - 0000 1010 -
0x0b - 0000 1011 -
0x0d - 0000 1101 -
0x10 - 0001 0000 -
0x11 - 0001 0001 -
0x12 - 0001 0010 -
0x13 - 0001 0011 -
0x?? - ???? ????- If you see it, please report us so we can add new case!
Bit flags
| Value | Description |
|---|---|
| 0x01 | disableWalking (you can't walk through/on this cell) |
| 0x02 | disableAttackCrossing (you can't attack through(/in?) this cell) |
| 0x04 | ?, something with raids |
| 0x08 | disableMobAggro (you can't be seen through/in this cell) |
| 0x10 | disablePvp (you can't do pvp on this cell, if pvp is enabled on the map) |