summaryrefslogtreecommitdiff
path: root/npc/functions/game-rules.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-08 00:42:46 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-08 00:42:46 -0200
commit119f2e579679410d81d7bce4869c266c5067c39a (patch)
treed020177adaac00d4f5c9a67cc4a8ad6e1337df94 /npc/functions/game-rules.txt
parentdbae57213f3e949ef43ab1533f4616e6b6f9a9f6 (diff)
downloadserverdata-119f2e579679410d81d7bce4869c266c5067c39a.tar.gz
serverdata-119f2e579679410d81d7bce4869c266c5067c39a.tar.bz2
serverdata-119f2e579679410d81d7bce4869c266c5067c39a.tar.xz
serverdata-119f2e579679410d81d7bce4869c266c5067c39a.zip
Rename Julia to Juliet, and progress prologue. Less relevant changes to rules.
This commit does not causes a big divergence from Evol, apart some rules and the new name for Julia. You do not need to confirm your language at Julia/Juliet anymore.
Diffstat (limited to 'npc/functions/game-rules.txt')
-rw-r--r--npc/functions/game-rules.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/functions/game-rules.txt b/npc/functions/game-rules.txt
index f633ee5f3..97395d568 100644
--- a/npc/functions/game-rules.txt
+++ b/npc/functions/game-rules.txt
@@ -4,21 +4,22 @@
// Qwerty Dragon
// Reid
// WildX
+// Jesusalva
// Description:
-// 7 main rules of Evol Online.
+// Main Rules of TMW2.
function script GameRules {
if (checkweight(BookOfLaws, 1) == true && countitem(BookOfLaws) < 1)
getitem BookOfLaws, 1; // give the book if the player lost it
narrator getarg(0, 0),
- l("1. ##BDo not bot##b, this means you are not allowed to perform any AFK (away from keyboard) activity, apart from standing idle."),
+ 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. ##BSpeak only English in public areas.##b You can speak whatever language you want through whispers or whenever everyone in the area can speak said language."),
+ 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. ##BDo not multibox.##b You are not allowed to engage in combat while controlling more than one character at a time.");
+ 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.");
return;
}
@@ -28,13 +29,13 @@ function script GameRules {
function read_book {
narrator S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("This book outlines the laws of every city and holding in Gasaron."),
+ l("This book outlines the laws which applies everywhere in the World Of Mana."),
l("The first page contains the universal rules that have been agreed upon throughout the land.");
GameRules S_NO_NPC_NAME | S_LAST_NEXT;
narrator S_NO_NPC_NAME,
- l("The next page begins to list the complex trading laws of the City of Esperia"),
+ l("The next page begins to list the complex trading laws and political rules."),
l("All this seems unimportant to you right now.");
close;
}