Skip to content

Player action events 16561

Graylin Kim edited this page Jan 18, 2012 · 1 revision

Player Action Events - Type 0x01 (Build 16561)

Player Leave Event - Code 0x09

This event has not changed. See documentation on the release build.

Resource Transfer Event - Code 0x[1-8]F

The first byte is always 0x84.

The rest of the body is made up by 4 resource blocks, each with the following format:

base = The first 3 bytes (big endian)

multiplier = 4th byte >> 4

remainder = 4th byte & 0x0F

The value of each block is then base*multiplier+remainder

Notes

  • The first 4 bits of the code represent the target player.
  • The first block is the minerals
  • The second block is the gas
  • The 3rd and 4th blocks are (always zero?) unkown
Clone this wiki locally