InfiniteSky icon indicating copy to clipboard operation
InfiniteSky copied to clipboard

13 Byte Packets Sent to Client. CP, Damage

Open LiamKarlMitchell opened this issue 7 years ago • 5 comments

// 0x5C length 13 bytes
unsigned int CharacterID;
unsigned int NodeID; // ? maybe, could be a key / value thing though....
unsigned int contributionPoints;

LiamKarlMitchell avatar Aug 20 '16 10:08 LiamKarlMitchell

A bright yellowish flash of light and a sound effect.

image

// 0x64 length 13 bytes
unsigned int CharacterID;
unsigned int NodeID; // ? maybe, could be a key / value thing though....
signed int damage;

LiamKarlMitchell avatar Aug 20 '16 11:08 LiamKarlMitchell

7D is a weird level adjustment message, and can change item in inventory. Maybe it is used for upgrading equipment. Does not appear to care about character id and node id though, instead its something else. Maybe column and row, or inventory index. The last one is item id.

7E Also changes item but does not show a message.

LiamKarlMitchell avatar Aug 20 '16 11:08 LiamKarlMitchell

88 seemingly teleports me.

float x,y,z

LiamKarlMitchell avatar Aug 20 '16 11:08 LiamKarlMitchell

8B plays a loud noise.

LiamKarlMitchell avatar Aug 20 '16 12:08 LiamKarlMitchell

9B plays a louder slashing noise which "echos" slightly.

LiamKarlMitchell avatar Aug 20 '16 12:08 LiamKarlMitchell