Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions addons/libs/packets/fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,7 @@ fields.incoming[0x061] = L{
{ctype='unsigned char', label='Main Hand iLevel'}, -- 56
{ctype='unsigned char', label='_unknown5'}, -- 57 Always 00 for me
{ctype='bit[5]', label='Unity ID'}, -- 58 0=None, 1=Pieuje, 2=Ayame, 3=Invincible Shield, 4=Apururu, 5=Maat, 6=Aldo, 7=Jakoh Wahcondalo, 8=Naja Salaheem, 9=Flavira
{ctype='bit[5]', label='_unknown5'}, -- 58 Danger, 00ing caused my client to crash
{ctype='bit[5]', label='Unity Rank'}, -- 58 Danger, 00ing caused my client to crash
{ctype='bit[16]', label='Unity Points'}, -- 59
{ctype='bit[6]', label='_unknown6'}, -- 5A No obvious function
{ctype='unsigned int', label='_junk1'}, -- 5B
Expand Down Expand Up @@ -2917,8 +2917,8 @@ func.incoming[0x063][0x03] = L{
{ctype='unsigned short', label='_unknown2'}, -- 0E 00 00
{ctype='unsigned short', label='_unknown3'}, -- 10 76 00
{ctype='unsigned short', label='Infamy'}, -- 12
{ctype='unsigned int', label='_unknown2'}, -- 14 00s
{ctype='unsigned int', label='_unknown3'}, -- 18 00s
{ctype='unsigned int', label='_unknown4'}, -- 14 00s
{ctype='unsigned int', label='_unknown5'}, -- 18 00s
{ctype='data[64]', label='Instinct Bitfield 1'}, -- 1C See below
-- Bitpacked 2-bit values. 0 = no instincts from that species, 1 == first instinct, 2 == first and second instinct, 3 == first, second, and third instinct.
{ctype='data[128]', label='Monster Level Char field'}, -- 5C Mapped onto the item ID for these creatures. (00 doesn't exist, 01 is rabbit, 02 is behemoth, etc.)
Expand Down