ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -5831,7 +5831,7 @@ def GetFaceEquipIndexList(curPlayer): attr15 = curPlayer.GetExAttr15() return [attr15%1000, attr15/1000%1000, attr15/1000000] def SetFaceEquipIndex(curPlayer, value): return curPlayer.SetExAttr15(value, False, True) def SetFaceEquipIndex(curPlayer, value): return curPlayer.SetExAttr15(value) ##获得玩家威望值 def GetPrestige(curPlayer): return 0