ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerZhanling.py
@@ -20,6 +20,7 @@
import IpyGameDataPY
import PlayerControl
import ChPyNetSendPack
import PlayerGatherTheSoul
import ItemControler
import IPY_GameWorld
import PlayerGubao
@@ -33,7 +34,8 @@
ZhanlingType_SkyTower,
ZhanlingType_GubaoStar,
ZhanlingType_Login,
) = range(1, 1 + 5)
ZhanlingType_GatherTheSoulLV,
) = range(1, 1 + 6)
def OnPlayerLogin(curPlayer):
    for zhanlingType in ZhanlingTypeList:
@@ -103,6 +105,8 @@
        if not firstLoginTime:
            return
        curValue = GameWorld.GetDiff_Day(int(time.time()), firstLoginTime) + 1      
    elif zhanlingType == ZhanlingType_GatherTheSoulLV:
        curValue = PlayerGatherTheSoul.GetGatherTheSoulTotalLV(curPlayer)
    else:
        return