summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
blob: c3ef57feb5ffa6bf8882791cc0e21b3734381865 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
// Evol scripts.
// Authors:
//    Vasily_Makarov
//    4144
// Description:
//    Allow change language and some speaking
//
// 2 bits Array:
//    ShipQuests
// Variable:
//    ShipQuests_Julia
// Values:
//    0     first touch
//    1     already touched

000-2-0.gat,27,24,0,0	script	Julia	304,2,10;5,{

    mesn;
    mesq g(l("Hello dear!"),
           l("Hello sir!"));
    next;
    mesq l("What do you want today?");
    next;

  set @s$, l("I don't want to change my language, sorry.");

l_Menu:
    menu
        lg("I made a mistake, I would like to change my language."), l_ChooseLang,
        l("Could you explain to me where I am?"), l_WhereIam,
        l("What happened to me?"), l_What,
        l("Can I read these rules again?"), l_Rules,
        l("Nothing, sorry."), l_Close;

    mes "";
    mesn;
    mesq l("Of course! Tell me which language you speak and I will change the note on the ship board list.");

    goto l_ChooseLang;

l_First:

    callfunc "CheckClientVersion";

    mesn;
    mesq l("Hi, nice to see you!#0");
    next;
    mesq l("My name is Julia, it's me who took care of you, when we found you in the sea.");
    next;
    mesq l("I'm very happy to see you're okay now!");
    next;
    mesq lg("Could I ask you what your native language is? A sailor told me you're russian, but another one told me you're french... I'm a bit lost. I will register you on the ship boarding list just after that.");
    next;
    set @s$, "";
    goto l_ChooseLang;

  l_ChooseLang:
    menu
        l("I speak English") + ". (English)", -,
        l("I speak French") + ". (Français)", -,
        l("I speak Russian") + ". (Русский)", -,
        l("I speak Spanish") + ". (Español)", -,
        l("I speak Portuguese") + ". (Português)", -,
        l("I speak German") + ". (Deutsch)", -,
        l("I speak Flemish") + ". (Vloams)", -,
        l("I speak Polish") + ". (Polski)", -,

    @s$, l_NoChanges;
    set @lang, @menu-1;
    if (@lang < 0 || @lang > 7) close;
    setlang @lang;

    mes "";
    mesn;
    mesq l("Ok, Done.");
    if (@q == 1) goto l_NoRules;
    next;
    mesq l("I'm sure that you've got some questions for me, feel free to ask them, but firstly I need to tell you the rules of proper social conduct on board.");
    
    mesq l("Here they are.");
    next;

    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 that you won't run any automated tasks (Also included keyboard tricks). Any away from keyboard activity is considered botting does not include standing still)"), 9);
    next;
    mesq col(l("2, Do not spam (includes trade spam)"), 9);
    next;
    mesq col(l("3, Do not multibox, this mean that you cannot have more than one active character logged in or any other active clients used for attacking in group."), 9);
    next;
    mesq col(l("4, Don't trashtalk, beg or use rude language in your character name and in the chat, at the exception of roleplay purposes."), 9);
    next;
    mesq col(l("5, Don't speak any other language other than English in the public areas. You are free to speak any language you want in private chats and when alone with groups of friends."), 9);
    next;
    mesq col(l("6, Follow the social convention listed on the RFC1855."), 9);    next;
    next;

    mesn;
    mesq l("Oh, and it's not written there but don't give the password of your room to anybody, I'm the only one who has the other key and I won't ask for yours, so keep it secret and try not to use the same one in any other room in the future.");
    next;
    mesq l("If you wish to read this page again, there is a copy  up on the left wall.");
    next;
    mesq l("I think that I'm done, do you have a question now?");
    next;

    seta ShipQuests, ShipQuests_Julia, 1;
    goto l_Menu;

l_NoRules:
    next;
    mesq l("Do you have any other questions for me?");
    next;

    goto l_YNMenu;

l_NoChanges:
    mes "";
    mesn;
    mesq l("No problem, do you have any other questions for me?");
    next;

l_YNMenu:
    menu
        l("Yes, please!"), l_Menu,
        l("No, thanks."), l_Close;

l_WhereIam:
    mes "";
    mesn;
    mesq l("You're on a ship, we're on our way to the commercial capital of Artis.");
    next;
    mesq l("We should be there in a few days, once we arrive, I will warn the warrior guild about what happened, I'm sure they can help.");
    next;
    mesq l("But for now, you can relax on the ship, or visit the island we're docked at! Its a small island, but a good place to get some exercise and stretch your legs.");
    next;
    mesq l("Do you have any other questions for me?");
    next;

    goto l_YNMenu;

l_What:
    mes "";
    mesn;
    mesq l("We thought that you could help us understand this, all we know is that we found you back in the sea, adrift on your raft.");
    next;
    mesq lg("You were in bad shape, you should be happy we found you before the sea killed you.");
    next;
    mesq l("Also, there was this inscription on your raft, one of the warrior guild of Esperia, the largest and biggest guild of the whole new world, does that make you remember something?");
    next;
    goto l_EsperiaMenu;

l_EsperiaMenu:
    menu
        l("Sorry but I can't tell you anything about that."), l_NoChanges,
        l("Nothing, sorry."), l_NoChanges;

l_Close:
    mes "";
    mesn;
    mesq l("Bye!");

    close;

l_Rules:
    mes "";
    mesn;
    mesq l("Of course, they are on the left wall, go get a look at them.");
    next;
    mesq l("Do you have an other question for me?");
    next;

    goto l_YNMenu;

OnTouch:
    set @q, geta(ShipQuests, ShipQuests_Julia);
    if (@q == 0) goto l_First;

    close;

}