hxp
2018-10-13 a55e88f46a8eea3e95f732b3dd4ddcc34435bcc5
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