summaryrefslogtreecommitdiff
path: root/npc/013-2/notes.txt
blob: 0692cb6e89eac747f2a09af63385efeddddd2c8e (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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
013-2,23,32,0	script	Motto#wiz	NPC400,{
    mes "Mid pleasures and palaces though we may roam,";
    mes "Be it ever so humble, there's no place like home.";
    close;
}

013-2,30,32,0	script	Note#wiz	NPC400,{
    mes "Please do not open.";
    close;
}

013-2,38,20,0	script	Saying#wiz	NPC400,{
    mes "The early bird catcheth the worm.";
    if (!getvaultid()) close; // Close this mirror lake
    if (get_nibble(##03_TMWQUEST, 0) < 2) close; // Not yet authorized
    mesc l("Should we recite this backward to travel to a different world? If yes, thinking on what?");
    select
        l("Leave it be."),
        rif(get_nibble(##03_TMWQUEST, 0) >= 2, l("Think on Mouboos and Cindy problems"));
    mes "";
    switch (@menu) {
    case 2: MirrorLakeSendTo(MLP_MOUBOOTAUR, 0); break;
    }
    close;
}

013-2,27,21,0	script	Mirror#wiz	NPC400,{
    mes "You say: \"Mirror mirror on the wall, who has the nicest haircut of them all?\"";
    next;
    mes "\"Oh fair adventurer, your hair indeed looks nice. But wouldn't it look much better, after I have rolled my dice?\"";
    next;
    mes "Your looks suddenly change...";
    next;
    @fixedMirror = 1;
    callfunc "useMirror";
    close;
}

013-2,25,23,0	script	Spell#wiz1	NPC400,{
    mes "You read: \"I see trees of green, red roses too. I see them bloom for me and you. And I think to myself: \'What a wonderful world\'\"";
    next;
    mes "You think: \"Huh?\"";
    next;
    mes l("The spell fulfills its inevitable purpose...");
    next;
    @dest = rand2(BaseLevel);
    if (@dest < 10)
        goto L_PlaceOne;
    if ((@dest >= 10) && (@dest <= 50))
        goto L_PlaceTwo;
    goto L_PlaceThree;

L_PlaceOne:
    warp "013-1",128,28;
    goto L_close;

L_PlaceTwo:
    warp "016-1",62,89;
    goto L_close;

L_PlaceThree:
    warp "014-1",33,35;
    goto L_close;

L_close:
    @dest = 0;
    closeclientdialog;
    close;
}

013-2,27,24,0	script	Spell#wiz2	NPC400,{
    mes "You read: \"You must not fear, for it is the mind-killer. That and sharp pointy things.\"";
    next;
    mes l("You feel the floor disappear below your feet...");
    next;
    callfunc "MiriamCheat";
    @dest = rand2(BaseLevel);
    if (@dest < 10)
        goto L_PlaceOne;
    if ((@dest >= 10) && (@dest <= 50))
        goto L_PlaceTwo;
    goto L_PlaceThree;

L_PlaceOne:
    warp "006-1",83,60;
    goto L_close;

L_PlaceTwo:
    warp "006-1",77,22;
    goto L_close;

L_PlaceThree:
    warp "006-1",33,93;
    goto L_close;

L_close:
    @dest = 0;
    close;
}

013-2,25,27,0	script	Spell#wiz3	NPC400,{
    mes "You read: \"Snow-white flakes and eminent frost - I'll go there, whatever the cost!\"";
    next;
    mesq l("You feel yourself getting lighter...");
    next;
    @dest = rand2(BaseLevel);
    if (@dest < 10)
        goto L_FriendlyPlace;
    if ((@dest >= 10) && (@dest <= 50))
        goto L_DeepCave;
    goto L_Cave;

L_FriendlyPlace:
    warp "019-3",102,77;
    goto L_close;

L_DeepCave:
    warp "031-3",135,163;
    goto L_close;

L_Cave:
    warp "031-3",37,213;
    goto L_close;

L_close:
    @dest = 0;
    closeclientdialog;
    close;
}

013-2,27,27,0	script	Spell#wiz4	NPC400,{
    mes "You read: \"People and cosiness, lively and fun - that's where I've gone!\"";
    next;
    mes l("The world around you slowly dissolves...");
    next;
    @dest = rand2(BaseLevel);
    if (@dest < 10)
        goto L_PlaceOne;
    if ((@dest >= 10) && (@dest <= 50))
        goto L_PlaceTwo;
    goto L_PlaceThree;

L_PlaceOne:
    warp "030-2",88,24;
    goto L_close;

L_PlaceTwo:
    warp "001-2",104,40;
    goto L_close;

L_PlaceThree:
    warp "010-2",34,42;
    goto L_close;

L_close:
    @dest = 0;
    closeclientdialog;
    close;
}

013-2,26,28,0	script	Spell#wiz5	NPC400,{
    mes "You read: \"Darkness and legs, eight of them each - I'd rather not go there, but now it's too late...\"";
    next;
    mes l("For a moment everything turns black...");
    next;
    @dest = rand2(BaseLevel);
    if (@dest < 10)
        goto L_PlaceOne;
    if ((@dest >= 10) && (@dest <= 50))
        goto L_PlaceTwo;
    goto L_PlaceThree;

L_PlaceOne:
    warp "012-4",431,36;
    goto L_close;

L_PlaceTwo:
    warp "013-3",122,91;
    goto L_close;

L_PlaceThree:
    warp "013-3",178,67;
    goto L_close;

L_close:
    @dest = 0;
    closeclientdialog;
    close;
}

013-2,21,29,0	script	Spell#wiz6	NPC400,{
    mes "You read: \"Heart stops pumping, breath begone - life is stopping, death has come!\"";
    next;
    mes "You're losing control of your body... everything turns black... while slipping to the floor, you hear a faraway scream... suddenly, you see THE LIGHT!";
    next;
    die();
    close;
}

013-2,28,29,0	script	Spell#wiz7	NPC400,{
    mes "You read: \"Cotton, steel, leather and wool - have I ever seen a greater fool?\"";
    next;
    mes l("You suddenly feel naked; you ARE naked!");
    next;
    nude();
    close;
}