hxp
2025-11-24 9d8b25c1ea448b21fb00d8b2d44402107dfd03d6
16 卡牌服务端(修改聊天封包)
2个文件已修改
11 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTalk.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
@@ -13895,9 +13895,9 @@
#------------------------------------------------------
# B3 20 聊天 #tagCMTalk
# B3 20 聊天 #tagCSTalk
class  tagCMPyTalk(Structure):
class  tagCSTalk(Structure):
    Head = tagHead()
    ChannelType = 0    #(BYTE ChannelType)// 频道
    Len = 0    #(WORD Len)
@@ -13961,6 +13961,9 @@
        return DumpString
m_NAtagCSTalk=tagCSTalk()
ChNetPackDict[eval("0x%02x%02x"%(m_NAtagCSTalk.Head.Cmd,m_NAtagCSTalk.Head.SubCmd))] = m_NAtagCSTalk
#------------------------------------------------------
# B4 12 战斗阵容保存 #tagCSHeroLineupSave
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTalk.py
@@ -39,9 +39,9 @@
    NotifyTalkCache(curPlayer)
    return
#// B3 20 聊天 #tagCMTalk
#// B3 20 聊天 #tagCSTalk
#
#struct    tagCMPyTalk
#struct    tagCSTalk
#{
#    tagHead        Head;
#    BYTE        ChannelType;    // 频道