diff options
Diffstat (limited to 'npc')
-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 |