45 msg.readBeingId(
"account id");
50 unsigned char direction;
53 msg.readInt32(
"start time");
54 msg.readCoordinates(
x,
y, direction,
"position");
55 msg.readInt8(
"x size");
56 msg.readInt8(
"y size");
57 logger->
log(
"Protocol: Player start position: "
58 "(%d, %d), Direction: %d",
60 if (
msg.getVersion() >= 20080102)
61 msg.readInt16(
"font");
62 if (
msg.getVersion() >= 20141022 &&
msg.getVersion() < 20160330)
68 if (network !=
nullptr)
80 msg.readInt32(
"tick");
86 msg.readUInt8(
"error");
void setState(const StateT state)
static Network * mInstance
void setTileCoords(const int x, const int y)
void log(const char *const log_text,...)
LocalPlayer * localPlayer
#define UNIMPLEMENTEDPACKET
bool msg(InputEvent &event)
void processMapLogin(Net::MessageIn &msg)
void processPing2(Net::MessageIn &msg)
void processMapAccountId(Net::MessageIn &msg)
void processMapAuthRefuse(Net::MessageIn &msg)
void processLoadConfirm(Net::MessageIn &msg)
void processServerTick(Net::MessageIn &msg)