ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -6310,6 +6310,11 @@ def GetPayCoin(curPlayer): return curPlayer.GetExAttr11() def SetPayCoin(curPlayer, value): return curPlayer.SetExAttr11(min(value, ChConfig.Def_UpperLimit_DWord), False, False) ## 获取佩戴的称号ID def GetTitleID(curPlayer): curDienstgradMgr = curPlayer.GetDienstgradManager() return curDienstgradMgr.GetCurGradID() ##伴侣 def GetCoupleID(curPlayer): coupleInfo = GetCoupleInfo(curPlayer.GetPlayerID())