10033 【后端】仙树升级系统及砍树产出规则(砍树装备调整为默认1阶)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCutTree.py
@@ -100,7 +100,7 @@
        return
    GameWorld.DebugLog("    colorRateList=%s,totalRate=%s" % (colorRateList, totalRate), playerID)
    
    classLV, isSuit = 0, None
    classLV, isSuit = 1, None # 默认1阶,不限制是否套装
    placeList = ChConfig.EquipPlace_Base + ChConfig.EquipPlace_Special
    jobList = [curPlayer.GetJob()]
    randEquipIDList = []