hxp
2025-12-05 c80c8718c507a7e52f065eee9e35bb4f27573f48
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.py
@@ -25,6 +25,7 @@
import IPY_GameWorld
import GameFuncComm
import ShareDefine
import PlayerHero
import ChConfig
import FBCommon
@@ -183,6 +184,9 @@
    elif taskType == ChConfig.TaskType_RealmLV:
        taskValue = curPlayer.GetOfficialRank()
        
    elif taskType == ChConfig.TaskType_HeroBook:
        taskValue = PlayerHero.GetHeroBookActCnt(curPlayer)
    elif taskType == ChConfig.TaskType_EquipColor:
        if not conds:
            return 0