From cd710b03b00876a3aabf0575559d680b8a1f2bc1 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 09 十一月 2018 17:33:23 +0800 Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能 - 召唤兽攻击百分比和属性点加成 --- 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