Solved Timer for leave server

Discussion in 'Plugin Requests' started by kpl35mm-NL, Feb 12, 2016.

  1. Hi,

    Is it possible to make a timer before you leaving the server? 30 sec for example
     
  2. You want to stop people from leaving?
    If you referring to them logging out during a fight or what-not the game already has CombatLogging (default is 30 seconds). The character stays in the game for 30 seconds after they log out, so you can kill em and whatnot.

    If you want to change that timeout simply put: CombatLogTimeout = 30f;
    in your server .bat or autocfg and change that 30 to whatever you want.

    If you are wanting to stop them from leaving the game, that's not going to be possible, there's many ways to leave a game that you can't do anything about.
     
  3. No, I mean that when people are in a battle that they leave the server and then later come back because they want to be killed
    [DOUBLEPOST=1455283103][/DOUBLEPOST]no indeed it is not possible with a plugin