hch
2018-09-29 50e9e9c944e53eb2cf5645bae9199595203c6a2a
1909 【后端】推荐挂机优化0731
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
@@ -179,7 +179,7 @@
    
    # 脱机玩家过多,需要隐身一部分
    if curPlayer.GetLV() < 190:
        if random.randint(0, 5) != 2:
        if random.randint(0, 2) != 1:
            curPlayer.SetVisible(False)
    return