→Determine if it's a player, pet or NPC
m (→Determine if it's a player, pet or NPC: Added some confirmation of 0x..5 being creatures) |
|||
| Line 21: | Line 21: | ||
* It's a creature if the upper bits masked with 0x00f = 0x003 | * It's a creature if the upper bits masked with 0x00f = 0x003 | ||
* It's a pet if the upper bits masked with 0x00f = 0x004 | * It's a pet if the upper bits masked with 0x00f = 0x004 | ||
* It | * It's a vehicle (carries others) if the upper bits masked with 0x00f = 0x005 | ||
=== Format for players === | === Format for players === | ||