xdh
2018-10-19 bf197aadaa9d5b0c022dff461cf27c6ee4bd5e64
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