1 | //===== eAthena Script ======================================= |
---|
2 | //= God items creation NPCs |
---|
3 | //===== By: ================================================== |
---|
4 | //= SinSloth |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.0 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= eAthena |
---|
9 | //===== Description: ========================================= |
---|
10 | //= |
---|
11 | //===== Additional Comments: ================================= |
---|
12 | // 1.0 First version. Thanks to SinSloth for scripting it. [MasterOfMuppets] |
---|
13 | //============================================================ |
---|
14 | |
---|
15 | gld_dun01,28,85,0 script Grunburti 826,{ |
---|
16 | |
---|
17 | mes "[Dwarf Grunburti]"; |
---|
18 | mes "Hmmhah! What brought you here, human!"; |
---|
19 | mes "Living in Midgard and away from my home town is painful enough, let alone facing a whiney human. Leave me alone!"; |
---|
20 | next; |
---|
21 | switch( select( "Ask him about dwarves.", "Ask him what he is doing.", "Request a weapon creation.", "Cancel." ) ) |
---|
22 | { |
---|
23 | |
---|
24 | case 1: |
---|
25 | mes "[Dwarf Grunburti]"; |
---|
26 | mes "Ah, what an annoying human! What do you want to know about us, huh?"; |
---|
27 | mes "We are the toughest race that have bare to live in the barren land. Feeble-minded midgardians can not imagine how sterile our land is!"; |
---|
28 | next; |
---|
29 | mes "[Dwarf Grunburti]"; |
---|
30 | mes "All the knowledge and skills that you are proud of were used to be ours."; |
---|
31 | mes "Even weapons used by ancient Gods were made by our ancestors. Do you know that?"; |
---|
32 | next; |
---|
33 | mes "[Dwarf Grunburti]"; |
---|
34 | mes "We have the greatest knowlege and skills yet we have taken our fate to live in the barren land of Giants, that's who we are!"; |
---|
35 | close; |
---|
36 | break; |
---|
37 | |
---|
38 | case 2: |
---|
39 | mes "[Dwarf Grunburti]"; |
---|
40 | mes "Did you just ask what I am doing here?"; |
---|
41 | mes "Muhahahaha....I was waiting for the time to kick your ass!"; |
---|
42 | next; |
---|
43 | mes "[Dwarf Grunburti]"; |
---|
44 | mes "Heheheheh, don't you worry. In fact, I will only humiliate myself by fighting with such a weakling like you."; |
---|
45 | mes "Humans are so weak yet are too arrogant and love power struggling each other. You are just helpless..."; |
---|
46 | next; |
---|
47 | mes "[Dwarf Grunburti]"; |
---|
48 | mes "My home town....I will never be able to go back...from this Midgard."; |
---|
49 | mes "Because Yggdrasil tree, the only way to my home town have dissappeared during the war in 1000 years ago."; |
---|
50 | next; |
---|
51 | mes "[Dwarf Grunburti]"; |
---|
52 | mes "That is why I have been staying in Midgard!"; |
---|
53 | mes "At least I am lucky because I found this cave where the environment is similar as my home town..."; |
---|
54 | close; |
---|
55 | break; |
---|
56 | |
---|
57 | case 3: |
---|
58 | set @god_guild,getcharid(2); |
---|
59 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
60 | { |
---|
61 | if ($God1 > 49 && $God2 > 49 && $God3 > 49 && $God4 > 49 && strcharinfo(0) == getguildmaster(@god_guild)) |
---|
62 | { |
---|
63 | mes "[Dwarf Grunburti]"; |
---|
64 | mes "Hmm...I need some materials to make a weapon."; |
---|
65 | mes "Which weapon do you want to have?"; |
---|
66 | next; |
---|
67 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
68 | { |
---|
69 | case 1: |
---|
70 | mes "[Dwarf Grunburti]"; |
---|
71 | mes "I will need..."; |
---|
72 | mes "^0000FF4 Freya's Jewel"; |
---|
73 | mes "4 Silver Ornament"; |
---|
74 | mes "3 Snow Crystal"; |
---|
75 | mes "3 Ripple"; |
---|
76 | mes "3 Drifting Air"; |
---|
77 | mes "2 Sapphire"; |
---|
78 | mes "3 Pearl"; |
---|
79 | mes "10 Opal"; |
---|
80 | mes "5 Cursed Ruby"; |
---|
81 | mes "20 Gold and"; |
---|
82 | mes "1 Necklace^000000..."; |
---|
83 | next; |
---|
84 | mes "[Dwarf Grunburti]"; |
---|
85 | mes "..."; |
---|
86 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
87 | close; |
---|
88 | break; |
---|
89 | |
---|
90 | case 2: |
---|
91 | mes "[Dwarf Grunburti]"; |
---|
92 | mes "I will need..."; |
---|
93 | mes "^0000FF1 Gleipnir"; |
---|
94 | mes "20 Gold"; |
---|
95 | mes "10 Sapphire"; |
---|
96 | mes "10 Oridecon"; |
---|
97 | mes "and 1 Belt^000000..."; |
---|
98 | next; |
---|
99 | mes "[Dwarf Grunburti]"; |
---|
100 | mes "..."; |
---|
101 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
102 | close; |
---|
103 | break; |
---|
104 | |
---|
105 | case 3: |
---|
106 | mes "[Dwarf Grunburti]"; |
---|
107 | mes "I will need..."; |
---|
108 | mes "^0000FF3 Wheel of the Unknown"; |
---|
109 | mes "5 Feather of Angel Wing"; |
---|
110 | mes "3 Sprit of Fish"; |
---|
111 | mes "4 Emblem of the Sun God"; |
---|
112 | mes "3 Breath of Spirit"; |
---|
113 | mes "20 Gold"; |
---|
114 | mes "10 Elunium"; |
---|
115 | mes "and 1 Slotted Boots^000000..."; |
---|
116 | next; |
---|
117 | mes "[Dwarf Grunburti]"; |
---|
118 | mes "..."; |
---|
119 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
120 | close; |
---|
121 | break; |
---|
122 | |
---|
123 | case 4: |
---|
124 | mes "[Dwarf Grunburti]"; |
---|
125 | mes "I will need..."; |
---|
126 | mes "^0000FF2 Thor's Gauntlets"; |
---|
127 | mes "4 Iron Maiden"; |
---|
128 | mes "5 Wrath of Valkyrie"; |
---|
129 | mes "5 Omen of Tempest"; |
---|
130 | mes "5 Billow"; |
---|
131 | mes "20 Oridecon"; |
---|
132 | mes "5 Elunium"; |
---|
133 | mes "40 Gold and"; |
---|
134 | mes "1 Stunner^000000..."; |
---|
135 | next; |
---|
136 | mes "[Dwarf Grunburti]"; |
---|
137 | mes "..."; |
---|
138 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
139 | close; |
---|
140 | break; |
---|
141 | } |
---|
142 | } |
---|
143 | else |
---|
144 | { |
---|
145 | mes "[Dwarf Grunburti]"; |
---|
146 | mes "We, dwarves have too high pride to share own skills with such a low race like human!"; |
---|
147 | mes "Stop interrupting me and leave immediately! Go play with monsters, your favorite toys!"; |
---|
148 | close; |
---|
149 | } |
---|
150 | } |
---|
151 | if (strcharinfo(0) != getguildmaster(@god_guild)) |
---|
152 | { |
---|
153 | mes "[Dwarf Grunburti]"; |
---|
154 | mes "I will only present my significant skills to humans of high social standing!"; |
---|
155 | mes "Go bring your ^0000FFguildmaster^000000!"; |
---|
156 | close; |
---|
157 | } |
---|
158 | mes "[Dwarf Grunburti]"; |
---|
159 | mes "Although it is very humiliating to present my valuable skills to a human being..."; |
---|
160 | next; |
---|
161 | mes "[Dwarf Grunburti]"; |
---|
162 | mes "since you are a master of guild and all the seals have been released, I think I can give you a chance to look at."; |
---|
163 | next; |
---|
164 | mes "[Dwarf Grunburti]"; |
---|
165 | mes "First of all, I shall confirm if you have brought all the necessary materials to forge a godly item or not!"; |
---|
166 | mes "I hate to see humans wandering about my home without any purpose!"; |
---|
167 | next; |
---|
168 | if (countitem(7073) > 3 && countitem(7077) > 3 && countitem(7088) > 2 && countitem(7090) > 2 && countitem(7092) > 2 && countitem(726) > 1 && countitem(722) > 2 && countitem(727) > 9 && countitem(724) > 4 && countitem(969) > 19 && countitem(2603) > 0) |
---|
169 | { |
---|
170 | mes "[Dwarf Grunburti]"; |
---|
171 | mes "Hmm, I guess you want to have ^0000FFBrisingamen^000000!"; |
---|
172 | mes "Okay...then."; |
---|
173 | next; |
---|
174 | } |
---|
175 | else if (countitem(7058) > 0 && countitem(969) > 19 && countitem(726) > 9 && countitem(984) > 9 && countitem(2627) > 0) |
---|
176 | { |
---|
177 | mes "[Dwarf Grunburti]"; |
---|
178 | mes "Hmm, I guess you want to have ^0000FFMegingjard^000000!"; |
---|
179 | mes "Okay...then."; |
---|
180 | next; |
---|
181 | } |
---|
182 | else if (countitem(7076) > 2 && countitem(7079) > 4 && countitem(7083) > 2 && countitem(7086) > 3 && countitem(7087) > 2 && countitem(969) > 19 && countitem(985) > 9 && countitem(2406) > 0) |
---|
183 | { |
---|
184 | mes "[Dwarf Grunburti]"; |
---|
185 | mes "Hmm, I guess you want to have ^0000FFSleipnir^000000!"; |
---|
186 | mes "Okay...then."; |
---|
187 | next; |
---|
188 | } |
---|
189 | else if (countitem(7074) > 1 && countitem(7075) > 3 && countitem(7078) > 4 && countitem(7089) > 4 && countitem(7091) > 4 && countitem(984) > 19 && countitem(985) > 4 && countitem(969) > 39 && countitem(1522) > 0) |
---|
190 | { |
---|
191 | mes "[Dwarf Grunburti]"; |
---|
192 | mes "Hmm, I guess you want to have ^0000FFMjolnir^000000!"; |
---|
193 | mes "Okay...then."; |
---|
194 | next; |
---|
195 | } |
---|
196 | else |
---|
197 | { |
---|
198 | mes "[Dwarf Grunburti]"; |
---|
199 | mes "..........."; |
---|
200 | next; |
---|
201 | mes "[Dwarf Grunburti]"; |
---|
202 | mes "........"; |
---|
203 | next; |
---|
204 | mes "[Dwarf Grunburti]"; |
---|
205 | mes "...."; |
---|
206 | next; |
---|
207 | mes "[Dwarf Grunburti]"; |
---|
208 | mes "?! You have not brought all the necessary materials!"; |
---|
209 | mes "...did you forget what you need?"; |
---|
210 | mes "Listen carefully this time!"; |
---|
211 | next; |
---|
212 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
213 | { |
---|
214 | case 1: |
---|
215 | mes "[Dwarf Grunburti]"; |
---|
216 | mes "I will need..."; |
---|
217 | mes "^0000FF4 Freya's Jewel"; |
---|
218 | mes "4 Silver Ornament"; |
---|
219 | mes "3 Snow Crystal"; |
---|
220 | mes "3 Ripple"; |
---|
221 | mes "3 Drifting Air"; |
---|
222 | mes "2 Sapphire"; |
---|
223 | mes "3 Pearl"; |
---|
224 | mes "10 Opal"; |
---|
225 | mes "5 Cursed Ruby"; |
---|
226 | mes "20 Gold and"; |
---|
227 | mes "1 Necklace^000000..."; |
---|
228 | next; |
---|
229 | mes "[Dwarf Grunburti]"; |
---|
230 | mes "....however, you seem to be slower than other human..."; |
---|
231 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
232 | close; |
---|
233 | break; |
---|
234 | |
---|
235 | case 2: |
---|
236 | mes "[Dwarf Grunburti]"; |
---|
237 | mes "I will need..."; |
---|
238 | mes "^0000FF1 Gleipnir"; |
---|
239 | mes "20 Gold"; |
---|
240 | mes "10 Sapphire"; |
---|
241 | mes "10 Oridecon"; |
---|
242 | mes "and 1 Belt^000000..."; |
---|
243 | next; |
---|
244 | mes "[Dwarf Grunburti]"; |
---|
245 | mes "....however, you seem to be slower than other human..."; |
---|
246 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
247 | close; |
---|
248 | break; |
---|
249 | |
---|
250 | case 3: |
---|
251 | mes "[Dwarf Grunburti]"; |
---|
252 | mes "I will need..."; |
---|
253 | mes "^0000FF3 Wheel of the Unknown"; |
---|
254 | mes "5 Feather of Angel Wing"; |
---|
255 | mes "3 Sprit of Fish"; |
---|
256 | mes "4 Emblem of the Sun God"; |
---|
257 | mes "3 Breath of Spirit"; |
---|
258 | mes "20 Gold"; |
---|
259 | mes "10 Elunium"; |
---|
260 | mes "and 1 Slotted Boots^000000..."; |
---|
261 | next; |
---|
262 | mes "[Dwarf Grunburti]"; |
---|
263 | mes "....however, you seem to be slower than other human..."; |
---|
264 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
265 | close; |
---|
266 | break; |
---|
267 | |
---|
268 | case 4: |
---|
269 | mes "[Dwarf Grunburti]"; |
---|
270 | mes "I will need..."; |
---|
271 | mes "^0000FF2 Thor's Gauntlets"; |
---|
272 | mes "4 Iron Maiden"; |
---|
273 | mes "5 Wrath of Valkyrie"; |
---|
274 | mes "5 Omen of Tempest"; |
---|
275 | mes "5 Billow"; |
---|
276 | mes "20 Oridecon"; |
---|
277 | mes "5 Elunium"; |
---|
278 | mes "40 Gold and"; |
---|
279 | mes "1 Stunner^000000..."; |
---|
280 | next; |
---|
281 | mes "[Dwarf Grunburti]"; |
---|
282 | mes "....however, you seem to be slower than other human..."; |
---|
283 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
284 | close; |
---|
285 | break; |
---|
286 | } |
---|
287 | } |
---|
288 | mes "[Dwarf Grunburti]"; |
---|
289 | mes "I will do a favor for you this time."; |
---|
290 | mes "I cannot start to work in here. Come to ^0000FFthe underground laboratory^000000."; |
---|
291 | next; |
---|
292 | mes "[Dwarf Grunburti]"; |
---|
293 | mes "Now, you must hurry up! ^0000FFOnly one of each godly item^000000 will be given to humans ^FF0000right after all the seals are released^000000!"; |
---|
294 | close2; |
---|
295 | warp "que_god01",214,63; |
---|
296 | end; |
---|
297 | break; |
---|
298 | |
---|
299 | case 4: |
---|
300 | mes "[Dwarf Grunburti]"; |
---|
301 | mes "Muhahahahahaha!"; |
---|
302 | mes "Go grow up first!"; |
---|
303 | close; |
---|
304 | break; |
---|
305 | |
---|
306 | } |
---|
307 | } |
---|
308 | |
---|
309 | gld_dun02,85,84,0 script Grunburti#2 826,{ |
---|
310 | |
---|
311 | mes "[Dwarf Grunburti]"; |
---|
312 | mes "Hmmhah! What brought you here, human!"; |
---|
313 | mes "Living in Midgard and away from my home town is painful enough, let alone facing a whiney human. Leave me alone!"; |
---|
314 | next; |
---|
315 | switch( select( "Ask him about dwarves.", "Ask him what he is doing.", "Request a weapon creation.", "Cancel." ) ) |
---|
316 | { |
---|
317 | |
---|
318 | case 1: |
---|
319 | mes "[Dwarf Grunburti]"; |
---|
320 | mes "Ah, what an annoying human! What do you want to know about us, huh?"; |
---|
321 | mes "We are the toughest race that have bare to live in the barren land. Feeble-minded midgardians can not imagine how sterile our land is!"; |
---|
322 | next; |
---|
323 | mes "[Dwarf Grunburti]"; |
---|
324 | mes "All the knowledge and skills that you are proud of were used to be ours."; |
---|
325 | mes "Even weapons used by ancient Gods were made by our ancestors. Do you know that?"; |
---|
326 | next; |
---|
327 | mes "[Dwarf Grunburti]"; |
---|
328 | mes "We have the greatest knowlege and skills yet we have taken our fate to live in the barren land of Giants, that's who we are!"; |
---|
329 | close; |
---|
330 | break; |
---|
331 | |
---|
332 | case 2: |
---|
333 | mes "[Dwarf Grunburti]"; |
---|
334 | mes "Did you just ask what I am doing here?"; |
---|
335 | mes "Muhahahaha....I was waiting for the time to kick your ass!"; |
---|
336 | next; |
---|
337 | mes "[Dwarf Grunburti]"; |
---|
338 | mes "Heheheheh, don't you worry. In fact, I will only humiliate myself by fighting with such a weakling like you."; |
---|
339 | mes "Humans are so weak yet are too arrogant and love power struggling each other. You are just helpless..."; |
---|
340 | next; |
---|
341 | mes "[Dwarf Grunburti]"; |
---|
342 | mes "My home town....I will never be able to go back...from this Midgard."; |
---|
343 | mes "Because Yggdrasil tree, the only way to my home town have dissappeared during the war in 1000 years ago."; |
---|
344 | next; |
---|
345 | mes "[Dwarf Grunburti]"; |
---|
346 | mes "That is why I have been staying in Midgard!"; |
---|
347 | mes "At least I am lucky because I found this cave where the environment is similar as my home town..."; |
---|
348 | close; |
---|
349 | break; |
---|
350 | |
---|
351 | case 3: |
---|
352 | set @god_guild,getcharid(2); |
---|
353 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
354 | { |
---|
355 | if ($God1 > 49 && $God2 > 49 && $God3 > 49 && $God4 > 49 && strcharinfo(0) == getguildmaster(@god_guild)) |
---|
356 | { |
---|
357 | mes "[Dwarf Grunburti]"; |
---|
358 | mes "Hmm...I need some materials to make a weapon."; |
---|
359 | mes "Which weapon do you want to have?"; |
---|
360 | next; |
---|
361 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
362 | { |
---|
363 | case 1: |
---|
364 | mes "[Dwarf Grunburti]"; |
---|
365 | mes "I will need..."; |
---|
366 | mes "^0000FF4 Freya's Jewel"; |
---|
367 | mes "4 Silver Ornament"; |
---|
368 | mes "3 Snow Crystal"; |
---|
369 | mes "3 Ripple"; |
---|
370 | mes "3 Drifting Air"; |
---|
371 | mes "2 Sapphire"; |
---|
372 | mes "3 Pearl"; |
---|
373 | mes "10 Opal"; |
---|
374 | mes "5 Cursed Ruby"; |
---|
375 | mes "20 Gold and"; |
---|
376 | mes "1 Necklace^000000..."; |
---|
377 | next; |
---|
378 | mes "[Dwarf Grunburti]"; |
---|
379 | mes "..."; |
---|
380 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
381 | close; |
---|
382 | break; |
---|
383 | |
---|
384 | case 2: |
---|
385 | mes "[Dwarf Grunburti]"; |
---|
386 | mes "I will need..."; |
---|
387 | mes "^0000FF1 Gleipnir"; |
---|
388 | mes "20 Gold"; |
---|
389 | mes "10 Sapphire"; |
---|
390 | mes "10 Oridecon"; |
---|
391 | mes "and 1 Belt^000000..."; |
---|
392 | next; |
---|
393 | mes "[Dwarf Grunburti]"; |
---|
394 | mes "..."; |
---|
395 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
396 | close; |
---|
397 | break; |
---|
398 | |
---|
399 | case 3: |
---|
400 | mes "[Dwarf Grunburti]"; |
---|
401 | mes "I will need..."; |
---|
402 | mes "^0000FF3 Wheel of the Unknown"; |
---|
403 | mes "5 Feather of Angel Wing"; |
---|
404 | mes "3 Sprit of Fish"; |
---|
405 | mes "4 Emblem of the Sun God"; |
---|
406 | mes "3 Breath of Spirit"; |
---|
407 | mes "20 Gold"; |
---|
408 | mes "10 Elunium"; |
---|
409 | mes "and 1 Slotted Boots^000000..."; |
---|
410 | next; |
---|
411 | mes "[Dwarf Grunburti]"; |
---|
412 | mes "..."; |
---|
413 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
414 | close; |
---|
415 | break; |
---|
416 | |
---|
417 | case 4: |
---|
418 | mes "[Dwarf Grunburti]"; |
---|
419 | mes "I will need..."; |
---|
420 | mes "^0000FF2 Thor's Gauntlets"; |
---|
421 | mes "4 Iron Maiden"; |
---|
422 | mes "5 Wrath of Valkyrie"; |
---|
423 | mes "5 Omen of Tempest"; |
---|
424 | mes "5 Billow"; |
---|
425 | mes "20 Oridecon"; |
---|
426 | mes "5 Elunium"; |
---|
427 | mes "40 Gold and"; |
---|
428 | mes "1 Stunner^000000..."; |
---|
429 | next; |
---|
430 | mes "[Dwarf Grunburti]"; |
---|
431 | mes "..."; |
---|
432 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
433 | close; |
---|
434 | break; |
---|
435 | } |
---|
436 | } |
---|
437 | else |
---|
438 | { |
---|
439 | mes "[Dwarf Grunburti]"; |
---|
440 | mes "We, dwarves have too high pride to share own skills with such a low race like human!"; |
---|
441 | mes "Stop interrupting me and leave immediately! Go play with monsters, your favorite toys!"; |
---|
442 | close; |
---|
443 | } |
---|
444 | } |
---|
445 | if (strcharinfo(0) != getguildmaster(@god_guild)) |
---|
446 | { |
---|
447 | mes "[Dwarf Grunburti]"; |
---|
448 | mes "I will only present my significant skills to humans of high social standing!"; |
---|
449 | mes "Go bring your ^0000FFguildmaster^000000!"; |
---|
450 | close; |
---|
451 | } |
---|
452 | mes "[Dwarf Grunburti]"; |
---|
453 | mes "Although it is very humiliating to present my valuable skills to a human being..."; |
---|
454 | next; |
---|
455 | mes "[Dwarf Grunburti]"; |
---|
456 | mes "since you are a master of guild and all the seals have been released, I think I can give you a chance to look at."; |
---|
457 | next; |
---|
458 | mes "[Dwarf Grunburti]"; |
---|
459 | mes "First of all, I shall confirm if you have brought all the necessary materials to forge a godly item or not!"; |
---|
460 | mes "I hate to see humans wandering about my home without any purpose!"; |
---|
461 | next; |
---|
462 | if (countitem(7073) > 3 && countitem(7077) > 3 && countitem(7088) > 2 && countitem(7090) > 2 && countitem(7092) > 2 && countitem(726) > 1 && countitem(722) > 2 && countitem(727) > 9 && countitem(724) > 4 && countitem(969) > 19 && countitem(2603) > 0) |
---|
463 | { |
---|
464 | mes "[Dwarf Grunburti]"; |
---|
465 | mes "Hmm, I guess you want to have ^0000FFBrisingamen^000000!"; |
---|
466 | mes "Okay...then."; |
---|
467 | next; |
---|
468 | } |
---|
469 | else if (countitem(7058) > 0 && countitem(969) > 19 && countitem(726) > 9 && countitem(984) > 9 && countitem(2627) > 0) |
---|
470 | { |
---|
471 | mes "[Dwarf Grunburti]"; |
---|
472 | mes "Hmm, I guess you want to have ^0000FFMegingjard^000000!"; |
---|
473 | mes "Okay...then."; |
---|
474 | next; |
---|
475 | } |
---|
476 | else if (countitem(7076) > 2 && countitem(7079) > 4 && countitem(7083) > 2 && countitem(7086) > 3 && countitem(7087) > 2 && countitem(969) > 19 && countitem(985) > 9 && countitem(2406) > 0) |
---|
477 | { |
---|
478 | mes "[Dwarf Grunburti]"; |
---|
479 | mes "Hmm, I guess you want to have ^0000FFSleipnir^000000!"; |
---|
480 | mes "Okay...then."; |
---|
481 | next; |
---|
482 | } |
---|
483 | else if (countitem(7074) > 1 && countitem(7075) > 3 && countitem(7078) > 4 && countitem(7089) > 4 && countitem(7091) > 4 && countitem(984) > 19 && countitem(985) > 4 && countitem(969) > 39 && countitem(1522) > 0) |
---|
484 | { |
---|
485 | mes "[Dwarf Grunburti]"; |
---|
486 | mes "Hmm, I guess you want to have ^0000FFMjolnir^000000!"; |
---|
487 | mes "Okay...then."; |
---|
488 | next; |
---|
489 | } |
---|
490 | else |
---|
491 | { |
---|
492 | mes "[Dwarf Grunburti]"; |
---|
493 | mes "..........."; |
---|
494 | next; |
---|
495 | mes "[Dwarf Grunburti]"; |
---|
496 | mes "........"; |
---|
497 | next; |
---|
498 | mes "[Dwarf Grunburti]"; |
---|
499 | mes "...."; |
---|
500 | next; |
---|
501 | mes "[Dwarf Grunburti]"; |
---|
502 | mes "?! You have not brought all the necessary materials!"; |
---|
503 | mes "...did you forget what you need?"; |
---|
504 | mes "Listen carefully this time!"; |
---|
505 | next; |
---|
506 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
507 | { |
---|
508 | case 1: |
---|
509 | mes "[Dwarf Grunburti]"; |
---|
510 | mes "I will need..."; |
---|
511 | mes "^0000FF4 Freya's Jewel"; |
---|
512 | mes "4 Silver Ornament"; |
---|
513 | mes "3 Snow Crystal"; |
---|
514 | mes "3 Ripple"; |
---|
515 | mes "3 Drifting Air"; |
---|
516 | mes "2 Sapphire"; |
---|
517 | mes "3 Pearl"; |
---|
518 | mes "10 Opal"; |
---|
519 | mes "5 Cursed Ruby"; |
---|
520 | mes "20 Gold and"; |
---|
521 | mes "1 Necklace^000000..."; |
---|
522 | next; |
---|
523 | mes "[Dwarf Grunburti]"; |
---|
524 | mes "....however, you seem to be slower than other human..."; |
---|
525 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
526 | close; |
---|
527 | break; |
---|
528 | |
---|
529 | case 2: |
---|
530 | mes "[Dwarf Grunburti]"; |
---|
531 | mes "I will need..."; |
---|
532 | mes "^0000FF1 Gleipnir"; |
---|
533 | mes "20 Gold"; |
---|
534 | mes "10 Sapphire"; |
---|
535 | mes "10 Oridecon"; |
---|
536 | mes "and 1 Belt^000000..."; |
---|
537 | next; |
---|
538 | mes "[Dwarf Grunburti]"; |
---|
539 | mes "....however, you seem to be slower than other human..."; |
---|
540 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
541 | close; |
---|
542 | break; |
---|
543 | |
---|
544 | case 3: |
---|
545 | mes "[Dwarf Grunburti]"; |
---|
546 | mes "I will need..."; |
---|
547 | mes "^0000FF3 Wheel of the Unknown"; |
---|
548 | mes "5 Feather of Angel Wing"; |
---|
549 | mes "3 Sprit of Fish"; |
---|
550 | mes "4 Emblem of the Sun God"; |
---|
551 | mes "3 Breath of Spirit"; |
---|
552 | mes "20 Gold"; |
---|
553 | mes "10 Elunium"; |
---|
554 | mes "and 1 Slotted Boots^000000..."; |
---|
555 | next; |
---|
556 | mes "[Dwarf Grunburti]"; |
---|
557 | mes "....however, you seem to be slower than other human..."; |
---|
558 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
559 | close; |
---|
560 | break; |
---|
561 | |
---|
562 | case 4: |
---|
563 | mes "[Dwarf Grunburti]"; |
---|
564 | mes "I will need..."; |
---|
565 | mes "^0000FF2 Thor's Gauntlets"; |
---|
566 | mes "4 Iron Maiden"; |
---|
567 | mes "5 Wrath of Valkyrie"; |
---|
568 | mes "5 Omen of Tempest"; |
---|
569 | mes "5 Billow"; |
---|
570 | mes "20 Oridecon"; |
---|
571 | mes "5 Elunium"; |
---|
572 | mes "40 Gold and"; |
---|
573 | mes "1 Stunner^000000..."; |
---|
574 | next; |
---|
575 | mes "[Dwarf Grunburti]"; |
---|
576 | mes "....however, you seem to be slower than other human..."; |
---|
577 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
578 | close; |
---|
579 | break; |
---|
580 | } |
---|
581 | } |
---|
582 | mes "[Dwarf Grunburti]"; |
---|
583 | mes "I will do a favor for you this time."; |
---|
584 | mes "I cannot start to work in here. Come to ^0000FFthe underground laboratory^000000."; |
---|
585 | next; |
---|
586 | mes "[Dwarf Grunburti]"; |
---|
587 | mes "Now, you must hurry up! ^0000FFOnly one of each godly item^000000 will be given to humans ^FF0000right after all the seals are released^000000!"; |
---|
588 | close2; |
---|
589 | warp "que_god01",214,63; |
---|
590 | end; |
---|
591 | break; |
---|
592 | |
---|
593 | case 4: |
---|
594 | mes "[Dwarf Grunburti]"; |
---|
595 | mes "Muhahahahahaha!"; |
---|
596 | mes "Go grow up first!"; |
---|
597 | close; |
---|
598 | break; |
---|
599 | |
---|
600 | } |
---|
601 | } |
---|
602 | |
---|
603 | gld_dun03,92,105,0 script Grunburti#3 826,{ |
---|
604 | |
---|
605 | mes "[Dwarf Grunburti]"; |
---|
606 | mes "Hmmhah! What brought you here, human!"; |
---|
607 | mes "Living in Midgard and away from my home town is painful enough, let alone facing a whiney human. Leave me alone!"; |
---|
608 | next; |
---|
609 | switch( select( "Ask him about dwarves.", "Ask him what he is doing.", "Request a weapon creation.", "Cancel." ) ) |
---|
610 | { |
---|
611 | |
---|
612 | case 1: |
---|
613 | mes "[Dwarf Grunburti]"; |
---|
614 | mes "Ah, what an annoying human! What do you want to know about us, huh?"; |
---|
615 | mes "We are the toughest race that have bare to live in the barren land. Feeble-minded midgardians can not imagine how sterile our land is!"; |
---|
616 | next; |
---|
617 | mes "[Dwarf Grunburti]"; |
---|
618 | mes "All the knowledge and skills that you are proud of were used to be ours."; |
---|
619 | mes "Even weapons used by ancient Gods were made by our ancestors. Do you know that?"; |
---|
620 | next; |
---|
621 | mes "[Dwarf Grunburti]"; |
---|
622 | mes "We have the greatest knowlege and skills yet we have taken our fate to live in the barren land of Giants, that's who we are!"; |
---|
623 | close; |
---|
624 | break; |
---|
625 | |
---|
626 | case 2: |
---|
627 | mes "[Dwarf Grunburti]"; |
---|
628 | mes "Did you just ask what I am doing here?"; |
---|
629 | mes "Muhahahaha....I was waiting for the time to kick your ass!"; |
---|
630 | next; |
---|
631 | mes "[Dwarf Grunburti]"; |
---|
632 | mes "Heheheheh, don't you worry. In fact, I will only humiliate myself by fighting with such a weakling like you."; |
---|
633 | mes "Humans are so weak yet are too arrogant and love power struggling each other. You are just helpless..."; |
---|
634 | next; |
---|
635 | mes "[Dwarf Grunburti]"; |
---|
636 | mes "My home town....I will never be able to go back...from this Midgard."; |
---|
637 | mes "Because Yggdrasil tree, the only way to my home town have dissappeared during the war in 1000 years ago."; |
---|
638 | next; |
---|
639 | mes "[Dwarf Grunburti]"; |
---|
640 | mes "That is why I have been staying in Midgard!"; |
---|
641 | mes "At least I am lucky because I found this cave where the environment is similar as my home town..."; |
---|
642 | close; |
---|
643 | break; |
---|
644 | |
---|
645 | case 3: |
---|
646 | set @god_guild,getcharid(2); |
---|
647 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
648 | { |
---|
649 | if ($God1 > 49 && $God2 > 49 && $God3 > 49 && $God4 > 49 && strcharinfo(0) == getguildmaster(@god_guild)) |
---|
650 | { |
---|
651 | mes "[Dwarf Grunburti]"; |
---|
652 | mes "Hmm...I need some materials to make a weapon."; |
---|
653 | mes "Which weapon do you want to have?"; |
---|
654 | next; |
---|
655 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
656 | { |
---|
657 | case 1: |
---|
658 | mes "[Dwarf Grunburti]"; |
---|
659 | mes "I will need..."; |
---|
660 | mes "^0000FF4 Freya's Jewel"; |
---|
661 | mes "4 Silver Ornament"; |
---|
662 | mes "3 Snow Crystal"; |
---|
663 | mes "3 Ripple"; |
---|
664 | mes "3 Drifting Air"; |
---|
665 | mes "2 Sapphire"; |
---|
666 | mes "3 Pearl"; |
---|
667 | mes "10 Opal"; |
---|
668 | mes "5 Cursed Ruby"; |
---|
669 | mes "20 Gold and"; |
---|
670 | mes "1 Necklace^000000..."; |
---|
671 | next; |
---|
672 | mes "[Dwarf Grunburti]"; |
---|
673 | mes "..."; |
---|
674 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
675 | close; |
---|
676 | break; |
---|
677 | |
---|
678 | case 2: |
---|
679 | mes "[Dwarf Grunburti]"; |
---|
680 | mes "I will need..."; |
---|
681 | mes "^0000FF1 Gleipnir"; |
---|
682 | mes "20 Gold"; |
---|
683 | mes "10 Sapphire"; |
---|
684 | mes "10 Oridecon"; |
---|
685 | mes "and 1 Belt^000000..."; |
---|
686 | next; |
---|
687 | mes "[Dwarf Grunburti]"; |
---|
688 | mes "..."; |
---|
689 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
690 | close; |
---|
691 | break; |
---|
692 | |
---|
693 | case 3: |
---|
694 | mes "[Dwarf Grunburti]"; |
---|
695 | mes "I will need..."; |
---|
696 | mes "^0000FF3 Wheel of the Unknown"; |
---|
697 | mes "5 Feather of Angel Wing"; |
---|
698 | mes "3 Sprit of Fish"; |
---|
699 | mes "4 Emblem of the Sun God"; |
---|
700 | mes "3 Breath of Spirit"; |
---|
701 | mes "20 Gold"; |
---|
702 | mes "10 Elunium"; |
---|
703 | mes "and 1 Slotted Boots^000000..."; |
---|
704 | next; |
---|
705 | mes "[Dwarf Grunburti]"; |
---|
706 | mes "..."; |
---|
707 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
708 | close; |
---|
709 | break; |
---|
710 | |
---|
711 | case 4: |
---|
712 | mes "[Dwarf Grunburti]"; |
---|
713 | mes "I will need..."; |
---|
714 | mes "^0000FF2 Thor's Gauntlets"; |
---|
715 | mes "4 Iron Maiden"; |
---|
716 | mes "5 Wrath of Valkyrie"; |
---|
717 | mes "5 Omen of Tempest"; |
---|
718 | mes "5 Billow"; |
---|
719 | mes "20 Oridecon"; |
---|
720 | mes "5 Elunium"; |
---|
721 | mes "40 Gold and"; |
---|
722 | mes "1 Stunner^000000..."; |
---|
723 | next; |
---|
724 | mes "[Dwarf Grunburti]"; |
---|
725 | mes "..."; |
---|
726 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
727 | close; |
---|
728 | break; |
---|
729 | } |
---|
730 | } |
---|
731 | else |
---|
732 | { |
---|
733 | mes "[Dwarf Grunburti]"; |
---|
734 | mes "We, dwarves have too high pride to share own skills with such a low race like human!"; |
---|
735 | mes "Stop interrupting me and leave immediately! Go play with monsters, your favorite toys!"; |
---|
736 | close; |
---|
737 | } |
---|
738 | } |
---|
739 | if (strcharinfo(0) != getguildmaster(@god_guild)) |
---|
740 | { |
---|
741 | mes "[Dwarf Grunburti]"; |
---|
742 | mes "I will only present my significant skills to humans of high social standing!"; |
---|
743 | mes "Go bring your ^0000FFguildmaster^000000!"; |
---|
744 | close; |
---|
745 | } |
---|
746 | mes "[Dwarf Grunburti]"; |
---|
747 | mes "Although it is very humiliating to present my valuable skills to a human being..."; |
---|
748 | next; |
---|
749 | mes "[Dwarf Grunburti]"; |
---|
750 | mes "since you are a master of guild and all the seals have been released, I think I can give you a chance to look at."; |
---|
751 | next; |
---|
752 | mes "[Dwarf Grunburti]"; |
---|
753 | mes "First of all, I shall confirm if you have brought all the necessary materials to forge a godly item or not!"; |
---|
754 | mes "I hate to see humans wandering about my home without any purpose!"; |
---|
755 | next; |
---|
756 | if (countitem(7073) > 3 && countitem(7077) > 3 && countitem(7088) > 2 && countitem(7090) > 2 && countitem(7092) > 2 && countitem(726) > 1 && countitem(722) > 2 && countitem(727) > 9 && countitem(724) > 4 && countitem(969) > 19 && countitem(2603) > 0) |
---|
757 | { |
---|
758 | mes "[Dwarf Grunburti]"; |
---|
759 | mes "Hmm, I guess you want to have ^0000FFBrisingamen^000000!"; |
---|
760 | mes "Okay...then."; |
---|
761 | next; |
---|
762 | } |
---|
763 | else if (countitem(7058) > 0 && countitem(969) > 19 && countitem(726) > 9 && countitem(984) > 9 && countitem(2627) > 0) |
---|
764 | { |
---|
765 | mes "[Dwarf Grunburti]"; |
---|
766 | mes "Hmm, I guess you want to have ^0000FFMegingjard^000000!"; |
---|
767 | mes "Okay...then."; |
---|
768 | next; |
---|
769 | } |
---|
770 | else if (countitem(7076) > 2 && countitem(7079) > 4 && countitem(7083) > 2 && countitem(7086) > 3 && countitem(7087) > 2 && countitem(969) > 19 && countitem(985) > 9 && countitem(2406) > 0) |
---|
771 | { |
---|
772 | mes "[Dwarf Grunburti]"; |
---|
773 | mes "Hmm, I guess you want to have ^0000FFSleipnir^000000!"; |
---|
774 | mes "Okay...then."; |
---|
775 | next; |
---|
776 | } |
---|
777 | else if (countitem(7074) > 1 && countitem(7075) > 3 && countitem(7078) > 4 && countitem(7089) > 4 && countitem(7091) > 4 && countitem(984) > 19 && countitem(985) > 4 && countitem(969) > 39 && countitem(1522) > 0) |
---|
778 | { |
---|
779 | mes "[Dwarf Grunburti]"; |
---|
780 | mes "Hmm, I guess you want to have ^0000FFMjolnir^000000!"; |
---|
781 | mes "Okay...then."; |
---|
782 | next; |
---|
783 | } |
---|
784 | else |
---|
785 | { |
---|
786 | mes "[Dwarf Grunburti]"; |
---|
787 | mes "..........."; |
---|
788 | next; |
---|
789 | mes "[Dwarf Grunburti]"; |
---|
790 | mes "........"; |
---|
791 | next; |
---|
792 | mes "[Dwarf Grunburti]"; |
---|
793 | mes "...."; |
---|
794 | next; |
---|
795 | mes "[Dwarf Grunburti]"; |
---|
796 | mes "?! You have not brought all the necessary materials!"; |
---|
797 | mes "...did you forget what you need?"; |
---|
798 | mes "Listen carefully this time!"; |
---|
799 | next; |
---|
800 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
801 | { |
---|
802 | case 1: |
---|
803 | mes "[Dwarf Grunburti]"; |
---|
804 | mes "I will need..."; |
---|
805 | mes "^0000FF4 Freya's Jewel"; |
---|
806 | mes "4 Silver Ornament"; |
---|
807 | mes "3 Snow Crystal"; |
---|
808 | mes "3 Ripple"; |
---|
809 | mes "3 Drifting Air"; |
---|
810 | mes "2 Sapphire"; |
---|
811 | mes "3 Pearl"; |
---|
812 | mes "10 Opal"; |
---|
813 | mes "5 Cursed Ruby"; |
---|
814 | mes "20 Gold and"; |
---|
815 | mes "1 Necklace^000000..."; |
---|
816 | next; |
---|
817 | mes "[Dwarf Grunburti]"; |
---|
818 | mes "....however, you seem to be slower than other human..."; |
---|
819 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
820 | close; |
---|
821 | break; |
---|
822 | |
---|
823 | case 2: |
---|
824 | mes "[Dwarf Grunburti]"; |
---|
825 | mes "I will need..."; |
---|
826 | mes "^0000FF1 Gleipnir"; |
---|
827 | mes "20 Gold"; |
---|
828 | mes "10 Sapphire"; |
---|
829 | mes "10 Oridecon"; |
---|
830 | mes "and 1 Belt^000000..."; |
---|
831 | next; |
---|
832 | mes "[Dwarf Grunburti]"; |
---|
833 | mes "....however, you seem to be slower than other human..."; |
---|
834 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
835 | close; |
---|
836 | break; |
---|
837 | |
---|
838 | case 3: |
---|
839 | mes "[Dwarf Grunburti]"; |
---|
840 | mes "I will need..."; |
---|
841 | mes "^0000FF3 Wheel of the Unknown"; |
---|
842 | mes "5 Feather of Angel Wing"; |
---|
843 | mes "3 Sprit of Fish"; |
---|
844 | mes "4 Emblem of the Sun God"; |
---|
845 | mes "3 Breath of Spirit"; |
---|
846 | mes "20 Gold"; |
---|
847 | mes "10 Elunium"; |
---|
848 | mes "and 1 Slotted Boots^000000..."; |
---|
849 | next; |
---|
850 | mes "[Dwarf Grunburti]"; |
---|
851 | mes "....however, you seem to be slower than other human..."; |
---|
852 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
853 | close; |
---|
854 | break; |
---|
855 | |
---|
856 | case 4: |
---|
857 | mes "[Dwarf Grunburti]"; |
---|
858 | mes "I will need..."; |
---|
859 | mes "^0000FF2 Thor's Gauntlets"; |
---|
860 | mes "4 Iron Maiden"; |
---|
861 | mes "5 Wrath of Valkyrie"; |
---|
862 | mes "5 Omen of Tempest"; |
---|
863 | mes "5 Billow"; |
---|
864 | mes "20 Oridecon"; |
---|
865 | mes "5 Elunium"; |
---|
866 | mes "40 Gold and"; |
---|
867 | mes "1 Stunner^000000..."; |
---|
868 | next; |
---|
869 | mes "[Dwarf Grunburti]"; |
---|
870 | mes "....however, you seem to be slower than other human..."; |
---|
871 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
872 | close; |
---|
873 | break; |
---|
874 | } |
---|
875 | } |
---|
876 | mes "[Dwarf Grunburti]"; |
---|
877 | mes "I will do a favor for you this time."; |
---|
878 | mes "I cannot start to work in here. Come to ^0000FFthe underground laboratory^000000."; |
---|
879 | next; |
---|
880 | mes "[Dwarf Grunburti]"; |
---|
881 | mes "Now, you must hurry up! ^0000FFOnly one of each godly item^000000 will be given to humans ^FF0000right after all the seals are released^000000!"; |
---|
882 | close2; |
---|
883 | warp "que_god01",214,63; |
---|
884 | end; |
---|
885 | break; |
---|
886 | |
---|
887 | case 4: |
---|
888 | mes "[Dwarf Grunburti]"; |
---|
889 | mes "Muhahahahahaha!"; |
---|
890 | mes "Go grow up first!"; |
---|
891 | close; |
---|
892 | break; |
---|
893 | |
---|
894 | } |
---|
895 | } |
---|
896 | |
---|
897 | gld_dun04,268,230,0 script Grunburti#4 826,{ |
---|
898 | |
---|
899 | mes "[Dwarf Grunburti]"; |
---|
900 | mes "Hmmhah! What brought you here, human!"; |
---|
901 | mes "Living in Midgard and away from my home town is painful enough, let alone facing a whiney human. Leave me alone!"; |
---|
902 | next; |
---|
903 | switch( select( "Ask him about dwarves.", "Ask him what he is doing.", "Request a weapon creation.", "Cancel." ) ) |
---|
904 | { |
---|
905 | |
---|
906 | case 1: |
---|
907 | mes "[Dwarf Grunburti]"; |
---|
908 | mes "Ah, what an annoying human! What do you want to know about us, huh?"; |
---|
909 | mes "We are the toughest race that have bare to live in the barren land. Feeble-minded midgardians can not imagine how sterile our land is!"; |
---|
910 | next; |
---|
911 | mes "[Dwarf Grunburti]"; |
---|
912 | mes "All the knowledge and skills that you are proud of were used to be ours."; |
---|
913 | mes "Even weapons used by ancient Gods were made by our ancestors. Do you know that?"; |
---|
914 | next; |
---|
915 | mes "[Dwarf Grunburti]"; |
---|
916 | mes "We have the greatest knowlege and skills yet we have taken our fate to live in the barren land of Giants, that's who we are!"; |
---|
917 | close; |
---|
918 | break; |
---|
919 | |
---|
920 | case 2: |
---|
921 | mes "[Dwarf Grunburti]"; |
---|
922 | mes "Did you just ask what I am doing here?"; |
---|
923 | mes "Muhahahaha....I was waiting for the time to kick your ass!"; |
---|
924 | next; |
---|
925 | mes "[Dwarf Grunburti]"; |
---|
926 | mes "Heheheheh, don't you worry. In fact, I will only humiliate myself by fighting with such a weakling like you."; |
---|
927 | mes "Humans are so weak yet are too arrogant and love power struggling each other. You are just helpless..."; |
---|
928 | next; |
---|
929 | mes "[Dwarf Grunburti]"; |
---|
930 | mes "My home town....I will never be able to go back...from this Midgard."; |
---|
931 | mes "Because Yggdrasil tree, the only way to my home town have dissappeared during the war in 1000 years ago."; |
---|
932 | next; |
---|
933 | mes "[Dwarf Grunburti]"; |
---|
934 | mes "That is why I have been staying in Midgard!"; |
---|
935 | mes "At least I am lucky because I found this cave where the environment is similar as my home town..."; |
---|
936 | close; |
---|
937 | break; |
---|
938 | |
---|
939 | case 3: |
---|
940 | set @god_guild,getcharid(2); |
---|
941 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
942 | { |
---|
943 | if ($God1 > 49 && $God2 > 49 && $God3 > 49 && $God4 > 49 && strcharinfo(0) == getguildmaster(@god_guild)) |
---|
944 | { |
---|
945 | mes "[Dwarf Grunburti]"; |
---|
946 | mes "Hmm...I need some materials to make a weapon."; |
---|
947 | mes "Which weapon do you want to have?"; |
---|
948 | next; |
---|
949 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
950 | { |
---|
951 | case 1: |
---|
952 | mes "[Dwarf Grunburti]"; |
---|
953 | mes "I will need..."; |
---|
954 | mes "^0000FF4 Freya's Jewel"; |
---|
955 | mes "4 Silver Ornament"; |
---|
956 | mes "3 Snow Crystal"; |
---|
957 | mes "3 Ripple"; |
---|
958 | mes "3 Drifting Air"; |
---|
959 | mes "2 Sapphire"; |
---|
960 | mes "3 Pearl"; |
---|
961 | mes "10 Opal"; |
---|
962 | mes "5 Cursed Ruby"; |
---|
963 | mes "20 Gold and"; |
---|
964 | mes "1 Necklace^000000..."; |
---|
965 | next; |
---|
966 | mes "[Dwarf Grunburti]"; |
---|
967 | mes "..."; |
---|
968 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
969 | close; |
---|
970 | break; |
---|
971 | |
---|
972 | case 2: |
---|
973 | mes "[Dwarf Grunburti]"; |
---|
974 | mes "I will need..."; |
---|
975 | mes "^0000FF1 Gleipnir"; |
---|
976 | mes "20 Gold"; |
---|
977 | mes "10 Sapphire"; |
---|
978 | mes "10 Oridecon"; |
---|
979 | mes "and 1 Belt^000000..."; |
---|
980 | next; |
---|
981 | mes "[Dwarf Grunburti]"; |
---|
982 | mes "..."; |
---|
983 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
984 | close; |
---|
985 | break; |
---|
986 | |
---|
987 | case 3: |
---|
988 | mes "[Dwarf Grunburti]"; |
---|
989 | mes "I will need..."; |
---|
990 | mes "^0000FF3 Wheel of the Unknown"; |
---|
991 | mes "5 Feather of Angel Wing"; |
---|
992 | mes "3 Sprit of Fish"; |
---|
993 | mes "4 Emblem of the Sun God"; |
---|
994 | mes "3 Breath of Spirit"; |
---|
995 | mes "20 Gold"; |
---|
996 | mes "10 Elunium"; |
---|
997 | mes "and 1 Slotted Boots^000000..."; |
---|
998 | next; |
---|
999 | mes "[Dwarf Grunburti]"; |
---|
1000 | mes "..."; |
---|
1001 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
1002 | close; |
---|
1003 | break; |
---|
1004 | |
---|
1005 | case 4: |
---|
1006 | mes "[Dwarf Grunburti]"; |
---|
1007 | mes "I will need..."; |
---|
1008 | mes "^0000FF2 Thor's Gauntlets"; |
---|
1009 | mes "4 Iron Maiden"; |
---|
1010 | mes "5 Wrath of Valkyrie"; |
---|
1011 | mes "5 Omen of Tempest"; |
---|
1012 | mes "5 Billow"; |
---|
1013 | mes "20 Oridecon"; |
---|
1014 | mes "5 Elunium"; |
---|
1015 | mes "40 Gold and"; |
---|
1016 | mes "1 Stunner^000000..."; |
---|
1017 | next; |
---|
1018 | mes "[Dwarf Grunburti]"; |
---|
1019 | mes "..."; |
---|
1020 | mes "However, the time has not come yet. So wait until then. Muhahaha!"; |
---|
1021 | close; |
---|
1022 | break; |
---|
1023 | } |
---|
1024 | } |
---|
1025 | else |
---|
1026 | { |
---|
1027 | mes "[Dwarf Grunburti]"; |
---|
1028 | mes "We, dwarves have too high pride to share own skills with such a low race like human!"; |
---|
1029 | mes "Stop interrupting me and leave immediately! Go play with monsters, your favorite toys!"; |
---|
1030 | close; |
---|
1031 | } |
---|
1032 | } |
---|
1033 | if (strcharinfo(0) != getguildmaster(@god_guild)) |
---|
1034 | { |
---|
1035 | mes "[Dwarf Grunburti]"; |
---|
1036 | mes "I will only present my significant skills to humans of high social standing!"; |
---|
1037 | mes "Go bring your ^0000FFguildmaster^000000!"; |
---|
1038 | close; |
---|
1039 | } |
---|
1040 | mes "[Dwarf Grunburti]"; |
---|
1041 | mes "Although it is very humiliating to present my valuable skills to a human being..."; |
---|
1042 | next; |
---|
1043 | mes "[Dwarf Grunburti]"; |
---|
1044 | mes "since you are a master of guild and all the seals have been released, I think I can give you a chance to look at."; |
---|
1045 | next; |
---|
1046 | mes "[Dwarf Grunburti]"; |
---|
1047 | mes "First of all, I shall confirm if you have brought all the necessary materials to forge a godly item or not!"; |
---|
1048 | mes "I hate to see humans wandering about my home without any purpose!"; |
---|
1049 | next; |
---|
1050 | if (countitem(7073) > 3 && countitem(7077) > 3 && countitem(7088) > 2 && countitem(7090) > 2 && countitem(7092) > 2 && countitem(726) > 1 && countitem(722) > 2 && countitem(727) > 9 && countitem(724) > 4 && countitem(969) > 19 && countitem(2603) > 0) |
---|
1051 | { |
---|
1052 | mes "[Dwarf Grunburti]"; |
---|
1053 | mes "Hmm, I guess you want to have ^0000FFBrisingamen^000000!"; |
---|
1054 | mes "Okay...then."; |
---|
1055 | next; |
---|
1056 | } |
---|
1057 | else if (countitem(7058) > 0 && countitem(969) > 19 && countitem(726) > 9 && countitem(984) > 9 && countitem(2627) > 0) |
---|
1058 | { |
---|
1059 | mes "[Dwarf Grunburti]"; |
---|
1060 | mes "Hmm, I guess you want to have ^0000FFMegingjard^000000!"; |
---|
1061 | mes "Okay...then."; |
---|
1062 | next; |
---|
1063 | } |
---|
1064 | else if (countitem(7076) > 2 && countitem(7079) > 4 && countitem(7083) > 2 && countitem(7086) > 3 && countitem(7087) > 2 && countitem(969) > 19 && countitem(985) > 9 && countitem(2406) > 0) |
---|
1065 | { |
---|
1066 | mes "[Dwarf Grunburti]"; |
---|
1067 | mes "Hmm, I guess you want to have ^0000FFSleipnir^000000!"; |
---|
1068 | mes "Okay...then."; |
---|
1069 | next; |
---|
1070 | } |
---|
1071 | else if (countitem(7074) > 1 && countitem(7075) > 3 && countitem(7078) > 4 && countitem(7089) > 4 && countitem(7091) > 4 && countitem(984) > 19 && countitem(985) > 4 && countitem(969) > 39 && countitem(1522) > 0) |
---|
1072 | { |
---|
1073 | mes "[Dwarf Grunburti]"; |
---|
1074 | mes "Hmm, I guess you want to have ^0000FFMjolnir^000000!"; |
---|
1075 | mes "Okay...then."; |
---|
1076 | next; |
---|
1077 | } |
---|
1078 | else |
---|
1079 | { |
---|
1080 | mes "[Dwarf Grunburti]"; |
---|
1081 | mes "..........."; |
---|
1082 | next; |
---|
1083 | mes "[Dwarf Grunburti]"; |
---|
1084 | mes "........"; |
---|
1085 | next; |
---|
1086 | mes "[Dwarf Grunburti]"; |
---|
1087 | mes "...."; |
---|
1088 | next; |
---|
1089 | mes "[Dwarf Grunburti]"; |
---|
1090 | mes "?! You have not brought all the necessary materials!"; |
---|
1091 | mes "...did you forget what you need?"; |
---|
1092 | mes "Listen carefully this time!"; |
---|
1093 | next; |
---|
1094 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
1095 | { |
---|
1096 | case 1: |
---|
1097 | mes "[Dwarf Grunburti]"; |
---|
1098 | mes "I will need..."; |
---|
1099 | mes "^0000FF4 Freya's Jewel"; |
---|
1100 | mes "4 Silver Ornament"; |
---|
1101 | mes "3 Snow Crystal"; |
---|
1102 | mes "3 Ripple"; |
---|
1103 | mes "3 Drifting Air"; |
---|
1104 | mes "2 Sapphire"; |
---|
1105 | mes "3 Pearl"; |
---|
1106 | mes "10 Opal"; |
---|
1107 | mes "5 Cursed Ruby"; |
---|
1108 | mes "20 Gold and"; |
---|
1109 | mes "1 Necklace^000000..."; |
---|
1110 | next; |
---|
1111 | mes "[Dwarf Grunburti]"; |
---|
1112 | mes "....however, you seem to be slower than other human..."; |
---|
1113 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
1114 | close; |
---|
1115 | break; |
---|
1116 | |
---|
1117 | case 2: |
---|
1118 | mes "[Dwarf Grunburti]"; |
---|
1119 | mes "I will need..."; |
---|
1120 | mes "^0000FF1 Gleipnir"; |
---|
1121 | mes "20 Gold"; |
---|
1122 | mes "10 Sapphire"; |
---|
1123 | mes "10 Oridecon"; |
---|
1124 | mes "and 1 Belt^000000..."; |
---|
1125 | next; |
---|
1126 | mes "[Dwarf Grunburti]"; |
---|
1127 | mes "....however, you seem to be slower than other human..."; |
---|
1128 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
1129 | close; |
---|
1130 | break; |
---|
1131 | |
---|
1132 | case 3: |
---|
1133 | mes "[Dwarf Grunburti]"; |
---|
1134 | mes "I will need..."; |
---|
1135 | mes "^0000FF3 Wheel of the Unknown"; |
---|
1136 | mes "5 Feather of Angel Wing"; |
---|
1137 | mes "3 Sprit of Fish"; |
---|
1138 | mes "4 Emblem of the Sun God"; |
---|
1139 | mes "3 Breath of Spirit"; |
---|
1140 | mes "20 Gold"; |
---|
1141 | mes "10 Elunium"; |
---|
1142 | mes "and 1 Slotted Boots^000000..."; |
---|
1143 | next; |
---|
1144 | mes "[Dwarf Grunburti]"; |
---|
1145 | mes "....however, you seem to be slower than other human..."; |
---|
1146 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
1147 | close; |
---|
1148 | break; |
---|
1149 | |
---|
1150 | case 4: |
---|
1151 | mes "[Dwarf Grunburti]"; |
---|
1152 | mes "I will need..."; |
---|
1153 | mes "^0000FF2 Thor's Gauntlets"; |
---|
1154 | mes "4 Iron Maiden"; |
---|
1155 | mes "5 Wrath of Valkyrie"; |
---|
1156 | mes "5 Omen of Tempest"; |
---|
1157 | mes "5 Billow"; |
---|
1158 | mes "20 Oridecon"; |
---|
1159 | mes "5 Elunium"; |
---|
1160 | mes "40 Gold and"; |
---|
1161 | mes "1 Stunner^000000..."; |
---|
1162 | next; |
---|
1163 | mes "[Dwarf Grunburti]"; |
---|
1164 | mes "....however, you seem to be slower than other human..."; |
---|
1165 | mes "I start to wonder if you can have the godly item this time or not. Anyways, go for it!"; |
---|
1166 | close; |
---|
1167 | break; |
---|
1168 | } |
---|
1169 | } |
---|
1170 | mes "[Dwarf Grunburti]"; |
---|
1171 | mes "I will do a favor for you this time."; |
---|
1172 | mes "I cannot start to work in here. Come to ^0000FFthe underground laboratory^000000."; |
---|
1173 | next; |
---|
1174 | mes "[Dwarf Grunburti]"; |
---|
1175 | mes "Now, you must hurry up! ^0000FFOnly one of each godly item^000000 will be given to humans ^FF0000right after all the seals are released^000000!"; |
---|
1176 | close2; |
---|
1177 | warp "que_god01",214,63; |
---|
1178 | end; |
---|
1179 | break; |
---|
1180 | |
---|
1181 | case 4: |
---|
1182 | mes "[Dwarf Grunburti]"; |
---|
1183 | mes "Muhahahahahaha!"; |
---|
1184 | mes "Go grow up first!"; |
---|
1185 | close; |
---|
1186 | break; |
---|
1187 | |
---|
1188 | } |
---|
1189 | } |
---|
1190 | |
---|
1191 | que_god01,215,127,0 script #god_hopewarp1 111,{ |
---|
1192 | end; |
---|
1193 | |
---|
1194 | OnInit: |
---|
1195 | waitingroom "Laboratory Entrance",2,"#god_hopewarp1::OnWarp",1; |
---|
1196 | end; |
---|
1197 | |
---|
1198 | OnWarp: |
---|
1199 | warpwaitingpc "que_god01",155,63; |
---|
1200 | donpcevent "Grunburti#god::OnRun"; |
---|
1201 | delwaitingroom; |
---|
1202 | end; |
---|
1203 | } |
---|
1204 | |
---|
1205 | que_god01,214,128,0 script #que_godnpc1 111,{ |
---|
1206 | |
---|
1207 | mes "[Entrance Notice]"; |
---|
1208 | mes "Only the quickest human being will possess the power of God."; |
---|
1209 | close; |
---|
1210 | |
---|
1211 | } |
---|
1212 | |
---|
1213 | que_god01,215,128,0 script #que_godnpc2" 111,{ |
---|
1214 | |
---|
1215 | mes "[Entrance Notice]"; |
---|
1216 | mes "Only the quickest human being will possess the power of God."; |
---|
1217 | close; |
---|
1218 | |
---|
1219 | } |
---|
1220 | |
---|
1221 | que_god01,213,128,0 script #que_godnpc3 111,{ |
---|
1222 | |
---|
1223 | mes "[Entrance Notice]"; |
---|
1224 | mes "Only the quickest human being will possess the power of God."; |
---|
1225 | close; |
---|
1226 | |
---|
1227 | } |
---|
1228 | |
---|
1229 | que_god01,154,112,4 script Grunburti#god 826,{ |
---|
1230 | |
---|
1231 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
1232 | { |
---|
1233 | mes "[Dwarf Grunburti]"; |
---|
1234 | mes "The godly item has been created already."; |
---|
1235 | mes "You must wait until all the seals are released again! Hahahaha!"; |
---|
1236 | close; |
---|
1237 | } |
---|
1238 | set @god_guild,getcharid(2); |
---|
1239 | if (strcharinfo(0) != getguildmaster(@god_guild)) |
---|
1240 | { |
---|
1241 | mes "[Dwarf Grunburti]"; |
---|
1242 | mes "?! How did you come in here?"; |
---|
1243 | mes "Get out immediately! I will only speak to humans of high social standing!"; |
---|
1244 | close; |
---|
1245 | } |
---|
1246 | mes "[Dwarf Grunburti]"; |
---|
1247 | mes "Although it is very humiliating to present my valuable skills to a human being..."; |
---|
1248 | mes "I will do a favor for you this time."; |
---|
1249 | next; |
---|
1250 | mes "[Dwarf Grunburti]"; |
---|
1251 | mes "Now! Choose an item that you wish to have! You have only ^FF000010 minutes to complete the weapon creation process^000000!"; |
---|
1252 | mes "I am busy of course, also ^0000FFall the seals will be sealed up again shortly^000000!"; |
---|
1253 | mes "^FF0000Don't be too slow^000000, otherwise ^FF0000I will give the chance to another human^000000 right away!"; |
---|
1254 | next; |
---|
1255 | switch( select( "Brisingamen", "Megingjard", "Sleipnir", "Mjolnir" ) ) |
---|
1256 | { |
---|
1257 | |
---|
1258 | case 1: |
---|
1259 | mes "[Dwarf Grunburti]"; |
---|
1260 | mes "Brisingamen!"; |
---|
1261 | mes "How dare an insignificant man to own such a precious treasure!"; |
---|
1262 | next; |
---|
1263 | mes "[Dwarf Grunburti]"; |
---|
1264 | mes "I must say, this necklace will possess no meaning unless it is worn by the goddess Freya!"; |
---|
1265 | mes "Treasure will select its owner with its will. Let's see if it recognizes you as the owner or not!"; |
---|
1266 | next; |
---|
1267 | mes "[Dwarf Grunburti]"; |
---|
1268 | mes "Once again, I need following materials in order to reproduce the godly item."; |
---|
1269 | mes "^0000FF4 Freya's Jewel"; |
---|
1270 | mes "4 Silver Ornament"; |
---|
1271 | mes "3 Snow Crystal"; |
---|
1272 | mes "3 Ripple"; |
---|
1273 | mes "3 Drifting Air"; |
---|
1274 | mes "2 Sapphire"; |
---|
1275 | mes "3 Pearl"; |
---|
1276 | mes "10 Opal"; |
---|
1277 | mes "5 Cursed Ruby"; |
---|
1278 | mes "20 Gold and"; |
---|
1279 | mes "1 Necklace^000000..."; |
---|
1280 | next; |
---|
1281 | |
---|
1282 | switch( select( "Make Brisingamen.", "Cancel." ) ) |
---|
1283 | { |
---|
1284 | |
---|
1285 | case 1: |
---|
1286 | if (countitem(7073) > 3 && countitem(7077) > 3 && countitem(7088) > 2 && countitem(7090) > 2 && countitem(7092) > 2 && countitem(726) > 1 && countitem(722) > 2 && countitem(727) > 9 && countitem(724) > 4 && countitem(969) > 19 && countitem(2603) > 0) |
---|
1287 | { |
---|
1288 | mes "[Dwarf Grunburti]"; |
---|
1289 | mes "Muhahahahaha!"; |
---|
1290 | mes "I didn't imagine that I would use my skills for a human being...give me a moment!"; |
---|
1291 | next; |
---|
1292 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
1293 | { |
---|
1294 | mes "[Dwarf Grunburti]"; |
---|
1295 | mes "The godly item has been created already."; |
---|
1296 | mes "You must wait until all the seals are released again! Hahahaha!"; |
---|
1297 | close; |
---|
1298 | } |
---|
1299 | delitem 7073,4; |
---|
1300 | delitem 7077,4; |
---|
1301 | delitem 7088,3; |
---|
1302 | delitem 7090,3; |
---|
1303 | delitem 7092,3; |
---|
1304 | delitem 726,2; |
---|
1305 | delitem 722,3; |
---|
1306 | delitem 726,10; |
---|
1307 | delitem 724,5; |
---|
1308 | delitem 969,20; |
---|
1309 | delitem 2603,1; |
---|
1310 | getitem 2630,1; |
---|
1311 | set $God1,0; |
---|
1312 | set $God2,0; |
---|
1313 | set $God3,0; |
---|
1314 | set $God4,0; |
---|
1315 | announce "[Brisingamen] the godly item has been given to [" + strcharinfo(0) + "], the master of the guild [" + getguildname(@god_guild) + "].",bc_all; |
---|
1316 | mes "[Dwarf Grunburti]"; |
---|
1317 | mes "Look at this dazzling necklace, isn't it beautiful!"; |
---|
1318 | mes "Ah~ surely there is no existance that can compete this item in this world."; |
---|
1319 | close; |
---|
1320 | } |
---|
1321 | else |
---|
1322 | { |
---|
1323 | mes "[Dwarf Grunburti]"; |
---|
1324 | mes "Bah! You idiotic human being! You have not brought all the necessary materials! Go hurry up, be quick!"; |
---|
1325 | close; |
---|
1326 | } |
---|
1327 | break; |
---|
1328 | |
---|
1329 | case 2: |
---|
1330 | mes "[Dwarf Grunburti]"; |
---|
1331 | mes "Muhahahaha~ somehow I figured that!"; |
---|
1332 | close; |
---|
1333 | break; |
---|
1334 | |
---|
1335 | } |
---|
1336 | |
---|
1337 | break; |
---|
1338 | |
---|
1339 | case 2: |
---|
1340 | mes "[Dwarf Grunburti]"; |
---|
1341 | mes "Me.. Megingjard!"; |
---|
1342 | mes "How dare an insignificant man to own such a precious treasure!"; |
---|
1343 | next; |
---|
1344 | mes "[Dwarf Grunburti]"; |
---|
1345 | mes "This belt used to be worn by the greatest warrior Thor long time ago!"; |
---|
1346 | mes "Treasure will select its owner with its will. Let's see if it recognizes you as the owner or not!"; |
---|
1347 | next; |
---|
1348 | mes "[Dwarf Grunburti]"; |
---|
1349 | mes "Once again, I need following materials in order to reproduce the godly item."; |
---|
1350 | mes "^0000FF1 Gleipnir"; |
---|
1351 | mes "20 Gold"; |
---|
1352 | mes "10 Sapphire"; |
---|
1353 | mes "10 Oridecon"; |
---|
1354 | mes "and 1 Belt^000000..."; |
---|
1355 | next; |
---|
1356 | |
---|
1357 | switch( select( "Make Megingjard.", "Cancel." ) ) |
---|
1358 | { |
---|
1359 | |
---|
1360 | case 1: |
---|
1361 | if (countitem(7058) > 0 && countitem(969) > 19 && countitem(726) > 9 && countitem(984) > 9 && countitem(2627) > 0) |
---|
1362 | { |
---|
1363 | mes "[Dwarf Grunburti]"; |
---|
1364 | mes "Muhahahahaha!"; |
---|
1365 | mes "I didn't imagine that I would use my skills for a human being...give me a moment!"; |
---|
1366 | next; |
---|
1367 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
1368 | { |
---|
1369 | mes "[Dwarf Grunburti]"; |
---|
1370 | mes "The godly item has been created already."; |
---|
1371 | mes "You must wait until all the seals are released again! Hahahaha!"; |
---|
1372 | close; |
---|
1373 | } |
---|
1374 | |
---|
1375 | delitem 7058,1; |
---|
1376 | delitem 969,20; |
---|
1377 | delitem 726,10; |
---|
1378 | delitem 984,10; |
---|
1379 | delitem 2627,1; |
---|
1380 | getitem 2629,1; |
---|
1381 | set $God1,0; |
---|
1382 | set $God2,0; |
---|
1383 | set $God3,0; |
---|
1384 | set $God4,0; |
---|
1385 | announce "[Megingjard] the godly item has been given to [" + strcharinfo(0) + "], the master of the guild [" + getguildname(@god_guild) + "].",bc_all; |
---|
1386 | mes "[Dwarf Grunburti]"; |
---|
1387 | mes "Here you go!"; |
---|
1388 | mes "Ah~ look at this majestic appearance...! I am overwhelmed already..."; |
---|
1389 | close; |
---|
1390 | } |
---|
1391 | else |
---|
1392 | { |
---|
1393 | mes "[Dwarf Grunburti]"; |
---|
1394 | mes "Bah! You idiotic human being! You have not brought all the necessary materials! Go hurry up, be quick!"; |
---|
1395 | close; |
---|
1396 | } |
---|
1397 | break; |
---|
1398 | |
---|
1399 | case 2: |
---|
1400 | mes "[Dwarf Grunburti]"; |
---|
1401 | mes "Muhahahaha~ somehow I figured that!"; |
---|
1402 | close; |
---|
1403 | break; |
---|
1404 | |
---|
1405 | } |
---|
1406 | |
---|
1407 | break; |
---|
1408 | |
---|
1409 | case 3: |
---|
1410 | mes "[Dwarf Grunburti]"; |
---|
1411 | mes "....the eight legged stallion, Sleipnir?!"; |
---|
1412 | mes "How dare an insignificant man to own such a precious treasure!"; |
---|
1413 | next; |
---|
1414 | mes "[Dwarf Grunburti]"; |
---|
1415 | mes "Unfortunately I can only produce an object...not a life."; |
---|
1416 | mes "However, I can craft a pair of shoes that possess the power of Sleipnir."; |
---|
1417 | next; |
---|
1418 | mes "[Dwarf Grunburti]"; |
---|
1419 | mes "Of course, even the shoes are too valuable to be given out to a human."; |
---|
1420 | mes "Once again, I need following materials in order to reproduce the godly item."; |
---|
1421 | next; |
---|
1422 | mes "[Dwarf Grunburti]"; |
---|
1423 | mes "^0000FF3 Wheel of the Unknown"; |
---|
1424 | mes "5 Feather of Angel Wing"; |
---|
1425 | mes "3 Spirit of Fish"; |
---|
1426 | mes "4 Emblem of the Sun God"; |
---|
1427 | mes "3 Breath of Spirit"; |
---|
1428 | mes "20 Gold"; |
---|
1429 | mes "10 Elunium"; |
---|
1430 | mes "and 1 Slotted Boots^000000..."; |
---|
1431 | next; |
---|
1432 | switch( select( "Make Sleipnir.", "Cancel." ) ) |
---|
1433 | { |
---|
1434 | |
---|
1435 | case 1: |
---|
1436 | if (countitem(7076) > 2 && countitem(7079) > 4 && countitem(7083) > 2 && countitem(7086) > 3 && countitem(7087) > 2 && countitem(969) > 19 && countitem(985) > 9 && countitem(2406) > 0) |
---|
1437 | { |
---|
1438 | mes "[Dwarf Grunburti]"; |
---|
1439 | mes "Muhahahahaha!"; |
---|
1440 | mes "I didn't imagine that I would use my skills for a human being...give me a moment!"; |
---|
1441 | next; |
---|
1442 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
1443 | { |
---|
1444 | mes "[Dwarf Grunburti]"; |
---|
1445 | mes "The godly item has been created already."; |
---|
1446 | mes "You must wait until all the seals are released again! Hahahaha!"; |
---|
1447 | close; |
---|
1448 | } |
---|
1449 | delitem 7076,3; |
---|
1450 | delitem 7079,5; |
---|
1451 | delitem 7083,3; |
---|
1452 | delitem 7086,4; |
---|
1453 | delitem 7087,3; |
---|
1454 | delitem 969,20; |
---|
1455 | delitem 985,10; |
---|
1456 | delitem 2406,1; |
---|
1457 | getitem 2410,1; |
---|
1458 | set $God1,0; |
---|
1459 | set $God2,0; |
---|
1460 | set $God3,0; |
---|
1461 | set $God4,0; |
---|
1462 | announce "[Sleipnir] the godly item has been given to [" + strcharinfo(0) + "], the master of the guild [" + getguildname(@god_guild) + "].",bc_all; |
---|
1463 | mes "[Dwarf Grunburti]"; |
---|
1464 | mes "Here you go!"; |
---|
1465 | mes "This pair of shoes are so light, you will never feel like wearing anything on your feet with this shoes!"; |
---|
1466 | close; |
---|
1467 | } |
---|
1468 | else |
---|
1469 | { |
---|
1470 | mes "[Dwarf Grunburti]"; |
---|
1471 | mes "Bah! You idiotic human being! You have not brought all the necessary materials! Go hurry up, be quick!"; |
---|
1472 | close; |
---|
1473 | } |
---|
1474 | break; |
---|
1475 | |
---|
1476 | case 2: |
---|
1477 | mes "[Dwarf Grunburti]"; |
---|
1478 | mes "Muhahahaha~ somehow I figured that!"; |
---|
1479 | close; |
---|
1480 | break; |
---|
1481 | |
---|
1482 | } |
---|
1483 | |
---|
1484 | break; |
---|
1485 | |
---|
1486 | case 4: |
---|
1487 | mes "[Dwarf Grunburti]"; |
---|
1488 | mes "Mjo!...Mjo....Mjolnir!"; |
---|
1489 | mes "How dare an insignificant man to own such a precious treasure!"; |
---|
1490 | next; |
---|
1491 | mes "[Dwarf Grunburti]"; |
---|
1492 | mes "I haven't assured if you are qualified to possess this yet."; |
---|
1493 | mes "Are you confident that you would not disgrace Thor, the greatest warrior?"; |
---|
1494 | next; |
---|
1495 | mes "[Dwarf Grunburti]"; |
---|
1496 | mes "....sigh..."; |
---|
1497 | mes "Somehow humans are too greedy to listen to my concern."; |
---|
1498 | mes "I will create it for you though. However you will realise how limitted you are to handle this item..."; |
---|
1499 | mes "Once again, I need following materials in order to reproduce the godly item."; |
---|
1500 | next; |
---|
1501 | mes "[Dwarf Grunburti]"; |
---|
1502 | mes "^0000FF2 Thor's Gauntlets"; |
---|
1503 | mes "4 Iron Maiden"; |
---|
1504 | mes "5 Wrath of Valkyrie"; |
---|
1505 | mes "5 Omen of Tempest"; |
---|
1506 | mes "5 Billow"; |
---|
1507 | mes "20 Oridecon"; |
---|
1508 | mes "5 Elunium"; |
---|
1509 | mes "40 Gold and"; |
---|
1510 | mes "1 Stunner^000000..."; |
---|
1511 | next; |
---|
1512 | switch( select( "Make Mjolnir.", "Cancel." ) ) |
---|
1513 | { |
---|
1514 | |
---|
1515 | case 1: |
---|
1516 | if (countitem(7074) > 1 && countitem(7075) > 3 && countitem(7078) > 4 && countitem(7089) > 4 && countitem(7091) > 4 && countitem(984) > 19 && countitem(985) > 4 && countitem(969) > 39 && countitem(1522) > 0) |
---|
1517 | { |
---|
1518 | mes "[Dwarf Grunburti]"; |
---|
1519 | mes "Muhahahahaha!"; |
---|
1520 | mes "I didn't imagine that I would use my skills for a human being...give me a moment!"; |
---|
1521 | next; |
---|
1522 | if ($God1 < 100 || $God2 < 100 || $God3 < 100 || $God4 < 100) |
---|
1523 | { |
---|
1524 | mes "[Dwarf Grunburti]"; |
---|
1525 | mes "The godly item has been created already."; |
---|
1526 | mes "You must wait until all the seals are released again! Hahahaha!"; |
---|
1527 | close; |
---|
1528 | } |
---|
1529 | delitem 7074,2; |
---|
1530 | delitem 7075,4; |
---|
1531 | delitem 7078,5; |
---|
1532 | delitem 7089,5; |
---|
1533 | delitem 7091,5; |
---|
1534 | delitem 984,20; |
---|
1535 | delitem 985,5; |
---|
1536 | delitem 969,40; |
---|
1537 | delitem 1522,1; |
---|
1538 | getitem 1530,1; |
---|
1539 | set $God1,0; |
---|
1540 | set $God2,0; |
---|
1541 | set $God3,0; |
---|
1542 | set $God4,0; |
---|
1543 | announce "[Mjolnir] the godly item has been given to [" + strcharinfo(0) + "], the master of the guild [" + getguildname(@god_guild) + "].",bc_all; |
---|
1544 | mes "[Dwarf Grunburti]"; |
---|
1545 | mes "Here you go!"; |
---|
1546 | mes "Although it may appear too small to be such a powerful hammer, there is no weapon that can compete to Mjolnir!"; |
---|
1547 | close; |
---|
1548 | } |
---|
1549 | else |
---|
1550 | { |
---|
1551 | mes "[Dwarf Grunburti]"; |
---|
1552 | mes "Bah! You idiotic human being! You have not brought all the necessary materials! Go hurry up, be quick!"; |
---|
1553 | close; |
---|
1554 | } |
---|
1555 | break; |
---|
1556 | |
---|
1557 | case 2: |
---|
1558 | mes "[Dwarf Grunburti]"; |
---|
1559 | mes "Muhahahaha~ somehow I figured that!"; |
---|
1560 | close; |
---|
1561 | break; |
---|
1562 | |
---|
1563 | } |
---|
1564 | |
---|
1565 | break; |
---|
1566 | |
---|
1567 | } |
---|
1568 | |
---|
1569 | OnRun: |
---|
1570 | initnpctimer; |
---|
1571 | end; |
---|
1572 | |
---|
1573 | OnTimer10000: |
---|
1574 | mapannounce "que_god01","Remember that you only have 10 minutes for this! Hurry up!",0; |
---|
1575 | end; |
---|
1576 | |
---|
1577 | OnTimer610000: |
---|
1578 | mapannounce "que_god01","You are too slow! I am going to give the chance to the other! Next!",0; |
---|
1579 | end; |
---|
1580 | |
---|
1581 | OnTimer612000: |
---|
1582 | areawarp "que_god01",154,67,4,7,"prontera",156,324; |
---|
1583 | areawarp "que_god01",154,82,4,7,"prontera",156,324; |
---|
1584 | areawarp "que_god01",145,99,9,9,"prontera",156,324; |
---|
1585 | areawarp "que_god01",164,99,9,9,"prontera",156,324; |
---|
1586 | areawarp "que_god01",145,118,9,9,"prontera",156,324; |
---|
1587 | areawarp "que_god01",164,118,9,9,"prontera",156,324; |
---|
1588 | end; |
---|
1589 | |
---|
1590 | OnTimer615000: |
---|
1591 | donpcevent "#god_hopewarp1::OnInit"; |
---|
1592 | stopnpctimer; |
---|
1593 | end; |
---|
1594 | |
---|
1595 | } |
---|