| | |
| | | using UnityEngine; |
| | | using System.Collections; |
| | | |
| | | // A1 12 玩家初始化 #tagMCDBPlayer |
| | | |
| | | public class HA112_tagMCDBPlayer : GameNetPackBasic { |
| | | public string AccID; //帐号名, 该角色所在的帐号的用户名 |
| | | public uint PlayerID; |
| | | public string PlayerName; //size = 14 |
| | | public byte AccState; //0: 未创建, 1: 创建OK,正常登录 2:封号 3:已删除 |
| | | public byte GMLevel; //GM等级, 0:不是GM >=1 : GM的等级 |
| | | public byte Sex; //性别 |
| | | public byte Job; //职业, 0.新手 1.游侠 2.战士 3.弓箭手 4.术士 5.道士 |
| | | public ushort ReincarnationLv; // 转生等级 |
| | | public ushort LV; //等级 |
| | | public ushort LVEx; //玩家等级副本,用于转生 |
| | | public ushort LV2; //大师等级 |
| | | public uint ExpPoint; //扩充经验点数 |
| | | public uint TotalExp; //总经验 |
| | | public uint Family; //家族 |
| | | public string FamilyName; //家族名称 |
| | | public int TeamHornor; //组队荣誉 |
| | | public int FamilyHornor; //家族荣耀 |
| | | public int FamilyActiveValue; //家族活跃度 |
| | | public int LastWeekFamilyActiveValue; //上周家族活跃度 |
| | | public int CountryHornor; //本周国家功勋值 |
| | | public int CountryLastWeekHornor; //上周国家功勋值 |
| | | public uint Mate; |
| | | public uint Gold; //金子 |
| | | public uint GoldPaper; //金票 |
| | | public uint Silver; //银子 |
| | | public uint SilverPaper; //银票 |
| | | public uint FightPoint; //战斗值 |
| | | public uint HappyPoint; //脱机挂时长(秒) |
| | | public byte LineID; //角色所在线路 |
| | | public ushort MapID; //角色所在地图 |
| | | public ushort PosX; //角色坐标 |
| | | public ushort PosY; |
| | | public ushort RebornMapID; //重生点地图ID |
| | | public ushort RebornPosX; |
| | | public ushort RebornPosY; |
| | | public byte State; //角色状态 0.正常在线1.脱机挂在线 2脱机挂死亡 |
| | | public uint HP; //当前HP |
| | | public uint XP; //当前XP |
| | | public ushort HPRestoreSetting; //少于这个值%自动喝血 |
| | | public ushort MPRestoreSetting; //少于这个值%自动喝魔 |
| | | public uint FreePoint; //未分配点数 |
| | | public uint FreeSkillPoint; //未分配的技能点 |
| | | public int BaseSTR; //裸体力量 |
| | | public int BasePNE; //裸体真元 |
| | | public int BasePHY; //裸体筋骨 |
| | | public int BaseCON; //裸体体魄 |
| | | public int STR; //力量 |
| | | public int PNE; //真元 |
| | | public int PHY; //筋骨 |
| | | public int CON; //体魄 |
| | | public ushort PKValue; //衡量PK能力的一项属性,由攻防计算而得 |
| | | public byte BackpackLV; //背包等级 |
| | | public byte WarehouseLV; //仓库等级 |
| | | public uint TeamID; //队伍ID |
| | | public byte UseGoldType; //默认用金子/金票 类型为MoneyType |
| | | public byte UseSilverType; //默认用的银子/银票 |
| | | public byte AttackMode; //攻击模式 |
| | | public uint LastWeekOnlineTime; //上周在线时间 |
| | | public byte FBID; //fb id |
| | | public byte FamilyLV; //家族等级 |
| | | public uint FriendFavor; //好友人气值 |
| | | public uint Energy; //精力值 |
| | | public uint EquipShowSwitch; //装备显示开关 |
| | | public uint LuckValue; //幸运值 |
| | | public uint ExAttr1; //扩展属性1,各项目专用 |
| | | public uint ExAttr2; //扩展属性2,各项目专用 |
| | | public uint ExAttr3; //扩展属性3,各项目专用 |
| | | public uint ExAttr4; //扩展属性4,各项目专用 |
| | | public uint ExAttr5; //扩展属性5,各项目专用 |
| | | public byte Faction; //阵营 |
| | | public uint InfamyValue; //恶名值 |
| | | public byte OfficialRank; //官阶,官职等级 |
| | | public uint ChangeCoinPointTotal; //兑换的点数总计 |
| | | public byte VIPLv; //VIP等级 |
| | | public byte VIPLvForPhone; //移动VIP等级 |
| | | public uint ExAttr6; //扩展属性6,各项目专用 |
| | | public uint ExAttr7; //扩展属性7,各项目专用 |
| | | public uint ExAttr8; //扩展属性8,各项目专用 |
| | | public uint ExAttr9; //扩展属性9,各项目专用 |
| | | public uint ExAttr10; //扩展属性10,各项目专用 |
| | | public uint ModelMark; // 变形模型mark |
| | | public uint ExAttr11; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr12; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr13; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr14; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint OperateInfo; //玩家附加运营商信息 |
| | | public string Operate; //所属运营商平台名 |
| | | public uint ServerID; //所属区服ID |
| | | public uint ExAttr15; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr16; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr17; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr18; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr19; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint ExAttr20; //预留的扩展属性字段,用来存放项目特定的属性 |
| | | public uint HPEx; //当前血量 超过E的记录 |
| | | |
| | | public HA112_tagMCDBPlayer () { |
| | | _cmd = (ushort)0xA112; |
| | | } |
| | | |
| | | public override void ReadFromBytes (byte[] vBytes) { |
| | | TransBytes (out AccID, vBytes, NetDataType.Chars, 65); |
| | | TransBytes (out PlayerID, vBytes, NetDataType.DWORD); |
| | | TransBytes (out PlayerName, vBytes, NetDataType.Chars, 33); |
| | | TransBytes (out AccState, vBytes, NetDataType.BYTE); |
| | | TransBytes (out GMLevel, vBytes, NetDataType.BYTE); |
| | | TransBytes (out Sex, vBytes, NetDataType.BYTE); |
| | | TransBytes (out Job, vBytes, NetDataType.BYTE); |
| | | TransBytes (out ReincarnationLv, vBytes, NetDataType.WORD); |
| | | TransBytes (out LV, vBytes, NetDataType.WORD); |
| | | TransBytes (out LVEx, vBytes, NetDataType.WORD); |
| | | TransBytes (out LV2, vBytes, NetDataType.WORD); |
| | | TransBytes (out ExpPoint, vBytes, NetDataType.DWORD); |
| | | TransBytes (out TotalExp, vBytes, NetDataType.DWORD); |
| | | TransBytes (out Family, vBytes, NetDataType.DWORD); |
| | | TransBytes (out FamilyName, vBytes, NetDataType.Chars, 33); |
| | | TransBytes (out TeamHornor, vBytes, NetDataType.Int); |
| | | TransBytes (out FamilyHornor, vBytes, NetDataType.Int); |
| | | TransBytes (out FamilyActiveValue, vBytes, NetDataType.Int); |
| | | TransBytes (out LastWeekFamilyActiveValue, vBytes, NetDataType.Int); |
| | | TransBytes (out CountryHornor, vBytes, NetDataType.Int); |
| | | TransBytes (out CountryLastWeekHornor, vBytes, NetDataType.Int); |
| | | TransBytes (out Mate, vBytes, NetDataType.DWORD); |
| | | TransBytes (out Gold, vBytes, NetDataType.DWORD); |
| | | TransBytes (out GoldPaper, vBytes, NetDataType.DWORD); |
| | | TransBytes (out Silver, vBytes, NetDataType.DWORD); |
| | | TransBytes (out SilverPaper, vBytes, NetDataType.DWORD); |
| | | TransBytes (out FightPoint, vBytes, NetDataType.DWORD); |
| | | TransBytes (out HappyPoint, vBytes, NetDataType.DWORD); |
| | | TransBytes (out LineID, vBytes, NetDataType.BYTE); |
| | | TransBytes (out MapID, vBytes, NetDataType.WORD); |
| | | TransBytes (out PosX, vBytes, NetDataType.WORD); |
| | | TransBytes (out PosY, vBytes, NetDataType.WORD); |
| | | TransBytes (out RebornMapID, vBytes, NetDataType.WORD); |
| | | TransBytes (out RebornPosX, vBytes, NetDataType.WORD); |
| | | TransBytes (out RebornPosY, vBytes, NetDataType.WORD); |
| | | TransBytes (out State, vBytes, NetDataType.BYTE); |
| | | TransBytes (out HP, vBytes, NetDataType.DWORD); |
| | | TransBytes (out XP, vBytes, NetDataType.DWORD); |
| | | TransBytes (out HPRestoreSetting, vBytes, NetDataType.WORD); |
| | | TransBytes (out MPRestoreSetting, vBytes, NetDataType.WORD); |
| | | TransBytes (out FreePoint, vBytes, NetDataType.DWORD); |
| | | TransBytes (out FreeSkillPoint, vBytes, NetDataType.DWORD); |
| | | TransBytes (out BaseSTR, vBytes, NetDataType.Int); |
| | | TransBytes (out BasePNE, vBytes, NetDataType.Int); |
| | | TransBytes (out BasePHY, vBytes, NetDataType.Int); |
| | | TransBytes (out BaseCON, vBytes, NetDataType.Int); |
| | | TransBytes (out STR, vBytes, NetDataType.Int); |
| | | TransBytes (out PNE, vBytes, NetDataType.Int); |
| | | TransBytes (out PHY, vBytes, NetDataType.Int); |
| | | TransBytes (out CON, vBytes, NetDataType.Int); |
| | | TransBytes (out PKValue, vBytes, NetDataType.WORD); |
| | | TransBytes (out BackpackLV, vBytes, NetDataType.BYTE); |
| | | TransBytes (out WarehouseLV, vBytes, NetDataType.BYTE); |
| | | TransBytes (out TeamID, vBytes, NetDataType.DWORD); |
| | | TransBytes (out UseGoldType, vBytes, NetDataType.BYTE); |
| | | TransBytes (out UseSilverType, vBytes, NetDataType.BYTE); |
| | | TransBytes (out AttackMode, vBytes, NetDataType.BYTE); |
| | | TransBytes (out LastWeekOnlineTime, vBytes, NetDataType.DWORD); |
| | | TransBytes (out FBID, vBytes, NetDataType.BYTE); |
| | | TransBytes (out FamilyLV, vBytes, NetDataType.BYTE); |
| | | TransBytes (out FriendFavor, vBytes, NetDataType.DWORD); |
| | | TransBytes (out Energy, vBytes, NetDataType.DWORD); |
| | | TransBytes (out EquipShowSwitch, vBytes, NetDataType.DWORD); |
| | | TransBytes (out LuckValue, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr1, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr2, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr3, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr4, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr5, vBytes, NetDataType.DWORD); |
| | | TransBytes (out Faction, vBytes, NetDataType.BYTE); |
| | | TransBytes (out InfamyValue, vBytes, NetDataType.DWORD); |
| | | TransBytes (out OfficialRank, vBytes, NetDataType.BYTE); |
| | | TransBytes (out ChangeCoinPointTotal, vBytes, NetDataType.DWORD); |
| | | TransBytes (out VIPLv, vBytes, NetDataType.BYTE); |
| | | TransBytes (out VIPLvForPhone, vBytes, NetDataType.BYTE); |
| | | TransBytes (out ExAttr6, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr7, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr8, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr9, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr10, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ModelMark, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr11, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr12, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr13, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr14, vBytes, NetDataType.DWORD); |
| | | TransBytes (out OperateInfo, vBytes, NetDataType.DWORD); |
| | | TransBytes (out Operate, vBytes, NetDataType.Chars, 15); |
| | | TransBytes (out ServerID, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr15, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr16, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr17, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr18, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr19, vBytes, NetDataType.DWORD); |
| | | TransBytes (out ExAttr20, vBytes, NetDataType.DWORD); |
| | | TransBytes (out HPEx, vBytes, NetDataType.DWORD); |
| | | } |
| | | |
| | | } |
| | | // A1 12 玩家初始化 #tagMCDBPlayer
|
| | |
|
| | | public class HA112_tagMCDBPlayer : GameNetPackBasic {
|
| | | public string AccID; //帐号名, 该角色所在的帐号的用户名
|
| | | public uint PlayerID;
|
| | | public string PlayerName; //size = 14
|
| | | public byte AccState; //0: 未创建, 1: 创建OK,正常登录 2:封号 3:已删除
|
| | | public byte GMLevel; //GM等级, 0:不是GM >=1 : GM的等级
|
| | | public byte Sex; //性别
|
| | | public byte Job; //职业, 0.新手 1.游侠 2.战士 3.弓箭手 4.术士 5.道士
|
| | | public ushort ReincarnationLv; // 转生等级
|
| | | public ushort LV; //等级
|
| | | public ushort LVEx; //玩家等级副本,用于转生
|
| | | public ushort LV2; //大师等级
|
| | | public uint ExpPoint; //扩充经验点数
|
| | | public uint TotalExp; //总经验
|
| | | public uint Family; //家族
|
| | | public string FamilyName; //家族名称
|
| | | public int TeamHornor; //组队荣誉
|
| | | public int FamilyHornor; //家族荣耀
|
| | | public int FamilyActiveValue; //家族活跃度
|
| | | public int LastWeekFamilyActiveValue; //上周家族活跃度
|
| | | public int CountryHornor; //本周国家功勋值
|
| | | public int CountryLastWeekHornor; //上周国家功勋值
|
| | | public uint Mate;
|
| | | public uint Gold; //金子
|
| | | public uint GoldPaper; //金票
|
| | | public uint Silver; //银子
|
| | | public uint SilverPaper; //银票
|
| | | public uint FightPoint; //战斗值
|
| | | public uint HappyPoint; //脱机挂时长(秒)
|
| | | public byte LineID; //角色所在线路
|
| | | public ushort MapID; //角色所在地图
|
| | | public ushort PosX; //角色坐标
|
| | | public ushort PosY;
|
| | | public ushort RebornMapID; //重生点地图ID
|
| | | public ushort RebornPosX;
|
| | | public ushort RebornPosY;
|
| | | public byte State; //角色状态 0.正常在线1.脱机挂在线 2脱机挂死亡
|
| | | public uint HP; //当前HP
|
| | | public uint XP; //当前XP
|
| | | public ushort HPRestoreSetting; //少于这个值%自动喝血
|
| | | public ushort MPRestoreSetting; //少于这个值%自动喝魔
|
| | | public uint FreePoint; //未分配点数
|
| | | public uint FreeSkillPoint; //未分配的技能点
|
| | | public int BaseSTR; //裸体力量
|
| | | public int BasePNE; //裸体真元
|
| | | public int BasePHY; //裸体筋骨
|
| | | public int BaseCON; //裸体体魄
|
| | | public int STR; //力量
|
| | | public int PNE; //真元
|
| | | public int PHY; //筋骨
|
| | | public int CON; //体魄
|
| | | public ushort PKValue; //衡量PK能力的一项属性,由攻防计算而得
|
| | | public byte BackpackLV; //背包等级
|
| | | public byte WarehouseLV; //仓库等级
|
| | | public uint TeamID; //队伍ID
|
| | | public byte UseGoldType; //默认用金子/金票 类型为MoneyType
|
| | | public byte UseSilverType; //默认用的银子/银票
|
| | | public byte AttackMode; //攻击模式
|
| | | public uint LastWeekOnlineTime; //上周在线时间
|
| | | public byte FBID; //fb id
|
| | | public byte FamilyLV; //家族等级
|
| | | public uint FriendFavor; //好友人气值
|
| | | public uint Energy; //精力值
|
| | | public uint EquipShowSwitch; //装备显示开关
|
| | | public uint LuckValue; //幸运值
|
| | | public uint ExAttr1; //扩展属性1,各项目专用
|
| | | public uint ExAttr2; //扩展属性2,各项目专用
|
| | | public uint ExAttr3; //扩展属性3,各项目专用
|
| | | public uint ExAttr4; //扩展属性4,各项目专用
|
| | | public uint ExAttr5; //扩展属性5,各项目专用
|
| | | public byte Faction; //阵营
|
| | | public uint InfamyValue; //恶名值
|
| | | public byte OfficialRank; //官阶,官职等级
|
| | | public uint ChangeCoinPointTotal; //兑换的点数总计
|
| | | public byte VIPLv; //VIP等级
|
| | | public byte VIPLvForPhone; //移动VIP等级
|
| | | public uint ExAttr6; //扩展属性6,各项目专用
|
| | | public uint ExAttr7; //扩展属性7,各项目专用
|
| | | public uint ExAttr8; //扩展属性8,各项目专用
|
| | | public uint ExAttr9; //扩展属性9,各项目专用
|
| | | public uint ExAttr10; //扩展属性10,各项目专用
|
| | | public uint ModelMark; // 变形模型mark
|
| | | public uint ExAttr11; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr12; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr13; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr14; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint OperateInfo; //玩家附加运营商信息
|
| | | public string Operate; //所属运营商平台名
|
| | | public uint ServerID; //所属区服ID
|
| | | public uint ExAttr15; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr16; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr17; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr18; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr19; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint ExAttr20; //预留的扩展属性字段,用来存放项目特定的属性
|
| | | public uint HPEx; //当前血量 超过E的记录
|
| | | public uint Face; //基本脸型
|
| | | public uint FacePic; //头像框
|
| | | public uint RoleType; //角色类型(各项目可自定义含义,如种族,与职业区分)
|
| | |
|
| | | public HA112_tagMCDBPlayer () {
|
| | | _cmd = (ushort)0xA112;
|
| | | }
|
| | |
|
| | | public override void ReadFromBytes (byte[] vBytes) {
|
| | | TransBytes (out AccID, vBytes, NetDataType.Chars, 65);
|
| | | TransBytes (out PlayerID, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out PlayerName, vBytes, NetDataType.Chars, 33);
|
| | | TransBytes (out AccState, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out GMLevel, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out Sex, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out Job, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out ReincarnationLv, vBytes, NetDataType.WORD);
|
| | | TransBytes (out LV, vBytes, NetDataType.WORD);
|
| | | TransBytes (out LVEx, vBytes, NetDataType.WORD);
|
| | | TransBytes (out LV2, vBytes, NetDataType.WORD);
|
| | | TransBytes (out ExpPoint, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out TotalExp, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Family, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out FamilyName, vBytes, NetDataType.Chars, 33);
|
| | | TransBytes (out TeamHornor, vBytes, NetDataType.Int);
|
| | | TransBytes (out FamilyHornor, vBytes, NetDataType.Int);
|
| | | TransBytes (out FamilyActiveValue, vBytes, NetDataType.Int);
|
| | | TransBytes (out LastWeekFamilyActiveValue, vBytes, NetDataType.Int);
|
| | | TransBytes (out CountryHornor, vBytes, NetDataType.Int);
|
| | | TransBytes (out CountryLastWeekHornor, vBytes, NetDataType.Int);
|
| | | TransBytes (out Mate, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Gold, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out GoldPaper, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Silver, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out SilverPaper, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out FightPoint, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out HappyPoint, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out LineID, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out MapID, vBytes, NetDataType.WORD);
|
| | | TransBytes (out PosX, vBytes, NetDataType.WORD);
|
| | | TransBytes (out PosY, vBytes, NetDataType.WORD);
|
| | | TransBytes (out RebornMapID, vBytes, NetDataType.WORD);
|
| | | TransBytes (out RebornPosX, vBytes, NetDataType.WORD);
|
| | | TransBytes (out RebornPosY, vBytes, NetDataType.WORD);
|
| | | TransBytes (out State, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out HP, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out XP, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out HPRestoreSetting, vBytes, NetDataType.WORD);
|
| | | TransBytes (out MPRestoreSetting, vBytes, NetDataType.WORD);
|
| | | TransBytes (out FreePoint, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out FreeSkillPoint, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out BaseSTR, vBytes, NetDataType.Int);
|
| | | TransBytes (out BasePNE, vBytes, NetDataType.Int);
|
| | | TransBytes (out BasePHY, vBytes, NetDataType.Int);
|
| | | TransBytes (out BaseCON, vBytes, NetDataType.Int);
|
| | | TransBytes (out STR, vBytes, NetDataType.Int);
|
| | | TransBytes (out PNE, vBytes, NetDataType.Int);
|
| | | TransBytes (out PHY, vBytes, NetDataType.Int);
|
| | | TransBytes (out CON, vBytes, NetDataType.Int);
|
| | | TransBytes (out PKValue, vBytes, NetDataType.WORD);
|
| | | TransBytes (out BackpackLV, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out WarehouseLV, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out TeamID, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out UseGoldType, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out UseSilverType, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out AttackMode, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out LastWeekOnlineTime, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out FBID, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out FamilyLV, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out FriendFavor, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Energy, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out EquipShowSwitch, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out LuckValue, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr1, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr2, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr3, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr4, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr5, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Faction, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out InfamyValue, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out OfficialRank, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out ChangeCoinPointTotal, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out VIPLv, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out VIPLvForPhone, vBytes, NetDataType.BYTE);
|
| | | TransBytes (out ExAttr6, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr7, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr8, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr9, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr10, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ModelMark, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr11, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr12, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr13, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr14, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out OperateInfo, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Operate, vBytes, NetDataType.Chars, 15);
|
| | | TransBytes (out ServerID, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr15, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr16, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr17, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr18, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr19, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out ExAttr20, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out HPEx, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out Face, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out FacePic, vBytes, NetDataType.DWORD);
|
| | | TransBytes (out RoleType, vBytes, NetDataType.DWORD);
|
| | | }
|
| | |
|
| | | }
|