summaryrefslogtreecommitdiff
path: root/npc/000-2-0/note.txt
blob: 94998ea9fade055d68fefe616c856ae72f6a3dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Evol scripts.
// Authors:
//    Reid
//    WildX
// Description:
//    A small note presenting the 6 main rules of Evol Online.

000-2-0.gat,29,25,0	script	Note	999;2,{

    mesn "Narrator";
    mes col(l("There is a paper with some rules written on it."), 9);
    next;
    mesq col(l("1. Do not bot. This means are not allowed to run any automated or use keyboard tricks. Any away from keyboard activity will be considered as botting. This does not include standing still."), 9);
    next;
    mesq col(l("2. Do not spam. This also concerns trade spam."), 9);
    next;
    mesq col(l("3. Do not multibox. This mean you cannot have more than one active character logged in at a time. You are not allowed to use more than one active client at a time to attack in groups."), 9);
    next;
    mesq col(l("4. Do not trashtalk, beg or use rude language in your character name or in the chat, at the exception of roleplay purposes."), 9);
    next;
    mesq col(l("5. Do not speak any other language other than English in the public areas. You are free to speak any language you want in private chats, or when alone with friends."), 9);
    next;
    mesq col(l("6. Follow the social convention listed on the RFC1855 article."), 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 somebody know a good place to hang out in Esperia? - M. Arpan"), 9);
    next;
    mes col(l("Some more things are written down but it's not legible."), 9);

    close;

}