ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -1569,3 +1569,16 @@ #发送封包 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