• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Extended AddMagicEffect and ShottEffect

H3itor

New Member
Joined
Aug 26, 2020
Messages
6
Reaction score
0
Please extend my server and otx I don't know if otx2 or another hahaha, but there where the message Outputmessage should be NetworkMessage and if I change the error when compiling and something else and where is the addbytes it cannot change if not tbm the error when compiling someone to help please
void ProtocolGame :: AddMagicEffect (OutputMessage_ptr msg, const Position & pos, uint16_t type)
{
msg-> addByte (0x83);
msg-> addPosition (pos);
msg-> addByte (digite + 1);
}

void ProtocolGame :: AddDistanceShoot (OutputMessage_ptr msg, const Position & from, const Position & to,
uint16_t type)
{
msg-> addByte (0x85);
msg-> addPosition (de);
msg-> addPosition (to);
msg-> addByte (digite + 1);
}
 
Back
Top