From 5b1820799e106489348f8b630208d0413d996256 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 25 二月 2026 18:17:35 +0800
Subject: [PATCH] 0312 登录的时候地图自己验证是否卡号了,卡号则直接进行下线逻辑
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
index 2639a37..7365f9b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -321,28 +321,6 @@
#SendEventPack("FightFail_%s" % mapID, failDRDict, checkBatServer=False)
return
-##累计登陆礼包
-def DR_LoginDayAward(curPlayer, dayIndex):
- dataDict = {'PlayerID':curPlayer.GetPlayerID(),
- 'PlayerName':curPlayer.GetPlayerName(),
- 'AccID':curPlayer.GetAccID(),
- "DayIndex":dayIndex
- }
-
- SendEventPack("LoginDayAward", dataDict, curPlayer)
- return
-
-##等级礼包
-def DR_LVAward(curPlayer, awardID):
- dataDict = {'PlayerID':curPlayer.GetPlayerID(),
- 'PlayerName':curPlayer.GetPlayerName(),
- 'AccID':curPlayer.GetAccID(),
- "AwardID":awardID
- }
-
- SendEventPack("LVAward", dataDict, curPlayer)
- return
-
## GM执行命令操作
# @param playerID: 玩家ID
# @param playerName:玩家名字
--
Gitblit v1.8.0