diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-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); |