| | |
| | | public uint ExAttr11; //预留的扩展属性字段,用来存放项目特定的属性121 现金代币(代金券) |
| | | public uint ExAttr16; //预留的扩展属性字段,用来存放项目特定的属性 全身特效 |
| | | public uint ExAttr17; //账号状态 按位 4 封号 5禁言 6禁设备 |
| | | public uint ServerGroupId; //服务器组ID |
| | | public uint cashVoucher; //现金礼券(货币类型97),存储于ExAttr13,0418刷新类型123 |
| | | public uint hangTime;//现为脱机挂剩余时间 23 |
| | | public uint faction; //阵营 107 |
| | | uint m_coinPointTotal; |
| | |
| | | leaveGuildInfo = (int)_serverInfo.ExAttr12; |
| | | ExAttr16 = _serverInfo.ExAttr16; |
| | | ExAttr17 = _serverInfo.ExAttr17; |
| | | ServerGroupId = _serverInfo.ExAttr13; |
| | | cashVoucher = _serverInfo.ExAttr13; |
| | | faction = _serverInfo.Faction; |
| | | coinPointTotal = _serverInfo.ChangeCoinPointTotal; |
| | | equipShowSwitch = _serverInfo.EquipShowSwitch; |
| | |
| | | // bubbleId = serverInfo.ExAttr10; |
| | | // ExAttr11 = serverInfo.ExAttr11; |
| | | // ExAttr16 = serverInfo.ExAttr16; |
| | | // ServerGroupId = serverInfo.ExAttr13; |
| | | // cashVoucher = serverInfo.ExAttr13; |
| | | // faction = serverInfo.Faction; |
| | | // coinPointTotal = serverInfo.ChangeCoinPointTotal; |
| | | // HP = serverInfo.HP + serverInfo.HPEx * Constants.ExpPointValue; |