From d2bd99f40539e4eb6dc19ce7cc52e3aea56abb4c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 22 十一月 2018 15:06:04 +0800 Subject: [PATCH] 4911 【后端】【1.3】神兵功能相关修改——解封、仙玉自动锤炼 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py index 68bacc8..ef41edc 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py @@ -5631,6 +5631,9 @@ # SetExAttr1 ~ SetExAttr14(DWORD uiExAttr10, bool bNotifyAll = false, bool bNotifyGameServer = false) # @param bNotifyAll: 是否广播所周围玩家,默认false,只会发给自己 # @param bNotifyGameServer: 是否同步GameServer,默认false +# SetExAttr15 ~ SetExAttr20(DWORD uiExAttr15) +# 15~20扩展属性同步封包:0309 选角登录简短信息、0434 周围玩家出现、0102 登录地图玩家信息; +# 同步前端及GameServer需要自己写通知,设置函数自身不带通知参数 # # 发送0418包 # SendPropertyRefresh(int inputType, int inputValue, bool boardCast, bool includeSelf = true) @@ -5639,6 +5642,8 @@ # 通知GsmeServer; # SendGameServerRefreshState(int inputType, int inputValue) +# SetExAttr15 ~ 18 对应神兵类型等级,场景特效用 + # 禁言 通知gameServer def SetGMForbidenTalk(curPlayer, value): curPlayer.SetGMForbidenTalk(value) -- Gitblit v1.8.0