summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/clientversion.txt3
-rw-r--r--npc/functions/daily.txt6
2 files changed, 4 insertions, 5 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 91136a9b0..60d739903 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1317,9 +1317,8 @@ 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 update manually, or use the [@@%s|Mana Launcher@@] if you're on Windows or Linux.", "https://tmw2.org/launcher");
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.");
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt
index 694da2af4..03b70ffa5 100644
--- a/npc/functions/daily.txt
+++ b/npc/functions/daily.txt
@@ -216,11 +216,11 @@ function script daily_login_bonus_handler {
if (!GSET_DAILYREWARD_SILENT) {
setnpcdialogtitle l("Daily Login Rewards");
setskin "daily_"+#LOGIN_STREAK;
- mes "Please keep your ManaPlus updated.";
- //mes "This is a debug message. Your manaplus version is wrong.";
+ mes "Please keep your ManaVerse updated.";
+ //mes "This is a debug message. Your ManaVerse version is wrong.";
//mes "You should not be reading this. I'll call you a cheater.";
//mes "I hope you report this (if a bug). Reading source code?";
- //mes "4144 will hear about this. You are NOT amazing by the way.";
+ //mes "Jak1 will hear about this. You are NOT amazing by the way.";
select("Ok");
setskin "";
closeclientdialog;