diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-23 11:16:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-23 11:16:07 -0300 |
commit | 15d81154c2ed1ba989924f89fbef672a49965d38 (patch) | |
tree | bc5b8547d1cadb634f19cac4060eee19397e64d6 /npc/functions/clientversion.txt | |
parent | a9175bf3d6916cf83f655ee95a1b56a8c8fef49f (diff) | |
download | serverdata-15d81154c2ed1ba989924f89fbef672a49965d38.tar.gz serverdata-15d81154c2ed1ba989924f89fbef672a49965d38.tar.bz2 serverdata-15d81154c2ed1ba989924f89fbef672a49965d38.tar.xz serverdata-15d81154c2ed1ba989924f89fbef672a49965d38.zip |
029-5 is now a map which causes diseases. Mitigates slime mother farming.
HP > 70%: Bleeding
HP > 40%: Poison
HP < 00%: Deadly Poison
PS. Formula likely wrong.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index ea8af1be2..53587237a 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1033,7 +1033,7 @@ function script checkclientversion { mesc l("Warning."), 1; 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("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]"); 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; |