summaryrefslogtreecommitdiff
path: root/npc/001-2-21/note.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-02-02 00:56:35 +0100
committerReid <reidyaro@gmail.com>2015-02-02 00:56:35 +0100
commitf4547248612a8252184e86f5cbd12e4a2da0b67c (patch)
tree0a8ecaceb9e0e1bb8521a6a085e969b62849e3fb /npc/001-2-21/note.txt
parent81d73f15065a24f04d656002b7aba9f7270261bf (diff)
downloadserverdata-f4547248612a8252184e86f5cbd12e4a2da0b67c.tar.gz
serverdata-f4547248612a8252184e86f5cbd12e4a2da0b67c.tar.bz2
serverdata-f4547248612a8252184e86f5cbd12e4a2da0b67c.tar.xz
serverdata-f4547248612a8252184e86f5cbd12e4a2da0b67c.zip
Add 001-2-21 map.
Diffstat (limited to 'npc/001-2-21/note.txt')
-rw-r--r--npc/001-2-21/note.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/npc/001-2-21/note.txt b/npc/001-2-21/note.txt
new file mode 100644
index 00000000..29628d70
--- /dev/null
+++ b/npc/001-2-21/note.txt
@@ -0,0 +1,40 @@
+// Evol scripts.
+// Authors:
+// Qwerty Dragon
+// Reid
+// WildX
+// Description:
+// A small note presenting the 6 main rules of Evol Online.
+
+000-2-0,29,25,0 script Note 116,{
+ mesn "Narrator";
+ mes col(l("There is a paper with some rules written on it."), 9);
+ next;
+ mesq col(l("1. ##BDo not bot##b, this means you are not allowed to perform any AFK (away from keyboard) activity, apart from standing idle."), 9);
+ next;
+ mesq col(l("2. ##BDo not use offensive/rude language##b in the chats or in your character(s) name(s)."), 9);
+ next;
+ mesq col(l("3. ##BDo not spam/flood other players.##b This includes chat spam and spam by trade requests."), 9);
+ next;
+ mesq col(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."), 9);
+ next;
+ mesq col(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."), 9);
+ next;
+ mesq col(l("6. ##BFollow the [@@http://wiki.evolonline.org/rules/esc|ESC@@]##b (Evol Social Convention)."), 9);
+ next;
+ mesq col(l("7. ##BDo not multibox.##b You are not allowed to engage in combat while controlling more than one character at a time."), 9);
+ next;
+ mes col(l("Following these lines are some other writings on this paper."), 9);
+ next;
+ mesq col(l("Do not give the password of your room to anybody! Keep it secret and try not to use the same one in any other room in the future. - Julia"), 9);
+ next;
+ mesq col(l("Does anyone know a good place to hang out in Esperia? - M. Arpan"), 9);
+ next;
+ mes col(l("Other things are written but are not legible anymore."), 9);
+
+ close;
+
+OnInit:
+ setnpcdistance 2;
+ end;
+}