diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 17:26:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 17:26:08 -0300 |
commit | f6c556b30a746cd4db62c3c07a75c7690522945c (patch) | |
tree | 1e276624e5cf7912282e841d4cd8b8c750b5fc13 /npc/functions/clientversion.txt | |
parent | 72408160ea5bdd09bc2f4178de5da360d2b86edf (diff) | |
download | serverdata-f6c556b30a746cd4db62c3c07a75c7690522945c.tar.gz serverdata-f6c556b30a746cd4db62c3c07a75c7690522945c.tar.bz2 serverdata-f6c556b30a746cd4db62c3c07a75c7690522945c.tar.xz serverdata-f6c556b30a746cd4db62c3c07a75c7690522945c.zip |
manaplus.tmw2.org is also supported
(I'm actually pointing to manaplus.germantmw.de because jak1 likes that more %%N)
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 20060d5cc..16ea51286 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -929,7 +929,8 @@ function script checkclientversion { mesc l("Warning: You are using an old client."), 1; next; 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."); + mesc l("Alternatively, download a bleeding edge build at [@@https://manaplus.germantmw.de/|https://manaplus.germantmw.de/@@]"); + mesc l("Or use our awesome [@@https://tmw2.org/manalauncher/InstallManaLauncher.exe|Mana Launcher@@] if you're on Windows or Linux."); next; if (ClientVersion >= 24) mesc l("Compatibility Support mode enabled. Client may crash AT RANDOM, beware."); if (ClientVersion >= 24) mesc l("Crazy stuff can happen in overall. YOU HAVE BEEN WARNED TO UPDATE YOUR CLIENT."); |