1 | //===== eAthena Script ======================================= |
---|
2 | //= Ninja Job Quest |
---|
3 | //===== By: ================================================== |
---|
4 | //= Legionaire |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 1.4 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= eAthena SVN that supports Ninjas |
---|
9 | //===== Description: ========================================= |
---|
10 | //= Ninja Job Change Quest |
---|
11 | //===== Additional Comments: ================================= |
---|
12 | //= 1.1 Optimized, updated, checked [Lupus] |
---|
13 | //= 1.2 Added Akagi [Playtester] |
---|
14 | //= 1.3 Updated dialogs to official ones and optimized [SinSloth] |
---|
15 | //= 1.4 Fixed a minor bug [SinSloth] |
---|
16 | //============================================================ |
---|
17 | |
---|
18 | alberta,30,65,3 script Akagi#nq 730,{ |
---|
19 | |
---|
20 | if(Class == Job_Novice) |
---|
21 | { |
---|
22 | if(JobLevel > 9) |
---|
23 | { |
---|
24 | mes "[Akagi]"; |
---|
25 | mes "Hmm..."; |
---|
26 | mes "Some force must have lead your feet to this dark alley because you are needed here."; |
---|
27 | mes "Would you like to walk the path of Patience?"; |
---|
28 | next; |
---|
29 | if(select("No, I don't want to go.:Yep, I'll walk the path.") == 1) |
---|
30 | { |
---|
31 | mes "[Akagi]"; |
---|
32 | mes "Ok."; |
---|
33 | mes "....."; |
---|
34 | mes "Then farewell."; |
---|
35 | close; |
---|
36 | } |
---|
37 | else |
---|
38 | { |
---|
39 | mes "[Akagi]"; |
---|
40 | mes "Very well, I'll send you over right away."; |
---|
41 | close2; |
---|
42 | switch (rand(3)) { |
---|
43 | case 1: warp "amatsu", 170, 229; break; |
---|
44 | case 2: warp "amatsu", 216, 188; break; |
---|
45 | default: warp "amatsu", 178, 176; break; |
---|
46 | } |
---|
47 | end; |
---|
48 | } |
---|
49 | } |
---|
50 | else |
---|
51 | { |
---|
52 | mes "[Akagi]"; |
---|
53 | mes "This isn't where you should be."; |
---|
54 | mes "Come back after you've become stronger."; |
---|
55 | close; |
---|
56 | } |
---|
57 | } |
---|
58 | else |
---|
59 | { |
---|
60 | mes "[Akagi]"; |
---|
61 | mes "I have nothing to say to you."; |
---|
62 | mes "Go back to where you came from."; |
---|
63 | close; |
---|
64 | } |
---|
65 | } |
---|
66 | |
---|
67 | que_ng,30,65,3 script Cougar Gai 730,{ |
---|
68 | |
---|
69 | if(Class == Job_Novice && JobLevel > 9) |
---|
70 | { |
---|
71 | switch(NINJ_Q) |
---|
72 | { |
---|
73 | case 0: |
---|
74 | mes "["+strcharinfo(0)+"]"; |
---|
75 | mes "Excuse me."; |
---|
76 | next; |
---|
77 | mes "[Cougar Gai]"; |
---|
78 | mes "Hmm...?"; |
---|
79 | mes "What the~!!"; |
---|
80 | mes "You can see me!"; |
---|
81 | next; |
---|
82 | mes "[Cougar Gai]"; |
---|
83 | mes "Toriyaaa~!"; |
---|
84 | next; |
---|
85 | mes "["+strcharinfo(0)+"]"; |
---|
86 | mes "-He throws a bundle of wooden chopsticks at you-"; |
---|
87 | next; |
---|
88 | mes "["+strcharinfo(0)+"]"; |
---|
89 | mes "-Dart dart dart!-"; |
---|
90 | mes "Oww~!"; |
---|
91 | mes "Jeez~! What do you think you're doing!"; |
---|
92 | next; |
---|
93 | mes "[Cougar Gai]"; |
---|
94 | mes "Hmm...?"; |
---|
95 | mes "I see you're not a hitman sent to kill me."; |
---|
96 | next; |
---|
97 | mes "["+strcharinfo(0)+"]"; |
---|
98 | mes "Oh jeez... What did I get myself into."; |
---|
99 | mes "This guy is nuts."; |
---|
100 | mes "Hasn't even seen me and is throwing stuff around..."; |
---|
101 | next; |
---|
102 | mes "[Cougar Gai]"; |
---|
103 | mes "Urrgh~! Anger, anger~~"; |
---|
104 | mes "My forever rival and enemy..."; |
---|
105 | mes "Field Cat Joe!"; |
---|
106 | next; |
---|
107 | mes "["+strcharinfo(0)+"]"; |
---|
108 | mes "........"; |
---|
109 | next; |
---|
110 | mes "[Cougar Gai]"; |
---|
111 | mes "Gahhhhh~~~!!!"; |
---|
112 | mes "Urrgh~Urrgh~"; |
---|
113 | mes "Pft! Pft! Pft~"; |
---|
114 | next; |
---|
115 | mes "["+strcharinfo(0)+"]"; |
---|
116 | mes "-What the.. He's not listening to me at all-"; |
---|
117 | next; |
---|
118 | mes "[Cougar Gai]"; |
---|
119 | mes "Hmm..."; |
---|
120 | mes "What the! Who are you?!"; |
---|
121 | mes "And how did you get so close to me out of nowhere?"; |
---|
122 | mes "Take this!"; |
---|
123 | next; |
---|
124 | mes "["+strcharinfo(0)+"]"; |
---|
125 | mes "Agh~"; |
---|
126 | mes "Ugh, please, can you quit that?"; |
---|
127 | mes "What you've done so far, anyway..."; |
---|
128 | next; |
---|
129 | mes "[Cougar Gai]"; |
---|
130 | mes "Oho"; |
---|
131 | mes "What incredible skill~"; |
---|
132 | mes "You've evaded all my techniques."; |
---|
133 | next; |
---|
134 | mes "["+strcharinfo(0)+"]"; |
---|
135 | mes "- What techniques is he talking about? -"; |
---|
136 | mes "- And he's still not listening to me... -"; |
---|
137 | next; |
---|
138 | mes "[Cougar Gai]"; |
---|
139 | mes "Hmm~ Yes~"; |
---|
140 | mes "Do you have some business with me?"; |
---|
141 | next; |
---|
142 | mes "["+strcharinfo(0)+"]"; |
---|
143 | mes "........."; |
---|
144 | next; |
---|
145 | mes "["+strcharinfo(0)+"]"; |
---|
146 | mes "Ah...umm..."; |
---|
147 | mes "Yes."; |
---|
148 | mes "I came to see you because I want to be a Ninja."; |
---|
149 | next; |
---|
150 | mes "[Cougar Gai]"; |
---|
151 | mes "Oho~ You've come to the right person."; |
---|
152 | mes "But!"; |
---|
153 | next; |
---|
154 | mes "["+strcharinfo(0)+"]"; |
---|
155 | mes "....."; |
---|
156 | next; |
---|
157 | mes "[Cougar Gai]"; |
---|
158 | mes "It might be a little tough."; |
---|
159 | next; |
---|
160 | mes "["+strcharinfo(0)+"]"; |
---|
161 | mes "Huh~ Why~"; |
---|
162 | next; |
---|
163 | mes "[Cougar Gai]"; |
---|
164 | mes "First off, I don't know if I can really trust you, and in my opinion.."; |
---|
165 | mes "It seems you don't have enough experience."; |
---|
166 | next; |
---|
167 | mes "[Cougar Gai]"; |
---|
168 | mes "So that's why i'm going to say.."; |
---|
169 | mes "Go!!! Get Lost~!"; |
---|
170 | next; |
---|
171 | mes "["+strcharinfo(0)+"]"; |
---|
172 | mes "..........."; |
---|
173 | next; |
---|
174 | mes "[Cougar Gai]"; |
---|
175 | mes "Hmm yes..."; |
---|
176 | mes "That's my final word."; |
---|
177 | next; |
---|
178 | mes "["+strcharinfo(0)+"]"; |
---|
179 | mes "..........."; |
---|
180 | next; |
---|
181 | mes "[Cougar Gai]"; |
---|
182 | mes "Well, get going if you understood."; |
---|
183 | mes "As you can see, I'm a very busy person..."; |
---|
184 | next; |
---|
185 | mes "[Cougar Gai]"; |
---|
186 | mes "I have a lot of enemies around me, so I can't let my guard down for a single moment."; |
---|
187 | next; |
---|
188 | mes "[Cougar Gai]"; |
---|
189 | mes "I'm better leave to train for my next duel."; |
---|
190 | mes "Yioooop~!"; |
---|
191 | next; |
---|
192 | mes "[Cougar Gai]"; |
---|
193 | mes "Next time I will win for sure!"; |
---|
194 | mes "Just you wait!"; |
---|
195 | mes "Field Cat Joe!"; |
---|
196 | next; |
---|
197 | mes "["+strcharinfo(0)+"]"; |
---|
198 | mes "Field Cat Joe ?"; |
---|
199 | mes "Why are you fighting with a cat?"; |
---|
200 | next; |
---|
201 | mes "[Cougar Gai]"; |
---|
202 | mes "Huh? Oh oops! Hahaha~ Hehe~"; |
---|
203 | mes "Field Cat is that guy nickname."; |
---|
204 | next; |
---|
205 | mes "[Cougar Gai]"; |
---|
206 | mes "He's a very mischievous fellow."; |
---|
207 | mes "Ther's not a method he won't use to win."; |
---|
208 | next; |
---|
209 | mes "[Cougar Gai]"; |
---|
210 | mes "And not only that -- The skills he uses are very brilliant and very strong."; |
---|
211 | next; |
---|
212 | mes "[Cougar Gai]"; |
---|
213 | mes "It just so happens him and I have run out of Shuriken and Scrolls, so we're in a truce. Haha."; |
---|
214 | next; |
---|
215 | mes "[Cougar Gai]"; |
---|
216 | mes "Well, if you really want to become a Ninja, how about you do me a favor?"; |
---|
217 | mes "If you fulfill this favor well, then although I can't make you a ninja, I can teach you a few techniques. You never know!"; |
---|
218 | next; |
---|
219 | switch( select( "Accept to do the favor","Refuse to do the favor" ) ) |
---|
220 | { |
---|
221 | |
---|
222 | case 1: |
---|
223 | mes "["+strcharinfo(0)+"]"; |
---|
224 | mes "Hmm... Ok."; |
---|
225 | next; |
---|
226 | mes "[Cougar Gai]"; |
---|
227 | mes "Ok.. Very well."; |
---|
228 | mes "Then deliver this letter to Field Cat Joe."; |
---|
229 | next; |
---|
230 | mes "[Cougar Gai]"; |
---|
231 | mes "It just says in there that until we're prepared, we should consider a truce."; |
---|
232 | mes "Absolutely make sure to bring back his reply."; |
---|
233 | next; |
---|
234 | mes "[Cougar Gai]"; |
---|
235 | mes "By the way, my sources told me Field Cat Joe has gone to Einbroch."; |
---|
236 | mes "Not sure why he went there though..."; |
---|
237 | next; |
---|
238 | mes "[Cougar Gai]"; |
---|
239 | mes "He's pretty good in changing his appearance,"; |
---|
240 | mes "so it might be very difficult to find him."; |
---|
241 | next; |
---|
242 | mes "[Cougar Gai]"; |
---|
243 | mes "You'll have to look with your eyes peeled and search. He likes high places."; |
---|
244 | mes "Look around well."; |
---|
245 | next; |
---|
246 | mes "["+strcharinfo(0)+"]"; |
---|
247 | mes "Ok~"; |
---|
248 | mes "I'll do it."; |
---|
249 | set NINJ_Q,1; |
---|
250 | close; |
---|
251 | |
---|
252 | case 2: |
---|
253 | mes "["+strcharinfo(0)+"]"; |
---|
254 | mes "I don't wish to simply learn a few techniques."; |
---|
255 | mes "I'm sorry."; |
---|
256 | mes "I'll go find someone else."; |
---|
257 | mes "Find somebody else."; |
---|
258 | next; |
---|
259 | mes "[Cougar Gai]"; |
---|
260 | mes "Hmm... I see..."; |
---|
261 | mes "I understand."; |
---|
262 | mes "I guess I wasted my breath."; |
---|
263 | mes "Well, off with you now."; |
---|
264 | close; |
---|
265 | } |
---|
266 | |
---|
267 | case 1: |
---|
268 | mes "[Cougar Gai]"; |
---|
269 | mes "Hmm... It's nothing I need immediately, but do hurry."; |
---|
270 | mes "Field Cat Joe is at Einbroch."; |
---|
271 | close; |
---|
272 | |
---|
273 | case 2: |
---|
274 | mes "[Cougar Gai]"; |
---|
275 | mes "Don't forget to bring me back his reply."; |
---|
276 | mes "I have to make sure he doesn't claim otherwise later."; |
---|
277 | close; |
---|
278 | |
---|
279 | case 3: |
---|
280 | mes "[Cougar Gai]"; |
---|
281 | mes "Did you bring me back his reply?"; |
---|
282 | next; |
---|
283 | mes "["+strcharinfo(0)+"]"; |
---|
284 | mes "Yes, here it is."; |
---|
285 | next; |
---|
286 | mes "[Cougar Gai]"; |
---|
287 | mes "Ohh. I see you've met him and brought me his reply."; |
---|
288 | mes "Well... Let's See."; |
---|
289 | mes "- Rip rip... -"; |
---|
290 | next; |
---|
291 | mes "["+strcharinfo(0)+"]"; |
---|
292 | mes "- He carefully reads the letter you brought to him -"; |
---|
293 | next; |
---|
294 | mes "[Cougar Gai]"; |
---|
295 | mes "Ugh~!!! How can this be!"; |
---|
296 | mes "He refused my request for a short truce!!!"; |
---|
297 | mes "Did he remake his Kunai?"; |
---|
298 | mes "What now..."; |
---|
299 | next; |
---|
300 | mes "[Cougar Gai]"; |
---|
301 | mes "I'm sorry, but I'd appreciate it if you can do me a favor."; |
---|
302 | mes "I need to create weapons to fight against that Bastard Joe but I don't have enough ingredients."; |
---|
303 | next; |
---|
304 | mes "[Cougar Gai]"; |
---|
305 | mes "If you can get me these ingredients, then i'll acknowledge your abilities and make you a ninja."; |
---|
306 | mes "What I need is..."; |
---|
307 | mes "1 Phracon and 5 Cyfar."; |
---|
308 | mes "Time is of the essence, so please hurry."; |
---|
309 | next; |
---|
310 | mes "["+strcharinfo(0)+"]"; |
---|
311 | mes "Wait!!"; |
---|
312 | mes "Those are..."; |
---|
313 | next; |
---|
314 | mes "[Cougar Gai]"; |
---|
315 | mes "What's the matter? Is there a problem?"; |
---|
316 | next; |
---|
317 | mes "["+strcharinfo(0)+"]"; |
---|
318 | mes "I just got these ingredients for Joe..."; |
---|
319 | mes "Uggghhhh..."; |
---|
320 | next; |
---|
321 | mes "[Cougar Gai]"; |
---|
322 | mes "What did you say?!!!"; |
---|
323 | mes "Then by sending you to him, I've ended up helping him...!"; |
---|
324 | mes "Ugh..."; |
---|
325 | mes "Aaahhh..."; |
---|
326 | mes "Why, why~ What a fool I am! An Idiot! A moron!!"; |
---|
327 | next; |
---|
328 | mes "[Cougar Gai]"; |
---|
329 | mes "Ah.. Ah.. I'll calm down."; |
---|
330 | mes "Hugh.. Hugh.."; |
---|
331 | next; |
---|
332 | mes "[Cougar Gai]"; |
---|
333 | mes "You must help me, for now."; |
---|
334 | mes "Since things have become like this, there's no time to explain now."; |
---|
335 | mes "Hurry and get me what I need."; |
---|
336 | next; |
---|
337 | mes "["+strcharinfo(0)+"]"; |
---|
338 | mes "Uhh...Sure.."; |
---|
339 | next; |
---|
340 | mes "[Cougar Gai]"; |
---|
341 | mes "Hurrrry~~!!"; |
---|
342 | mes "Sob~"; |
---|
343 | next; |
---|
344 | mes "["+strcharinfo(0)+"]"; |
---|
345 | mes "- Let's bring Mr. Gai 1 Phracon -"; |
---|
346 | mes "- And 5 Cyfars -"; |
---|
347 | set NINJ_Q,4; |
---|
348 | close; |
---|
349 | |
---|
350 | case 4: |
---|
351 | mes "[Cougar Gai]"; |
---|
352 | if(countitem(7053) < 5 || countitem(1010) < 1) |
---|
353 | { |
---|
354 | mes "Get me 1 Phracon and 5 Cyfars."; |
---|
355 | mes "What you have isn't what I said I need before."; |
---|
356 | mes "It's urgent, so please hurry."; |
---|
357 | close; |
---|
358 | } |
---|
359 | if(skillpoint >0) |
---|
360 | { |
---|
361 | mes "Please come back after you've learned all the basic skills."; |
---|
362 | close; |
---|
363 | } |
---|
364 | mes "Oh, Did you bring me the things I need?"; |
---|
365 | mes "Let's see..."; |
---|
366 | mes "Hmm~ I see you've brought me what I need."; |
---|
367 | next; |
---|
368 | mes "[Cougar Gai]"; |
---|
369 | mes "Whew~ You've made it in time."; |
---|
370 | mes "You work better than I thought."; |
---|
371 | next; |
---|
372 | mes "[Cougar Gai]"; |
---|
373 | mes "Very well."; |
---|
374 | mes "As promised, I'll officially turn you into a Ninja."; |
---|
375 | next; |
---|
376 | mes "[Cougar Gai]"; |
---|
377 | mes "Let me properly introduce myself."; |
---|
378 | mes "I am an Upper Rank Ninja from the Doga Ninja Clan of the East."; |
---|
379 | mes "I'm operating as a Search Captain to find Kazuma-san, the leader of the village I'm from."; |
---|
380 | next; |
---|
381 | mes "[Cougar Gai]"; |
---|
382 | mes "Tell you the truth, there's a lot of complication going on internally in the Ninja Clan lately, which was why I was hesitant to allow you to become a Ninja."; |
---|
383 | next; |
---|
384 | mes "[Cougar Gai]"; |
---|
385 | mes "But seeing how Joe has complimented you highly and have completed my request well, I've changed my mind."; |
---|
386 | next; |
---|
387 | mes "[Cougar Gai]"; |
---|
388 | mes "Being a Ninja is a lonely job."; |
---|
389 | mes "You must value your jobs but also never forget your humanity."; |
---|
390 | next; |
---|
391 | mes "[Cougar Gai]"; |
---|
392 | mes "You're in for a lot of struggle from here on."; |
---|
393 | mes "Although we keep our identity secret, we operate in every single town."; |
---|
394 | next; |
---|
395 | mes "[Cougar Gai]"; |
---|
396 | mes "The creation and usage of the basic equiptment of Ninjas is kept secret."; |
---|
397 | mes "The purchase and sale of Ninja gear is strictly regulated, so try to be careful."; |
---|
398 | next; |
---|
399 | mes "[Cougar Gai]"; |
---|
400 | mes "Well, I hereby recognize you as a member of the Doga Ninja Clan."; |
---|
401 | next; |
---|
402 | mes "[Cougar Gai]"; |
---|
403 | mes "Be quick as a Hawk from the Wind of the East."; |
---|
404 | mes "And light as a Leaf wavering in the Wind of the West!!"; |
---|
405 | next; |
---|
406 | mes "[Cougar Gai]"; |
---|
407 | mes "Haaa!!!!"; |
---|
408 | next; |
---|
409 | nude; |
---|
410 | callfunc "Job_Change",Job_Ninja; |
---|
411 | callfunc "F_ClearJobVar"; |
---|
412 | getitem 13010,1; |
---|
413 | close; |
---|
414 | |
---|
415 | } |
---|
416 | } |
---|
417 | else if(Class == Job_Novice && JobLevel < 10) |
---|
418 | { |
---|
419 | mes "[Cougar Gai]"; |
---|
420 | mes "It looks like you need to train more."; |
---|
421 | mes "Come back after you gained more muscle."; |
---|
422 | close; |
---|
423 | } |
---|
424 | else if(Class == Job_Ninja) |
---|
425 | { |
---|
426 | mes "[Cougar Gai]"; |
---|
427 | mes "Hmm, how have you been?"; |
---|
428 | mes "You don't know when and where you may be asked to go on a mission, so don't put off your training for a single day."; |
---|
429 | close; |
---|
430 | } |
---|
431 | else if(Class == Job_Baby) |
---|
432 | { |
---|
433 | mes "[Cougar Gai]"; |
---|
434 | mes "What the...! A super baby!"; |
---|
435 | mes "Has this location been so exposed that even babies know where it is?"; |
---|
436 | mes "Oh no~ Ah no~"; |
---|
437 | close; |
---|
438 | } |
---|
439 | else |
---|
440 | { |
---|
441 | mes "[Cougar Gai]"; |
---|
442 | mes "What the.. What's that stench?!"; |
---|
443 | mes "I was wondering what was causing that stench -- it was you."; |
---|
444 | mes "Why, you're so young, there's still a milk mustache on your lips from drinking from your mother's bosoms."; |
---|
445 | mes "Get lost, squirt."; |
---|
446 | close; |
---|
447 | } |
---|
448 | } |
---|
449 | |
---|
450 | einbroch,184,194,3 script Suspicious Guy#nin 881,{ |
---|
451 | |
---|
452 | if(Class == Job_Ninja) |
---|
453 | { |
---|
454 | mes "[Crimson Panther Joe]"; |
---|
455 | mes "Oh, I see you've become a Ninja"; |
---|
456 | mes "There will be many hardships in the future, so don't slack off in training."; |
---|
457 | close; |
---|
458 | } |
---|
459 | else if(!NINJ_Q) |
---|
460 | { |
---|
461 | mes "[Suspicious Guy]"; |
---|
462 | mes "Hyaa~ This sure is a high spot."; |
---|
463 | mes "I've been to many different lands, but this is the highest place I've found so far."; |
---|
464 | mes "My only regret is that I can't spend more time looking around this spectacular view..."; |
---|
465 | close; |
---|
466 | } |
---|
467 | switch(NINJ_Q) |
---|
468 | { |
---|
469 | case 1: |
---|
470 | mes "[Suspicious Guy]"; |
---|
471 | mes "Hiyaa~ This sure is a high place, right?"; |
---|
472 | mes "I've traveled to many countries, but this is the first time I've seen such a tall building."; |
---|
473 | next; |
---|
474 | mes "[Suspicious Guy]"; |
---|
475 | mes "The air is clean, the town is quiet, and all the houses are short and cozy where I come from."; |
---|
476 | next; |
---|
477 | mes "["+strcharinfo(0)+"]"; |
---|
478 | mes "Ah! No way!"; |
---|
479 | mes "Amatsu?!!!"; |
---|
480 | next; |
---|
481 | mes "[Suspicious Guy]"; |
---|
482 | mes "Nope."; |
---|
483 | mes "...."; |
---|
484 | next; |
---|
485 | mes "["+strcharinfo(0)+"]"; |
---|
486 | mes "Hmm~"; |
---|
487 | mes "Not Amatsu..."; |
---|
488 | mes "Then are you from Izlude?"; |
---|
489 | next; |
---|
490 | mes "[Suspicious Guy]"; |
---|
491 | mes "Yes, that's correct."; |
---|
492 | mes "I'm from Izlude."; |
---|
493 | next; |
---|
494 | mes "[Suspicious Guy]"; |
---|
495 | mes "Due to personal reasons, I'm temporarily visiting this resource-rich country."; |
---|
496 | next; |
---|
497 | mes "["+strcharinfo(0)+"]"; |
---|
498 | mes "I see..."; |
---|
499 | mes "Oh, do you happen to know a person named Field Cat Joe?"; |
---|
500 | mes "He's a Ninja from Amatsu"; |
---|
501 | mes "I need to find him."; |
---|
502 | next; |
---|
503 | mes "[Suspicious Guy]"; |
---|
504 | mes "I don't know. I've never heard of such a name."; |
---|
505 | mes "I guess you must have some important reason why you must meet that person."; |
---|
506 | next; |
---|
507 | mes "["+strcharinfo(0)+"]"; |
---|
508 | mes "Yes. I have to deliver this letter to him so that I may become a Ninja too."; |
---|
509 | next; |
---|
510 | mes "[Suspicious Guy]"; |
---|
511 | mes "Hmm... Judging by your clothes, I see you're a traveler too."; |
---|
512 | next; |
---|
513 | mes "[Suspicious Guy]"; |
---|
514 | mes "Come to think of it, you may be able to find the person you are looking for."; |
---|
515 | next; |
---|
516 | mes "[Suspicious Guy]"; |
---|
517 | mes "I think I may have met him once in this village."; |
---|
518 | next; |
---|
519 | mes "[Suspicious Guy]"; |
---|
520 | mes "I'd like to help you find him together, but I still have some things to do first..."; |
---|
521 | next; |
---|
522 | mes "[Suspicious Guy]"; |
---|
523 | mes "If you help me out with what I'm doing, then I will search for Crimson Panther Joe with you."; |
---|
524 | next; |
---|
525 | switch( select( "I'll just search for him alone.","Ok, I'll help you." ) ) |
---|
526 | { |
---|
527 | case 1: |
---|
528 | mes "[Suspicious Guy]"; |
---|
529 | mes "Ah, I understand."; |
---|
530 | mes "Good luck looking for him. If you need help later, come and talk to me before I leave..."; |
---|
531 | close; |
---|
532 | |
---|
533 | case 2: |
---|
534 | mes "[Suspicious Guy]"; |
---|
535 | mes "Hmm.. Let's see."; |
---|
536 | mes "I've come here to gather some raw materials so that I may create something I need."; |
---|
537 | next; |
---|
538 | mes "[Suspicious Guy]"; |
---|
539 | mes "I will be seeking the materials I need too, but I'm always running short in raw materials."; |
---|
540 | mes "I'd be grateful if you could find me 1 Phracon and 5 Cyfar."; |
---|
541 | next; |
---|
542 | mes "["+strcharinfo(0)+"]"; |
---|
543 | mes "- Let's go find 1 Phracon and 5 Cyfar.-"; |
---|
544 | set NINJ_Q,2; |
---|
545 | close; |
---|
546 | } |
---|
547 | |
---|
548 | case 2: |
---|
549 | if(countitem(1010) < 1 || countitem(7053) < 5){ |
---|
550 | mes "[Suspicious Guy]"; |
---|
551 | mes "I asked for 1 Phracon and 5 Cyfar."; |
---|
552 | mes "It looks like you didn't gather the amount I've requested."; |
---|
553 | mes "I don't need it immediately, but I'd appreciate it if you could get those items for me."; |
---|
554 | close; |
---|
555 | } |
---|
556 | mes "[Suspicious Guy]"; |
---|
557 | mes "I see you've accurately brought back what I need."; |
---|
558 | mes "Hmm... Very well."; |
---|
559 | mes "You've brought me the things I need, so I will not help you. Hmm..."; |
---|
560 | next; |
---|
561 | mes "[Suspicious Guy]"; |
---|
562 | mes "Let's see that letter."; |
---|
563 | next; |
---|
564 | mes "["+strcharinfo(0)+"]"; |
---|
565 | mes "?????!!"; |
---|
566 | next; |
---|
567 | mes "[Suspicious Guy]"; |
---|
568 | mes "Hmm? Are you perhaps here because Gai sent you here?"; |
---|
569 | next; |
---|
570 | mes "["+strcharinfo(0)+"]"; |
---|
571 | mes "Gasp... Then you're Field Cat..."; |
---|
572 | next; |
---|
573 | mes "[Suspicious Guy]"; |
---|
574 | mes "Nope."; |
---|
575 | mes "I'm not Field Cat Joe, but Crimson Panther Joe."; |
---|
576 | mes "The only person who teases me as 'Field Cat' is Gai. Haha."; |
---|
577 | next; |
---|
578 | mes "["+strcharinfo(0)+"]"; |
---|
579 | mes "Sigh... Is that how it is?"; |
---|
580 | next; |
---|
581 | mes "[Crimson Panther Joe]"; |
---|
582 | mes "If you want to become a Ninja, you can't just trust your eyes."; |
---|
583 | next; |
---|
584 | mes "[Crimson Panther Joe]"; |
---|
585 | mes "Very few Ninjas, if any, where the stereotypical outfits depicted in picture books. And even if they did, you'd be lucky to spot one."; |
---|
586 | next; |
---|
587 | mes "[Crimson Panther Joe]"; |
---|
588 | mes "Don't forget that as soon as you reveal your identity as a Ninja, your life is at stake."; |
---|
589 | next; |
---|
590 | mes "[Crimson Panther Joe]"; |
---|
591 | mes "Even who I've said I am or anything I've said so far could be false."; |
---|
592 | next; |
---|
593 | mes "["+strcharinfo(0)+"]"; |
---|
594 | mes "Ok..."; |
---|
595 | mes "..........."; |
---|
596 | next; |
---|
597 | mes "[Crimson Panther Joe]"; |
---|
598 | mes "Well, Let's see it -- that letter."; |
---|
599 | next; |
---|
600 | mes "["+strcharinfo(0)+"]"; |
---|
601 | mes "Ah, Yes."; |
---|
602 | mes "Here."; |
---|
603 | mes "-Rustle, rustle -"; |
---|
604 | next; |
---|
605 | mes "[Crimson Panther Joe]"; |
---|
606 | mes "Hmm~~ Let's see..."; |
---|
607 | mes "I was thinking it might be another one of Gai's childish challenge letters, but I see it's a letter requesting truce."; |
---|
608 | next; |
---|
609 | mes "[Crimson Panther Joe]"; |
---|
610 | mes "But there's no need for a truce for me..."; |
---|
611 | mes "Thanks to you, I've already acquired all the raw materials needed to create a Kunai. Haha~"; |
---|
612 | next; |
---|
613 | mes "[Crimson Panther Joe]"; |
---|
614 | mes "I'll write you a reply, regardless. Seeing how you've acquired my raw materials so quickly, with a bit of a sharper eye, I believe you could become an excellent Ninja."; |
---|
615 | next; |
---|
616 | mes "["+strcharinfo(0)+"]"; |
---|
617 | mes "....."; |
---|
618 | next; |
---|
619 | mes "[Crimson Panther Joe]"; |
---|
620 | mes "Wait a moment."; |
---|
621 | mes "I'll write you a response to Gai's letter right now."; |
---|
622 | mes "Hmm Hmm..."; |
---|
623 | mes "...Scribble... Scribble..."; |
---|
624 | next; |
---|
625 | mes "[Crimson Panther Joe]"; |
---|
626 | mes "Here. Here it is."; |
---|
627 | mes "You'll know what's written inside as soon as you show *him* the letter."; |
---|
628 | next; |
---|
629 | mes "["+strcharinfo(0)+"]"; |
---|
630 | mes "- You recieve the letter that Joe-"; |
---|
631 | mes "- has just now scribbled down -"; |
---|
632 | mes "- on paper.-"; |
---|
633 | next; |
---|
634 | mes "[Crimson Panther Joe]"; |
---|
635 | mes "Well, you better get a move on."; |
---|
636 | mes "If you want to become a Ninja."; |
---|
637 | next; |
---|
638 | mes "[Crimson Panther Joe]"; |
---|
639 | mes "And if you do become a Ninja, we may end up meet each other frequently."; |
---|
640 | mes "I'll be looking forward to it."; |
---|
641 | next; |
---|
642 | mes "["+strcharinfo(0)+"]"; |
---|
643 | mes "Yes... Well, I better get going..."; |
---|
644 | next; |
---|
645 | mes "[Crimson Panther Joe]"; |
---|
646 | mes "Ah, It would probably take you a considerably long time to reach Amatsu."; |
---|
647 | mes "Allow me to send you, "+strcharinfo(0)+" to Amatsu."; |
---|
648 | mes "We'll meet again.."; |
---|
649 | delitem 1010,1; |
---|
650 | delitem 7053,5; |
---|
651 | set NINJ_Q,3; |
---|
652 | close2; |
---|
653 | warp "amatsu",113,127; |
---|
654 | end; |
---|
655 | |
---|
656 | case 3: |
---|
657 | mes "[Crimson Panther Joe]"; |
---|
658 | mes "Hmm, I don't know what happened, but it seems you've returned to me without reaching Gai first."; |
---|
659 | next; |
---|
660 | mes "[Crimson Panther Joe]"; |
---|
661 | mes "If you would like, I can send you to amatsu again."; |
---|
662 | mes "I'll take you back to Amatsu."; |
---|
663 | next; |
---|
664 | switch( select( "No thanks.","Yes, please send me to Amatsu." ) ) |
---|
665 | { |
---|
666 | case 1 : |
---|
667 | mes "[Crimson Panther Joe]"; |
---|
668 | mes "Hmm, very well."; |
---|
669 | mes "Decisions are best when decided yourself."; |
---|
670 | close; |
---|
671 | |
---|
672 | case 2: |
---|
673 | mes "[Crimson Panther Joe]"; |
---|
674 | mes "Very well."; |
---|
675 | mes "I will now send you to Amatsu."; |
---|
676 | close2; |
---|
677 | warp "amatsu",113,127; |
---|
678 | end; |
---|
679 | } |
---|
680 | |
---|
681 | case 4: |
---|
682 | mes "[Crimson Panther Joe]"; |
---|
683 | mes "Is Gai bothering you with a lot of bothersome tasks?"; |
---|
684 | mes "Don't give up -- it'll all come in handy during your training."; |
---|
685 | close; |
---|
686 | } |
---|
687 | } |
---|