Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Point Blank (Piercing Blow) (https://forum.zone-game.info/forumdisplay.php?f=204)
-   -   PROTOCOL_BASE_GET_USER_INFO_ACK (https://forum.zone-game.info/showthread.php?t=40134)

Aluucard 15.02.2016 06:06

PROTOCOL_BASE_GET_USER_INFO_ACK
 
Anyway help me with the structure from PROTOCOL_BASE_GET_USER_INFO_ACK

Hex Data with notes info please or the structure same

PROGRAMMATOR 16.02.2016 20:08

Re: PROTOCOL_BASE_GET_USER_INFO_ACK
 
I haven't studied the structure yet. Look what I have:

// EventInfo ...
 
WriteUInt32(account.Matches);
WriteUInt32(account.Victory);
WriteUInt32(account.Defeat);
WriteUInt32(account.Draw);
WriteUInt32(account.Kills);
WriteUInt32(account.HeadShots);
WriteUInt32(account.Death);
WriteUInt32(account.Victory);
WriteUInt32(account.Kills);
WriteUInt32(account.Abort);
 
WriteUInt32(account.Matches);
WriteUInt32(account.Victory);
WriteUInt32(account.Defeat);
WriteUInt32(account.Draw);
WriteUInt32(account.Kills);
WriteUInt32(account.HeadShots);
WriteUInt32(account.Death);
WriteUInt32(account.Victory);
WriteUInt32(account.Kills);
WriteUInt32(account.Abort);
 
WriteUnicode(account.Nickname, AccountModel.ACCOUNT_NICKNAME_LENGTH);
WriteUInt32(account.Rank);
WriteUInt32(account.Rank);
WriteUInt32(account.Point);
WriteUInt32(account.Exp);
WriteUInt32(0);
WriteByte(1);
WriteInt64(account.NewbieGuideIsDone);
 
// ClanInfo ...
 
Code: C#


Текущее время: 20:20. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot