ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -1568,4 +1568,17 @@ 'AccID':curPlayer.GetAccID(), 'mwID':mwID, 'mwLV':mwLV} #发送封包 SendEventPack("MagicWeaponActive", dataDict, curPlayer) return ## 玩家上线成就检查 # @param tagObjType: 攻击方类型 # @param tagObj: 攻击方ID # @param mapID: 死亡玩家所在地图ID # @return def DR_CheckOldPlayerSuccess(curPlayer): dataDict = {'PlayerID':curPlayer.GetPlayerID(), "PlayerName":curPlayer.GetPlayerName(), 'AccID':curPlayer.GetAccID()} #发送封包 SendEventPack("CheckOldPlayerSuccess", dataDict, curPlayer) return