diff options
-rw-r--r-- | npc/functions/game-rules.txt | 6 |
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; } |