From d279595ca904135621e793008e43189f028acf71 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 02 十一月 2018 14:34:11 +0800 Subject: [PATCH] 4399 【后端】【1.2.0】气泡框聊天信息相关封包支持附加使用的气泡框ID; --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py index 6fab281..8aba631 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py @@ -202,6 +202,10 @@ # return 0 return curPlayer.GetVIPLv() +##聊天气泡框 +def GetChatBubbleBox(curPlayer): return curPlayer.GetExAttr10() +def SetChatBubbleBox(curPlayer, value): return curPlayer.SetExAttr10(value) + ## 是否脱机挂机状态 def GetIsTJG(curPlayer): if curPlayer.GetDictByKey(ChConfig.Def_OnlineType): -- Gitblit v1.8.0