From 0779a0ef816254b7836c594e54a36c34d153d9bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2019 21:24:57 -0300 Subject: Bump minimal client version to 22 --- npc/functions/clientversion.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index cc5fadfde..8ed754a45 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -242,6 +242,12 @@ function script checkclientversion { mesc l("Your @@ Knockback effect expired.", getitemlink(LEGACY_Broadsword)), 1; UPDATE=1553605222; } + // Shovel Auto-dig option + // seg mai 27 21:22:55 -03 2019 + if (UPDATE < 1559002975) { + UPDATE=1559002975; + dispbottom l("New game setting to change Shovel behavior, use @ucp to change."); + } @@ -303,10 +309,10 @@ function script checkclientversion { mesc l("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]"); mesc l("Or use our awesome [@@https://tmw2.org/manalauncher/InstallManaLauncher.exe|Mana Launcher@@] if you're on Windows."); next; - if (ClientVersion >= 20) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); - if (ClientVersion >= 20) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); - if (ClientVersion >= 20) close; - if (ClientVersion >= 20) return; + if (ClientVersion >= 22) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); + if (ClientVersion >= 22) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); + if (ClientVersion >= 22) close; + if (ClientVersion >= 22) return; mesc l("You won't be allowed to play this game until you have an updated client."); next; // Force user to disconnect -- cgit v1.2.3-70-g09d2