From bd02b014592c977b705d47b1a9843ee8de8ebf09 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Dec 2012 21:08:34 +0300 Subject: Show warning for clients with version < 5. --- npc/functions/clientversion.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 28636436..340d4eb1 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 (getclientversion("") > 3) return; + if (getclientversion("") > 4) return; mesn "Narrator"; mes col("Warning.", 9); @@ -16,5 +16,4 @@ function script CheckClientVersion { next; mes col("Please install the new client from http://www.evolonline.org/", 9); next; - } -- cgit v1.2.3-60-g2f50