summaryrefslogtreecommitdiff
path: root/npc/008-1-1/galimatia.txt
blob: 6b3bfabef0b35fa2d93bf74249406f0ac9173e19 (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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
// Evol scripts.
// Author:
//	Micksha
//	The other player I've forgot the name
//	Livio
//  Jesusalva
// Description:
//	Galimatia the beekeeper.
// KEEP item_db.conf updated as well

function	script	usePurificationPotion	{
    // Check quest status, if not in a quest provide default item behaviour
    if (getq(ArgaesQuest_Galimatia) == 1) {
        // Do as requested by quest
        if (isin("008-1-1", 95, 45, 99, 48)) {
            setq(ArgaesQuest_Galimatia, 2);
            message strcharinfo(0), l("Done. Maybe it's time to ask Galimatia what to do now.");
            delitem PurificationPotion, 1;
        } else {
            message strcharinfo(0), l("Hmm... I'm sure that is not the right place to put it.");
            return true;
        }
    } else return false;
}

function	script	useFertilityPotion	{
    // Check quest status, if not in a quest provide default item behaviour
    if (getq(ArgaesQuest_Galimatia) == 3) {
        // Do as requested by quest
        if (isin("008-1-1", 95, 45, 99, 48)) {
            setq(ArgaesQuest_Galimatia, 4);
            message strcharinfo(0), l("All right! I've poured even this one..");
            delitem FertilityPotion, 1;
        } else {
            message strcharinfo(0), l("Hmm... This one is supposed to be poured where the other one were.");
            return true;
        }
    } else return false;
}

// ------------------------------------
008-1-1,113,59,0	script	Galimatia	NPC_GALIMATIA,{
    function advanceQuest;
    function NPCdemandsIngredients;
    function QuestPart0;
    function QuestPart1;
    function QuestPart2;
    function QuestPart3;
    function QuestPart4;
    function QuestPart5;
    function QuestPart6;
    function galimatiaQuestDaily;

    switch(getq(ArgaesQuest_Galimatia)) {
        case 0: QuestPart0(); break;
        case 1: QuestPart1(); break;
        case 2: QuestPart2(); break;
        case 3: QuestPart3(); break;
        case 4: QuestPart4(); break;
        case 5: QuestPart5(); break;
        case 6: QuestPart6(); break;
        case 7: galimatiaQuestDaily(); break;
        default:
            mesq l("[Invalid quest status! %d, check script]", getq(ArgaesQuest_Galimatia));
    }
    close;


// FIXME comment better
// Makes NPC to ask for ingredients
function NPCdemandsIngredients {
    mesq l("Fine. The land is healthy now but nothing will grow yet. This time I need you to get:");
    printIngredients(.REQ1_INGREDIENTS, .REQ1_INGREDIENTS_AMOUNT);
    mesq l("So making a %s will make things easier.", getitemlink(.REQ1_OUTPUT));
    if (NPCcrafting(
            .REQ0_INGREDIENTS, .REQ0_INGREDIENTS_AMOUNT,
            .REQ0_OUTPUT, .REQ0_OUTPUT_AMOUNT,
            l("Okay. Give me a second..."),
            l("Nope. You don't have enough ingredients for that."),
            l("I can't give you nothing if you don't leave some room for it!")
            )
        ) {
        advanceQuest();
        mesq l("You must now pour it over the land again in the same spot.");
    }
    close;
    return;
}


//-----------------

function advanceQuest {
    setq(ArgaesQuest_Galimatia, getq(ArgaesQuest_Galimatia) + 1);
    return;
}

/*
You arrive and get off the boat and walk down a path to a farm where there is a Bee farmer named Galimatia.
Her Bees have moved to somewhere else, because his field of flowers has died from a blight. He needs some way to still gather honey to earn his living.
Galimatia needs to tend to other work and can’t get away, so she asks player for some help. She sends player after 5 Pink Petals and 1 Bottle of Water.
*/

function QuestPart0 {
    speech
        l("Hello."),
        l("If only someone could help me to make my flowers bloom again."),
        l("I just dont know what to do. Perhaps all gets better when I stay here, whining and waiting. Please, leave me alone.");
    next;

    select(
        l("What about making some fertilizing-something?"),
        l("I don't have time to spend on flowers.")
    );
    mes "";
    mesn;

    switch(@menu) {
        case 1:
            mesq l("All right! I need you to get:");
            printIngredients(.REQ0_INGREDIENTS, .REQ0_INGREDIENTS_AMOUNT);
            mesq l("So I can make a %s out of it.", getitemlink(.REQ0_OUTPUT));
            if (NPCcrafting(
                .REQ0_INGREDIENTS, .REQ0_INGREDIENTS_AMOUNT,
                .REQ0_OUTPUT, .REQ0_OUTPUT_AMOUNT,
                l("Have you got those things with you?"),
                l("Okay. Give me a second..."),
                l("Nope. You don't have enough ingredients for that."),
                l("I can't give you nothing if you don't leave some room for it!")
                )
            ) {
                advanceQuest();
                mesq l("You must now pour it over the land.");
            }
            close;
            break;
        default:
            // FIXME This got to be improved in other script parts as well
            mesq
                any(
                    l("Gave up already?"),
                    l("Okay..."),
                    l("Go stay afk in TMW Legacy if you don't want to make yourself useful."),
                    l("Hehe, hehe. Well, come back if you change your mind."
                )
            );
            close;
    }
    return;
}

/*
She made a Purification Potion out of ingredients to heal the land and gives it to the player and says it must be poured over the land (marked in some way. Like in the Orum and Waric follow-up quest).
*/
function QuestPart1 {
    if(checkForItems(.REQ0_OUTPUT, .REQ0_OUTPUT_AMOUNT)) {
        speech
            l("What's up? You want me to show how to open a bottle and pour its content on the ground?");
    } else {
        speech
            l("Why you don't have a %s with you? You need me to make another one?", getitemlink(.REQ0_OUTPUT));
        if (askyesno() == ASK_NO) {
            mesq l("Come on, stop wasting my time!");
            close;
        } else{
            if (NPCcrafting(
                .REQ0_INGREDIENTS, .REQ0_INGREDIENTS_AMOUNT,
                .REQ0_OUTPUT, .REQ0_OUTPUT_AMOUNT,
                l("Again, do you have what I need to make that?"),
                l("Here we go again..."),
                l("No! Have you already forgot what I need for it?"),
                l("You don't even have the space in your inventory to carry it!!! Oh, man you are a disaster...")
                )
            ) {
                // FIXME Put some messages about making again the potion so the NPC can look different and react like it was somewhat disturbed by player failure
                mesq l("Remember: you must pour it over the land.");
            }
        }
    }
    close;
    return;
}

/*
If you weren't able to trash the potion, the land is now healed, but nothing grows. Galimatia is happy the land is well and wants to help. She sends player to get 1 Bottle of Water, 10 Maggot Slime and 5 Mauve Herb. From this she makes a Fertility Potion. Again she gives it to the player and says it must be poured in the same place. Player uses it and the effect comes again.
*/


function QuestPart2 {
    mesn;
    mesq l("Fine. The land is healthy now but nothing will grow yet. This time I need you to get:");
    printIngredients(.REQ1_INGREDIENTS, .REQ1_INGREDIENTS_AMOUNT);
    mesq l("So making a %s will make things easier.", getitemlink(.REQ1_OUTPUT));
    if (NPCcrafting(
            .REQ1_INGREDIENTS, .REQ1_INGREDIENTS_AMOUNT,
            .REQ1_OUTPUT, .REQ1_OUTPUT_AMOUNT,
            l("Have you got what we need?"),
            l("Here it is!"),
            l("No! You haven't!"),
            l("I can't give you nothing if you don't leave some room for it!")
            )
    ) {
        advanceQuest();
        mesq l("You must now pour it over the land again in the same spot.");
    }
    close;
    return;
}


function QuestPart3 {
    if(checkForItems(.REQ1_OUTPUT, .REQ1_OUTPUT_AMOUNT)) {
        speech
            l("Come on pal, what's the matter?");
    } else {
        speech
            l("Got drunk with the %s? You need me to make another one?", getitemlink(.REQ1_OUTPUT));
        if (askyesno() == ASK_NO) {
            mesn;
            mesq l("Come on, stop wasting my time!");
            close;
        } else{
            if (NPCcrafting(
                .REQ1_INGREDIENTS, .REQ1_INGREDIENTS_AMOUNT,
                .REQ1_OUTPUT, .REQ1_OUTPUT_AMOUNT,
                l("Again, do you have what I need to make that?"),
                l("Here we go again..."),
                l("No! Have you already forgot what I need for it?"),
                l("I can't give you nothing if you don't leave some room for it!")
                )
            ) {
                // FIXME Put some messages about making again the potion so the NPC can look different and react like it was somewhat disturbed by player failure
                mesq l("Remember: you must now pour it over the land.");
            }
        }
    }
    close;
    return;
}

/*
Part 3
Flowers now can be planted. Therefore Galimatia needs help of Blossom. She sends the player to her to get 5 packages of flower seeds.
NOTE: Flower seeds are dropped directly from Clover Patches, however grass seeds are more common.
*/

function QuestPart4 {
    speech
        l("Thanks for the help earlier. The soil is now fertile thanks to your efforts."),
        l("Do you know Blossom? She is the flower girl. Bees won't come without flowers."),
        l("So, now I need %d %s.", .REQ2_INGREDIENTS_AMOUNT, getitemlink(.REQ2_INGREDIENTS));
    next;
    // We don't take player items without asking
    mesc l("Deliver items to Blossom?");
    if (askyesno() == ASK_NO) close;
    if(checkForItems(.REQ2_INGREDIENTS, .REQ2_INGREDIENTS_AMOUNT)) {
        advanceQuest();
        speech
            l("Nice, gimme that!"),
            l("I'll go plant them. Now go, maybe I need your help again later.");
    } else {
        speech
            l("Go get some!");
    }
    close;
    return;
}

/*
The fields are in bloom and the Bees hard at work bringing stuff to the Beehives.
Galimatia is thankful for your help and offers to pay you a larger reward if you help her collect honey as well.
Honey is dropped by Beehives. To gather honey from Beehives you must defeat the bees protecting it, which will attack you when you attack their hive. When you kill a hive, 2 - 3 aggro bees spawn. The player must kill them (which is not so easy). (Some hives don't have Honey and some do - 50% drop rate should do the trick). The hive is a mob just like the pink flowers. Four honey jars complete the quest.
Galimatia reassures you that these are giant bees and they will rebuild their hives quickly so it's not all as cruel as it may seem.

Galimatia gives the player their reward: Player must select a simple Magic Wand (provides Healing Spell) or a Mana Torch (provides Fire Attack Spell), both can be used as a torch to keep angry bees away and a Jar of Honey.
*/

function QuestPart5 {
    speech
        l("Nice job."),
        l("I've heard bees are scared of fire, you know."),
        l("So, what do you want?"),
        l("A %s or a %s?", getitemlink(.QUESTPRIZES[0]) , getitemlink(.QUESTPRIZES[1]));
    select(
        l("I want the %s!",	 getitemname(.QUESTPRIZES[0])),
        l("A %s?!? Cool!!!",	getitemname(.QUESTPRIZES[1]))
    );
    if (!checkweight(.QUESTPRIZES[@menu-1], .QUESTPRIZES_AMOUNT[@menu-1])) {
        mesq l("I can't give you a prize if you are overburdened. Make room in your inventory!");
    }
    else{
        getitem(.QUESTPRIZES[@menu-1], .QUESTPRIZES_AMOUNT[@menu-1]);
        advanceQuest();
        mesq l("Use those wisely and use safety glasses.");
    }
    close;
    return;
}

/*
Part 6 (Extra Quest)
This enables the player to receive a Rose Hat. Fighting the flowers that were just planted, the player will receive roses and / or tulips as a drop. in Part 3 Blossom may mention that she always is happy about receiving the rare Blue Rose. She trades the Rose Hat for 10 Blue Roses and a preparation fee of 1.000 GP. She offer this only after everything before is finished.
*/

function QuestPart6 {
    mesn;
    mesq l("Hello again! Do you want me to exchange %d %s and %d GP for a %s?",
            .REQ3_INGREDIENTS_AMOUNT[0], getitemlink(.REQ3_INGREDIENTS[0]),
            .REQ3_COST, getitemlink(.REQ3_OUTPUT)
    );
    if (askyesno() == ASK_NO) {
        mesq l("As you wish.");
        close;
    } else {
        if(Zeny>=.REQ3_COST) {
            if(NPCcrafting(
                .REQ3_INGREDIENTS, .REQ3_INGREDIENTS_AMOUNT,
                .REQ3_OUTPUT, .REQ3_OUTPUT_AMOUNT,
                l("Do you have what I need?"),
                l("Have fun!"),
                l("Nope. I wont exchange for such less."),
                l("I can't give you nothing if you don't leave some room for it!")
            )) {
                    Zeny-=(.REQ3_COST);
                    advanceQuest();
            }
        } else {
            mesq l("Ain't working for free, pal!");
        }
    }
    close;
    return;
}

/*
Daily Part
Allows players to sell Honey for Galimatia
*/
function galimatiaQuestDaily {
    // DailyQuest(lvl, cost, count, item)
    DailyQuest(10, 3, 1, Honey);
    return;
}

OnInit:
    // NPC ITEM REQUESTS
    setarray(.REQ0_INGREDIENTS,
        BottleOfWater,
        PinkPetal
    );
    setarray(.REQ0_INGREDIENTS_AMOUNT,
        1,
        5
    );
    .REQ0_OUTPUT = PurificationPotion;
    .REQ0_OUTPUT_AMOUNT = 1 ;

    setarray(.REQ1_INGREDIENTS,
        BottleOfWater,
        MaggotSlime,
        MauveHerb
    );
    setarray(.REQ1_INGREDIENTS_AMOUNT,
        1,
        10,
        5
    );
    .REQ1_OUTPUT = FertilityPotion;
    .REQ1_OUTPUT_AMOUNT = 1;

    setarray(.REQ2_INGREDIENTS, FlowerSeeds);
    setarray(.REQ2_INGREDIENTS_AMOUNT, 5);

    setarray(.QUESTPRIZES,
        TrainingWand,
        ManaTorch
    );
    setarray(.QUESTPRIZES_AMOUNT,
        1,
        1
    );

    setarray(.REQ3_INGREDIENTS, ABlueRose);
    setarray(.REQ3_INGREDIENTS_AMOUNT, 10);
    .REQ3_COST = 1000;
    .REQ3_OUTPUT = RoseHat;
    .REQ3_OUTPUT_AMOUNT = 1;

    .distance = 4;
    end;
}

// ------------------------------------
// Bees Hotspot
008-1-1,93,46,0	script	#GalimatiaInst	NPC_HIDDEN,0,1,{
    end;

// Transport
OnTouch:
    if (getq(ArgaesQuest_Galimatia) >= 5) {
        if (getmap() == "008-1-1")
            warp "gali@matia", 94, 46;
        else
            warp "008-1-1", 92, 46;
    }
    end;

// Populate
OnInstanceInit:
    areamonster("gali@matia", 95, 45, 97, 46, strmobinfo(1, RedRose), RedRose, 1, "#GalimatiaInst::OnRed");
    areamonster("gali@matia", 95, 47, 99, 48, strmobinfo(1, YellowRose), YellowRose, 1, "#GalimatiaInst::OnYellow");
    monster("gali@matia", 99, 45, strmobinfo(1, BlueRose), BlueRose, 1, "#GalimatiaInst::OnBlue");
    end;

// Respawn
OnRed:
    sleep(60000);
    areamonster("gali@matia", 95, 45, 97, 46, strmobinfo(1, RedRose), RedRose, 1, "#GalimatiaInst::OnRed");
    end;

OnBlue:
    sleep(120000);
    monster("gali@matia", 99, 45, strmobinfo(1, BlueRose), BlueRose, 1, "#GalimatiaInst::OnBlue");
    end;

OnYellow:
    sleep(25000);
    areamonster("gali@matia", 95, 47, 99, 48, strmobinfo(1, YellowRose), YellowRose, 1, "#GalimatiaInst::OnYellow");
    end;
}