diff options
-rw-r--r-- | npc/020-5/bracco.txt | 2 | ||||
-rw-r--r-- | npc/commands/ucp.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 3 | ||||
-rw-r--r-- | npc/functions/daily.txt | 6 | ||||
-rw-r--r-- | npc/items/maps.txt | 2 |
5 files changed, 7 insertions, 8 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 1081f8e48..06bab034f 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -93,7 +93,7 @@ // Meltdown( item, price ) function Meltdown { if (countitem(getarg(0)) != 1) { - mesc l("Wait, if you try to melt more than one item, manaplus will get buggy."), 1; + mesc l("Wait, if you try to melt more than one item, the game client will get buggy."), 1; mesc l("Please try again later!"), 1; close; } diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index 179239211..d702cbf0b 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -47,7 +47,7 @@ function script UserCtrlPanel { mes l("With a PinCode, you'll have access to restricted features,"); mes l("Like Discord integration and sensitive options."); mes ""; - mes l("You can change the PIN from ManaPlus char selection screen."); + mes l("You can change the PIN from ManaVerse char selection screen."); mes l("You can also modify your email with %s.", b("@email")); mes l("This will do nothing if the account already have a PIN."); next; 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; diff --git a/npc/items/maps.txt b/npc/items/maps.txt index 7c4322437..1eb0c5e63 100644 --- a/npc/items/maps.txt +++ b/npc/items/maps.txt @@ -8,7 +8,7 @@ function script wmap { .@loc$=getarg(0, LOCATION$); setnpcdialogtitle l("World Map - @@", l(.@loc$)); setskin "map_"+.@loc$; - mes "Please keep your ManaPlus updated."; + mes "Please keep your ManaVerse updated."; select("Ok:All"); setskin ""; closeclientdialog; |