summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-15 23:15:15 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-15 23:15:15 -0200
commita696a9ad7e1a93319a17b5aa32caab97ad7e6ec1 (patch)
treefe99164a357f903b80ed55a40d9aa2ddf02ffd6f
parent3c353478f4c698ef3e494ba8718d20cae2fd1806 (diff)
downloadserverdata-a696a9ad7e1a93319a17b5aa32caab97ad7e6ec1.tar.gz
serverdata-a696a9ad7e1a93319a17b5aa32caab97ad7e6ec1.tar.bz2
serverdata-a696a9ad7e1a93319a17b5aa32caab97ad7e6ec1.tar.xz
serverdata-a696a9ad7e1a93319a17b5aa32caab97ad7e6ec1.zip
Attention @here ingame RULES UPDATE effective from r8.3 onwards
> Botting will be allowed, as long that it is a bot hosted on our GitLab > (Contributors Welcome). New rule #9 “Admit when you're wrong” added. Also @Xanthem - rule #4 - No begging is allowed ^.^ You can report beggers.
-rw-r--r--npc/functions/game-rules.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index 2440d9383..5e3cf84ec 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -17,13 +17,15 @@ function script GameRules {
narrator getarg(0, 0),
l("1. ##BDo not bot##b, A character must be being controlled by a human, standing, siting, or logged off. You may only control one character at a time."),
+ l("* You can use a BOT if it was provided by TMW2 Team. In no circumstance you shall AFK-Bot, or you'll be promptly banned or jailed."),
l("2. ##BDo not spam nor flood.##b Texts entirely written in UPPER CASE helps counting as spam."),
l("3. ##BDo not trade invalid items, or try to cheat on trades.##b This includes any other kind of cheat or bug abuse, passive of account deletion and IP ban as stated by the Terms Of Service."),
l("4. ##BRespect other players.##b This includes but is not limited to using offensive language in nicknames or chat, and begging items or favours to other players."),
l("5. ##BThe public chat is to be understood by everyone.##b Therefore, try to use english when possible."),
l("6. ##BDo not create multi accounts.##b A person may only hold one account and as many chars as allowed by the server/client. Staff members with special privileges in-game may have a second account without those privileges."),
- l("7. ##BAs long as you have an account, you agree with the [@@https://tmw2.org/legal|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail.");
- l("8. ##BThe use of real money for ingame stuff, except by sponsoring, is prohibted."),
+ l("7. ##BAs long as you have an account, you agree with the [@@https://tmw2.org/legal|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail."),
+ l("8. ##BThe use of real money is prohibited##b for ingame stuff, except by sponsoring."),
+ l("9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them.");
return;
}