summaryrefslogtreecommitdiff
path: root/npc/quests/quests_lutie.txt
blob: df68b332b2fcda5a930efe4044042cd679d75afb (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
//===== eAthena Script ======================================= 
//= Item Quest NPCs located in Lutie
//===== By: ================================================== 
//= TonyMan
//===== Current Version: ===================================== 
//= 1.0 
//===== Compatible With: ===================================== 
//= eAthena 1.0
//===== Description: ========================================= 
//= Blush, Cake Hat, Candle, Chef Hat, Raccoon Hat, Rainbow Eggshell,
//= Spore Hat, Wonder Nutshell Quests
//===== Additional Comments: ================================= 
//= 
//============================================================ 

xmas.gat,117,295,3	script	Titicupe	704,{
	mes "[^469ED2Titicupe^000000]";
	mes "I am the well known ^27BEB7Vending Machine Man Titicupe^000000, I am also a Wizard of the great ^9A3CA2Geffen Mage Guild^000000. I can use my special magic to make some rare items, but I need ingridients. Choose an item you want.";
	next;
	menu "Blush", blush,"Cake Hat",cake_hat,"Candle",candle,"Chef Hat",chef_hat,"Raccoon Hat",raccoon_hat,"Rainbow Eggshell",rainbow_egg,"Spore Hat",spore_hat,"Wonder Nutshell",wonder_nut,"Cancel",cancel;
	
	blush:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
 	mes "100 Alice's Apron";
 	next;
	menu "Here. Now do your magic!",make_blush,"Cancel",cancel;
	
	make_blush:
	if(countitem(7047)<100) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^D6294BBlush^000000, it's yours.";
	delitem 7047,100;
	getitem 5040,1;
	close;
	
	cake_hat:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
 	mes "10 Candy";
 	mes "5 Candy Cane";
 	mes "20 Piece of Cake";
 	mes "10 Steel";
 	mes "15 Well-baked Cookie";
 	next;
	menu "Here. Now do your magic!",make_cake_hat,"Cancel",cancel;
	
	make_cake_hat:
	if((countitem(529)<10) || (countitem(530)<5) || (countitem(539)<20) || (countitem(999)<10) || (countitem(538)<15)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^BD3CBACake Hat^000000, it's yours.";
	delitem 529,10;
	delitem 530,5;
	delitem 539,20;
	delitem 999,10;
	delitem 538,15;
	getitem 5024,1;
	close;
	
	candle:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
	mes "1 Bomb Wick";
 	mes "50 Matchstick";
 	mes "100 Royal Jelly";
 	next;
	menu "Here. Now do your magic!",make_candle,"Cancel",cancel;
	
	make_candle:
	if((countitem(2279)<1) || (countitem(7035)<50) || (countitem(526)<100)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^BD3CBACandle^000000, it's yours.";
	delitem 2279,1;
	delitem 7035,50;
	delitem 526,100;
	getitem 5028,1;
	close;
	
	chef_hat:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
	mes "450 Dragon Scale";
 	mes "300 Feather";
 	mes "120 Piece of Cake";
 	mes "  1 White Dyestuffs";
 	next;
	menu "Here. Now do your magic!",make_chef_hat,"Cancel",cancel;
	
	make_chef_hat:
	if((countitem(1036)<450) || (countitem(949)<300) || (countitem(539)<120) || (countitem(982)<1)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^BD3CBAChef Hat^000000, it's yours.";
	delitem 1036,450;
	delitem 949,300;
	delitem 539,120;
	delitem 982,1;
	getitem 5026,1;
	close;

	raccoon_hat:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
	mes "20 Dragon Scale";
 	mes "1 Kitty Band";
 	mes "300 Sea-otter Fur";
 	mes "200 Tough Scalelike Stem";
 	next;
	menu "Here. Now do your magic!",make_raccoon_hat,"Cancel",cancel;
	
	make_raccoon_hat:
	if((countitem(1036)<20) || (countitem(2213)<1) || (countitem(7065)<300) || (countitem(7012)<200)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^7D4E31Raccoon Hat^000000, it's yours.";
	delitem 1036,20;
	delitem 2213,1;
	delitem 7065,300;
	delitem 7012,200;
	getitem 5033,1;
	close;
	
	rainbow_egg:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
	mes "50 Claw of Desert Wolf";
 	mes "1 Cobaltblue Dyestuffs";
 	mes "1 Egg Shell";
 	next;
	menu "Here. Now do your magic!",make_rainbow_egg,"Cancel",cancel;
	
	make_rainbow_egg:
	if((countitem(7030)<50) || (countitem(978)<1) || (countitem(5015)<1)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^8D4178Rainbow Egg^000000, it's yours.";
	delitem 7030,50;
	delitem 978,1;
	delitem 5015,1;
	getitem 5039,1;
	close;
	
	spore_hat:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
	mes "300 Burnt Tree";
 	mes "850 Poison Spore";
 	mes "1 Tongue";
 	next;
	menu "Here. Now do your magic!",make_spore_hat,"Cancel",cancel;
	
	make_spore_hat:
	if((countitem(7068)<300) || (countitem(7033)<850) || (countitem(1015)<1)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^7D4E31Raccoon Hat^000000, it's yours.";
	delitem 7068,300;
	delitem 7033,850;
	delitem 1015,1;
	getitem 5029,1;
	close;
	
	wonder_nut:
	mes "[^469ED2Titicupe^000000]";
	mes "Hmm... spell ingridients are...";
	mes "1 Nut Shell";
 	mes "500 Wing of Dragonfly";

 	next;
	menu "Here. Now do your magic!",make_wonder_nut,"Cancel",cancel;
	
	make_wonder_nut:
	if((countitem(5037)<1) || (countitem(7064)<500)) goto fail;
	mes "[^469ED2Titicupe^000000]";
	mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^7D4E31Raccoon Hat^000000, it's yours.";
	delitem 5037,1;
	delitem 7064,500;
	getitem 5050,1;
	close;
	
	cancel:
	mes "[^469ED2Titicupe^000000]";
	mes "I bid you farewell, try not to catch a cold out here. It's ^5A9FD8freezing out here!^000000";
	close;
	
	fail:
	mes "[^469ED2Titicupe^000000]";
	mes "I can't cast since you don't seem to have all I need...";
	close;
}