From 3cb2e55352bd49a4250d1304ecc9d103c3a45f86 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Jan 2016 00:53:49 +0300 Subject: Show warnings to clients with version <= 5. --- npc/functions/clientversion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 4ecdf34b..aa564f31 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -5,7 +5,7 @@ // Function checking the client version and reports if it is too old. function script checkclientversion { - if (ClientVersion > 1) return; + if (ClientVersion > 5) return; mesn "Narrator"; mes col("Warning.", 9); @@ -14,7 +14,7 @@ function script checkclientversion { next; mes col("Not all features will work.", 9); next; - mes col("Please install the new client from http://www.evolonline.org/", 9); + mes col("Please install the new client from http://www.evolonline.org/ or http://manaplus.org/", 9); next; return; } -- cgit v1.2.3-70-g09d2