| | |
| | | import CrossRealmMsg
|
| | | import ChNetSendPack
|
| | | import NetPackCommon
|
| | | import PlayerGeTui
|
| | | import PyGameData
|
| | |
|
| | | import re
|
| | |
| | | if len(g_ChatMi[tagPlayerID]) > 8:
|
| | | g_ChatMi[tagPlayerID].pop(0)
|
| | | return
|
| | | |
| | | #PlayerGeTui.ChatMiGeTui(tagPlayerID, tagPlayerName, curPlayer.GetName())
|
| | |
|
| | | # 登录时将离线消息下发
|
| | | def LoginChatMi(curPlayer):
|
| | |
| | | coupleName = couple.GetCoupleName(playerID)
|
| | | coupleJob = couple.GetCoupleJob(playerID)
|
| | | bridePriceMaxID = couple.BridePriceMaxID
|
| | | extraValueStr = "%s|%s|%s|%s" % (extraValueStr, coupleName, coupleJob, bridePriceMaxID)
|
| | | face = player.GetFace()
|
| | | extraValueStr = "%s|%s|%s|%s|%s" % (extraValueStr, coupleName, coupleJob, bridePriceMaxID, face)
|
| | | return extraValueStr
|
| | |
|
| | |
|