| | |
| | | 'GMLV':dbPlayer.GMLevel, #gm等级
|
| | |
|
| | | 'Job':dbPlayer.Job, # ְҵ
|
| | | 'Sex':dbPlayer.Sex, # 性别
|
| | | 'LV':dbPlayer.LV, #玩家等级
|
| | | 'LVEx':dbPlayer.LVEx, #转生等级
|
| | | 'LV2':dbPlayer.LV2, #大师等级
|
| | | 'ReincarnationLv':dbPlayer.ReincarnationLv, #转生次数
|
| | | 'OfficialRank':dbPlayer.OfficialRank, #境界
|
| | | 'FightPower':dbPlayer.FightPower, #战斗力
|
| | | 'VIPLV':dbPlayer.VIPLv, # vip等级
|
| | | 'TotalExp':dbPlayer.TotalExp, # 总经验值
|
| | |
|
| | | 'MapID':dbPlayer.MapID, #当前地图id
|
| | | 'PosX':dbPlayer.PosX, # 当前坐标
|
| | | 'PosY':dbPlayer.PosY, |
| | | 'Gold':dbPlayer.Gold, # 元宝
|
| | | 'GoldPaper':dbPlayer.GoldPaper, # 绑钻
|
| | | 'Silver':dbPlayer.Silver, # 银两
|
| | |
|
| | | 'ZhenQi':dbPlayer.ExAttr5, # 真气
|
| | | 'FamilyName':dbPlayer.FamilyName, # 家族名称
|
| | |
|
| | | 'STR':dbPlayer.STR, #力量
|
| | | 'PNE':dbPlayer.PNE, #真元
|
| | | 'PHY':dbPlayer.PHY, #筋骨
|
| | | 'CON':dbPlayer.CON, #体魄
|
| | | 'FreePoint':dbPlayer.FreePoint, # 剩余点数 |
| | | |
| | | 'LogoffTime':dbPlayer.LogoffTime, #离线时间
|
| | | 'LoginTime':dbPlayer.LoginTime, # 上线时间
|
| | | 'OnlineTime':dbPlayer.OnlineTime, # 累计上线时间
|
| | | 'LoginIP':dbPlayer.LoginIP, #登入IP
|
| | |
|
| | | 'WarehousePsw':dbPlayer.WarehousePsw, #仓库密码
|
| | | 'Online':0,
|
| | | }
|
| | |
|
| | | return GMCommon.Def_Success, playerInfo
|