diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-26 17:05:12 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 17:05:12 -0300 |
commit | 1ae38aa5abfa086c87a0e54fbcb89aefced4fe61 (patch) | |
tree | 807fee07d401d51026266c3a06ca987ec299c850 /npc/functions | |
parent | aa8b3b67297cc88758d53432513eab51cb066073 (diff) | |
download | serverdata-1ae38aa5abfa086c87a0e54fbcb89aefced4fe61.tar.gz serverdata-1ae38aa5abfa086c87a0e54fbcb89aefced4fe61.tar.bz2 serverdata-1ae38aa5abfa086c87a0e54fbcb89aefced4fe61.tar.xz serverdata-1ae38aa5abfa086c87a0e54fbcb89aefced4fe61.zip |
Improve client-version kicking
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 5286a9cf3..ba74c082b 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -8,13 +8,13 @@ function script checkclientversion { if (ClientVersion > 20) return; mesn "Narrator"; - mes col("Warning.", 9); - mes col("Warning.", 9); + mes col("Warning.", 1); + mes col("Warning.", 1); mes col("Warning: You are using an old client.", 9); next; - mes col("Not all features will work.", 9); + mes col("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]", 9); next; - mes col("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/]", 9); + mes col("You won't be allowed to play this game until you have a valid client.", 9); next; // Force user to disconnect atcommand "@kick "+strcharinfo(0); |