hxp
2025-11-28 eb63e35d04e6d7bd55ada7f6dfce2567a8577edb
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