diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-27 21:24:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-27 21:24:57 -0300 |
commit | 0779a0ef816254b7836c594e54a36c34d153d9bb (patch) | |
tree | cd8e33a91f0b36a4eccc38b88117ff2087a923c2 /npc/functions | |
parent | eda27bba64eabe741ffa47c008231a0aab3b902d (diff) | |
download | serverdata-0779a0ef816254b7836c594e54a36c34d153d9bb.tar.gz serverdata-0779a0ef816254b7836c594e54a36c34d153d9bb.tar.bz2 serverdata-0779a0ef816254b7836c594e54a36c34d153d9bb.tar.xz serverdata-0779a0ef816254b7836c594e54a36c34d153d9bb.zip |
Bump minimal client version to 22
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 14 |
1 files changed, 10 insertions, 4 deletions
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 |