hxp
5 天以前 d5c268fa56e84359541b82f48fd657846dfd63c1
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.py
@@ -47,7 +47,7 @@
            if taskID not in taskIDList:
                taskIDList.append(taskID)
        IpyGameDataPY.SetConfigEx(key, taskIDListDict)
        GameWorld.Log("任务ID列表: %s" % taskIDListDict)
        #GameWorld.Log("任务ID列表: %s" % taskIDListDict)
    return taskIDListDict.get(taskGroup, [])
def OnPlayerLogin(curPlayer):
@@ -213,6 +213,9 @@
                equipCnt += 1
        taskValue = equipCnt
        
    elif taskType == ChConfig.TaskType_Rename:
        taskValue = 1 if curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Rename) else 0
    return taskValue
def UpdTaskValue(curPlayer, taskType):