summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-25 20:42:46 -0300
committerGitHub <noreply@github.com>2020-02-25 20:42:46 -0300
commit1c56781d5d9c9230be1bccbf0d44a09e384e9ae6 (patch)
tree03368dbc133e1c655c8fb557a1801b9dba54cd46
parent9763d45d204e074d106172f6779b96dfdc899abb (diff)
downloadserverdata-1c56781d5d9c9230be1bccbf0d44a09e384e9ae6.tar.gz
serverdata-1c56781d5d9c9230be1bccbf0d44a09e384e9ae6.tar.bz2
serverdata-1c56781d5d9c9230be1bccbf0d44a09e384e9ae6.tar.xz
serverdata-1c56781d5d9c9230be1bccbf0d44a09e384e9ae6.zip
Update game rules (#546)
-rw-r--r--world/map/npc/functions/game_rules.txt26
1 files changed, 16 insertions, 10 deletions
diff --git a/world/map/npc/functions/game_rules.txt b/world/map/npc/functions/game_rules.txt
index 316ee03f..a00be270 100644
--- a/world/map/npc/functions/game_rules.txt
+++ b/world/map/npc/functions/game_rules.txt
@@ -3,9 +3,10 @@
function|script|GameRules
{
mes "##BPlease click submit.";
- requestlang .@cl$; // newer clients will automatically submit and skip ahead
+ //requestlang .@cl$; // newer clients will automatically submit and skip ahead
clear;
title "Game Rules";
+ /*
explode .@l$, .@cl$, "_";
if (.@l$[0] == "en") goto L_English;
if (.@l$[0] == "nl") goto L_Dutch;
@@ -34,19 +35,23 @@ function|script|GameRules
"Italiano (Italian)", L_Italian,
"繁體中文 (Traditional Chinese)", L_zhHant,
"Русский (Russian)", L_Russian;
+ */
+ goto L_English;
L_English:
- mes "Players breaking the following rules may be banned for any length of time (even permanently) or have their characters reset at a GM's discretion:";
- mes "1) Do not abuse other players. Insults, swearing, and the like are not to be directed towards a particular person or group.";
- mes "2) No bots – including ##Bany##b AFK activity or automated actions of any sort.";
- mes "3) No spamming or flooding (including messages, whispers, and trade requests).";
- mes "4) No begging.";
- mes "5) Speak ##Bonly##b English in the public chat.";
- mes "6) Treat others how you would like to be treated.";
- mes "AFK botting will be determined by talking to players who are moving and/or attacking.";
- mes "Automated following will be determined by observation.";
+ mes "Players breaking the following @@https://forums.themanaworld.org/viewtopic.php?f=1&t=2922|rules@@ may be banned for any length of time (even permanently) or have their characters reset at a GM's discretion:";
+ mes "1) Do not AFK bot. this means you are not allowed to perform any AFK (away from keyboard) activity, apart from standing idle.";
+ mes "2) Do not use offensive/rude language in the chats or in your character(s) name(s).";
+ mes "3) Do not spam/flood other players. This includes chat spam and spam by trade requests.";
+ mes "4) Speak only English in public areas. You can speak whatever language you want through whispers or whenever everyone in the area can speak said language.";
+ mes "5) Do not beg others for money, items or favours of any kind. If you want to ask for something, do it politely and only once. Try not to annoy other players.";
+ mes "6) Do not multibox. You are not allowed to engage in combat while controlling more than one character at a time.";
+ mes "7) Follow the @@https://wiki.themanaworld.org/index.php/TMW_Social_Convention|TMW Social Convention@@.";
+ //mes "";
+ //mes "Failure on our part to enforce any of the rules does not waive our rights to enforce them in the present or the future.";
goto L_End;
+/* Very outdated
L_German:
mes "Wir bitten um das Einhalten folgender Regeln:";
mes "1) Keine Beleidigungen, Schimpfwörter, Schmähungen oder Rufmord.";
@@ -176,6 +181,7 @@ L_Russian:
mes "Активность, происходящая без взаимодействия с клавиатурой (AFK) будет определяться путем общения с авто- перемещающимися и атакующими игроками.";
mes "Автоматическое следование за игроком будет выявляться путем наблюдения.";
goto L_End;
+*/
L_End:
if (TUT_var == 0)