summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-30 19:41:18 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-30 19:41:18 -0300
commit06c9c4d8e1b5c323e9d8a5bf9c84612d9c827389 (patch)
tree03ce463d965e3fd4516063228779c7cf1d00c8a2
parentd936a2e5ffa6097135db52ca173ed7cd332767e4 (diff)
downloadserverdata-06c9c4d8e1b5c323e9d8a5bf9c84612d9c827389.tar.gz
serverdata-06c9c4d8e1b5c323e9d8a5bf9c84612d9c827389.tar.bz2
serverdata-06c9c4d8e1b5c323e9d8a5bf9c84612d9c827389.tar.xz
serverdata-06c9c4d8e1b5c323e9d8a5bf9c84612d9c827389.zip
Rule 10 - Do not logout at botcheck or jail areas. Apology gift if innocent.
Rule 11 - Council Trial Right. The right to be judged by community.
-rw-r--r--npc/functions/game-rules.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index cd528e333..e3242c53d 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -27,7 +27,9 @@ function script GameRules {
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 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.");
+ l("9. ##BAdmit when you're wrong.##b Users trying to lie to or fool GMs will get no pity from them."),
+ l("10. ##BDo not logout##b at Botcheck area or at Jail. We cannot unjail an offline player. The opposite of rule 9: If you believe you're right, keep your ground and explain calmly what happened. We'll calmly analyse the situation. If you were jailed without guilt, an apology will be sent to you, provided this rule is not broken."),
+ l("11. If you believe a GM is not being fair, or you believe your defense is being ignored, request a ##BCouncil Trial##b. It's your right. In a Council Trial, we'll have multiple people giving the veredict. Any player may be called to compose the council. All admins shall take part in it. An arragment relative to time and date is to be made.");
return;
}