From 625427607f96882862e474e58b3fd6cf3f871473 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 15 十一月 2018 20:37:46 +0800 Subject: [PATCH] 4782 子 【优化】【1.3】神兵系统修改 / 【后端】【1.3】神兵系统——场景、登录的人物特效 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py index 25766ed..b2765ee 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py @@ -1770,6 +1770,18 @@ def SetExAttr13(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr13(self, *args) def GetExAttr14(self): return _IPY_GameObj.IPY_Player_GetExAttr14(self) def SetExAttr14(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr14(self, *args) + def GetExAttr15(self): return _IPY_GameObj.IPY_Player_GetExAttr15(self) + def SetExAttr15(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr15(self, *args) + def GetExAttr16(self): return _IPY_GameObj.IPY_Player_GetExAttr16(self) + def SetExAttr16(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr16(self, *args) + def GetExAttr17(self): return _IPY_GameObj.IPY_Player_GetExAttr17(self) + def SetExAttr17(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr17(self, *args) + def GetExAttr18(self): return _IPY_GameObj.IPY_Player_GetExAttr18(self) + def SetExAttr18(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr18(self, *args) + def GetExAttr19(self): return _IPY_GameObj.IPY_Player_GetExAttr19(self) + def SetExAttr19(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr19(self, *args) + def GetExAttr20(self): return _IPY_GameObj.IPY_Player_GetExAttr20(self) + def SetExAttr20(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr20(self, *args) def GetFaction(self): return _IPY_GameObj.IPY_Player_GetFaction(self) def SetFaction(self, *args): return _IPY_GameObj.IPY_Player_SetFaction(self, *args) def GetInfamyValue(self): return _IPY_GameObj.IPY_Player_GetInfamyValue(self) -- Gitblit v1.8.0