hxp
2021-06-04 c85a609a308ef971bc4774a5d4c9d7e3203f5708
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetPlayerInfo.py
@@ -17,7 +17,9 @@
"""Version = 2015-05-22 14:30"""
#---------------------------------------------------------------------
import GameWorld
import IPY_GameWorld
import PlayerControl
import ShareDefine
#---------------------------------------------------------------------
## 请求逻辑
@@ -47,8 +49,8 @@
                  'VIPLV':curPlayer.GetVIPLv(),  # vip等级
                  
                  'MapID':curPlayer.GetMapID(),  #当前地图id
                  'Gold':curPlayer.GetGold(),   # 元宝
                  'GoldPaper':curPlayer.GetGoldPaper(),   # 绑钻
                  'Gold':PlayerControl.GetMoneyReal(curPlayer, IPY_GameWorld.TYPE_Price_Gold_Money),   # 元宝
                  'GoldPaper':PlayerControl.GetMoneyReal(curPlayer, IPY_GameWorld.TYPE_Price_Gold_Paper),   # 绑钻
                  'Silver':PlayerControl.GetSilver(curPlayer),  # 银两
                  
                  'FamilyName':curPlayer.GetFamilyName(),  # 家族名称