- Code: Select all
[i]note: standard header not included[/i]
0x00 - short- Mob id of pet
0x02 - unused
0x04 - byte - 0-released, 1-normal, 2-just charmed?
0x05 - byte - 1-aggressive, 2-defensive, 3-passive
0x06 - byte - 1-follow, 2-stay, 3-goto, 4-here
0x07 - unused
0x08 - null-terminated (byte) list of shorts - spell icons on pet
For instance: "27 77 28 44 00". 0x2777 is the first icon, 0x2844 is the second icon, 0 is the end of list marker.