summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
commit06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch)
treefcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/functions/clientversion.txt
parentf2fe58ad450eaaf07824eff20739557a0485636d (diff)
downloadserverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip
Break every imaginable pipeline. I'm waiting it to fail.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 041e9e8ce..6b49a15e2 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -18,8 +18,8 @@ function script checkclientversion {
UPDATE=gettimetick(2);
Lang=0;
mesn "Jesus Saves";
- mes col("Oh, noes! Due lack of translators, some languages were removed from this project.", 9);
- mes col("You might have been affected. Please, select your desired language.", 9);
+ mes col(l("Oh, noes! Due lack of translators, some languages were removed from this project."), 9);
+ mes col(l("You might have been affected. Please, select your desired language."), 9);
asklanguage(LANG_IN_SHIP);
if (!#ADD_LVL)
close;
@@ -27,19 +27,19 @@ function script checkclientversion {
// #ADD_LVL means the user have to right to get some levels. This is a sketch. The code might be deleted.
if (#ADD_LVL) {
mesn "Jesus Saves";
- mes col("Oh - Welcome to TMW2: Moubootaur Legends!", 3);
+ mes col(l("Oh - Welcome to TMW2: Moubootaur Legends!"), 3);
next;
mesn "Jesus Saves";
- mes col("Please, fell at home. You can use ##B#world##b channel to speak to everyone on Discord, IRC and ingame.", 3);
+ mes col(l("Please, fell at home. You can use ##B#world##b channel to speak to everyone on Discord, IRC and ingame."), 3);
next;
mesn "Jesus Saves";
- mes col("Our mission statement is to bring fun to all players. You'll get some levels automatically. We advise you to join a guild.", 3);
+ mes col(l("Our mission statement is to bring fun to all players. You'll get some levels automatically. We advise you to join a guild."), 3);
next;
mesn "Jesus Saves";
- mes col("If you have any trouble or doubt, don't hesit to call us. There are some cooperative quests, and more of them are being added.", 3);
+ mes col(l("If you have any trouble or doubt, don't hesit to call us. There are some cooperative quests, and more of them are being added."), 3);
next;
mesn "Jesus Saves";
- mes col("Anyway, ##Bwelcome##b, and have fun! If you need anything, we are a keypress from distance!", 3);
+ mes col(l("Anyway, ##Bwelcome##b, and have fun! If you need anything, we are a keypress from distance!"), 3);
atcommand "@blvl "+#ADD_LVL;
#ADD_LVL=0;
// TODO: Use @super debug functions and force player to join a guild. We will need the guild ID, though.
@@ -47,7 +47,7 @@ function script checkclientversion {
if (ClientVersion >= 24) close;
next;
mesn "Failsafe Mechanism";
- mes col("Ah... You must update your client first.", 1);
+ mes col(l("Ah... You must update your client first."), 1);
next;
}
if (is_admin() && UPDATE < 1528369855) {
@@ -58,14 +58,14 @@ function script checkclientversion {
if (ClientVersion >= 24) return;
mesn "Narrator";
- mes col("Warning.", 1);
- mes col("Warning.", 1);
- mes col("Warning: You are using an old client.", 9);
+ mes col(l("Warning."), 1);
+ mes col(l("Warning."0, 1);
+ mes col(l("Warning: You are using an old client."), 9);
next;
- mes col("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]", 9);
+ mes col(l("Please install the new client from [@@https://manaplus.org/|https://manaplus.org/@@]"), 9);
next;
if (ClientVersion >= 22) return;
- mes col("You won't be allowed to play this game until you have an updated client.", 9);
+ mes col(l("You won't be allowed to play this game until you have an updated client."), 9);
next;
// Force user to disconnect
atcommand "@kick "+strcharinfo(0);