summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-13 09:59:44 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-13 13:26:11 -0300
commitc9bfbb6ce2f582c300eaa1e46efc484847df776f (patch)
tree761ce73a149310995dc24a982c769f5354d56b0e /npc
parent6283e78f8070f4ece42494c8371aa4fb0805a096 (diff)
downloadserverdata-c9bfbb6ce2f582c300eaa1e46efc484847df776f.tar.gz
serverdata-c9bfbb6ce2f582c300eaa1e46efc484847df776f.tar.bz2
serverdata-c9bfbb6ce2f582c300eaa1e46efc484847df776f.tar.xz
serverdata-c9bfbb6ce2f582c300eaa1e46efc484847df776f.zip
Update game rules
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/game-rules.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index 97395d568..1bd0d3aa9 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -13,13 +13,13 @@ function script GameRules {
getitem BookOfLaws, 1; // give the book if the player lost it
narrator getarg(0, 0),
- l("1. ##BDo not bot nor multibox##b, this means you are not allowed to perform any AFK (away from keyboard) activity, apart from standing idle. And you are not allowed to engage in combat while controlling more than one character at a time, either."),
- l("2. ##BDo not use offensive/rude language##b in the chats or in your character(s) name(s)."),
- l("3. ##BDo not spam/flood other players.##b This includes chat spam and spam by trade requests."),
- l("4. ##BPrefer English in public areas.##b You can speak whatever language you want through whispers or whenever everyone in the area can speak said language. But otherwise, prefer english."),
- l("5. ##BDo not beg others##b 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."),
- l("6. ##BFollow the [@@http://wiki.evolonline.org/rules/esc|ESC@@]##b (Evol Social Convention)."),
- l("7. ##BAs long as you have an account, you agree with the [@@https://gitlab.com/TMW2/TheManaWorld_Wiki/wikis/Rules|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail.");
+ 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("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.php|Terms Of Service@@]##b. Shall any rule conflict with these terms, the Terms Of Service provided on that link shall prevail.");
return;
}