LiamKarlMitchell / InfiniteSky

InfiniteSky is an open-source mmorpg project, It is written in Node.JS
GNU General Public License v3.0
33 stars 42 forks source link

13 Byte Packets Sent to Client. CP, Damage #201

Open LiamKarlMitchell opened 8 years ago

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

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 commented 8 years ago

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 commented 8 years ago

88 seemingly teleports me.

float x,y,z
LiamKarlMitchell commented 8 years ago

8B plays a loud noise.

LiamKarlMitchell commented 8 years ago

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