viewing paste Unknown #5139 | C

Posted on the
  1. //===== rAthena Script ======================================= 
  2. //= Wizard Job Quest
  3. //===== By: ================================================== 
  4. //= (Aegis) Translated by yoshiki, converted by kobra_k88
  5. //= Further bugfixed and tested by Lupus
  6. //===== Current Version: ===================================== 
  7. //= 3.3
  8. //===== Compatible With: ===================================== 
  9. //= rAthena SVN
  10. //===== Description: ========================================= 
  11. //= [Official Conversion]
  12. //= Job Change quest for Wizard class.
  13. //===== Additional Comments: ================================= 
  14. //= 2.4 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
  15. //= 2.5 Several bugfixes with the help of Barron-Monster. [L0ne_W0lf]
  16. //= 2.5a More bugfixes care of Barron-Monster. [L0ne_W0lf]
  17. //= 2.5b Fixed tests calling on a non-existant label in "Room of x#Failed" npcs. [L0ne_W0lf]
  18. //= 2.5c Bug fixes. Cleaned up some NPCs slightly. [L0ne_W0lf]
  19. //= 2.6 Fixed Water Room not warping on time-up. [L0ne_W0lf]
  20. //= 2.7 Now uses enable and disable waitingroomevent. [L0ne_W0lf]
  21. //= 	Other minor fixes to various NPCs.
  22. //= 2.7a Added end; :D (bugreport:2038) [Yommy]
  23. //= 2.8 Fixed donpcevent to doevent. (bugreport:2311) [SoulBlaker]
  24. //= 2.9 Reverted the change of donpcevent to doevent. [L0ne_W0lf]
  25. //=     Was probably cuased by a warp BEFORE a percentheal
  26. //= 3.0 Added Quest Log commands. [Kisuka]
  27. //= 3.1 Removed the need for use of 'goto.' [L0ne_W0lf]
  28. //= 3.2 Modified the quest to renewal. [Vali] (Thanks to Muad_Dib for the necessary info).
  29. //= 3.3 Fixed waitingroom bug. [Euphy]
  30. //============================================================ 
  31.  
  32. gef_tower,111,37,4	script	Wizard Guildsman	70,{
  33. 	if (Upper == 1) {
  34. 		mes "[Catherine]";
  35. 		mes "? Excuse me, I am wondering if we have met before...?";
  36. 		mes "Hey~ you have changed a lot! So, what happened?";
  37. 		next;
  38. 		mes "[Catherine]";
  39. 		mes "I feel you have become so much powerful, eh?";
  40. 		mes "Congratulations and good luck with your life!";
  41. 		close;
  42. 	}
  43. 	if (BaseJob != Job_Mage) {
  44. 		if (BaseJob == Job_Wizard) {
  45. 			mes "[Catherine]";
  46. 			mes "Since you're already a Wizard, you don't have any more business with me...?";
  47. 			mes "Now, excuse me.";
  48. 			next;
  49. 			mes "[Catherine]";
  50. 			if (sex)
  51. 				mes "Well, If you intended to ask me on a date... I appreciate it...hohoho.";
  52. 			else
  53. 				mes "Well, if you fix me up with a cute guy... I'd appreciate it...hohoho!.";
  54. 			close;
  55. 		}
  56. 		else if (BaseClass == Job_Novice) {
  57. 			mes "[Wizard Guildsman]";
  58. 			mes "Oh my goodness, it's a novice~ ain't you the cutest little thing.";
  59. 			mes "By the way honey, this place is for Wizards.";
  60. 			next;
  61. 			mes "[Wizard Guildsman]";
  62. 			mes "If you are interested in magic,";
  63. 			mes "Go visit the ^0000FFMage^000000 guild.";
  64. 		}
  65. 		else {
  66. 			mes "[Wizard Guildsman]";
  67. 			mes "Huh? what brings you to such a high place...?";
  68. 			mes "If you don't have any specific business, please leave immediately.";
  69. 			mes "This place is for Wizards, you know?";
  70. 		}
  71. 		next;
  72. 		mes "[Wizard Guildsman]";
  73. 		mes "Ok, then. Farewell.";
  74. 		close;
  75. 	}
  76. 	if (WIZ_Q == 0) {
  77. 		mes "[Wizard Guildsman]";
  78. 		mes "Huh? What are you doing way up here...?";
  79. 		mes "So what brings you here?";
  80. 		next;
  81. 		if (select("I want to become a Wizard.:...nothing.") == 1) {
  82. 			mes "[Wizard Guildsman]";
  83. 			mes "I see... Well, of course you want to become a Wizard, otherwise you wouldn't have walked up all those stairs right?";
  84. 			mes "Anyways, I would like to welcome you. I will assist you in becoming a Wizard.";
  85. 			next;
  86. 			mes "[Wizard Guildsman]";
  87. 			mes "My name is Catherine Medici. Just between me and you, I just became a Wizard too!";
  88. 			mes "You can call me Cathy if you want. Hehehehehe~";
  89. 			next;
  90. 			mes "[Catherine]";
  91. 			mes "Many people want to become Wizards, but only the patient and strong ones will eventually accomplish their goals.";
  92. 			mes "In order to become a Wizard, one must undergo difficult quests.";
  93. 			next;
  94. 			mes "[Catherine]";
  95. 			mes "Also only mages who have reached a job level of 40 or higher are qualified for these quests.";
  96. 			mes "Lower level mages aren't experienced enough with magic to become Wizards...";
  97. 			next;
  98. 			mes "[Catherine]";
  99. 			mes "Well, I will give you more information when you apply for the job.";
  100. 			mes "So! Do you want to apply now?";
  101. 			next;
  102. 			if (select("Yes, I do.:On second thought, Let me think about it.") == 1) {
  103. 				if (JobLevel < 40) {
  104. 					mes "[Catherine]";
  105. 					mes "Hey hey, weren't you listening to me?";
  106. 					mes "I told you that you need to be at least job level 40 to sign up for the quest...";
  107. 					next;
  108. 					mes "[Catherine]";
  109. 					mes "No need to hurry, go experience and ponder more about the world of magic.";
  110. 					mes "When I deem you're qualified, I will accept your application.";
  111. 					close;
  112. 				}
  113. 				if (SkillPoint) {
  114. 					mes "[Catherine]";
  115. 					mes "Umm... You're well qualified, but you have some unused skill points left.";
  116. 					mes "You'd better learn more skills before applying again.";
  117. 					close;
  118. 				}
  119. 				mes "[Catherine]";
  120. 				mes "Very well then, I accept your application.";
  121. 				mes "Your name is..." + strcharinfo(0) + ", isn't it? I am not sure if I pronounced it correctly?";
  122. 				next;
  123. 				mes "[Catherine]";
  124. 				mes "The Wizard job change quest is divided into 3 parts.";
  125. 				mes "1st part, gathering magic items.";
  126. 				mes "2nd part, a written test.";
  127. 				mes "The last part is a practical magic test.";
  128. 				next;
  129. 				mes "[Catherine]";
  130. 				mes "Among one of these tests, we exempt those who are at job level 50.";
  131. 				mes "It is enough to prove to us the effort it will take to become a Wizard if a mage has learned that much already.";
  132. 				next;
  133. 				if (JobLevel == 50) {
  134. 					mes "[Catherine]";
  135. 					mes "Hmm, come to think of it, you're at job level 50!?";
  136. 					mes "You must have worked very hard. Your going to become a very powerful Wizard, I can feel it in you.";
  137. 					next;
  138. 					mes "[Catherine]";
  139. 					mes "Ok. You already passed the 1st test then.";
  140. 					mes "Don't get too laid back though, there are still 2 more tests left.";
  141. 					next;
  142. 					mes "[Catherine]";
  143. 					mes "Go talk to the man in the corner and he will give you the remaining exams.";
  144. 					mes "Be careful. We have lost many Mages due to the difficulty of the exams.";
  145. 					set WIZ_Q,3;
  146. 					setquest 9015;
  147. 					close;
  148. 				}
  149. 				mes "[Catherine]";
  150. 				mes "Then, since I have your application and everything else I need, I'll give you some info about the first test.";
  151. 				mes "You can memorize this or write it down, doesn't matter. But remember it for sure.";
  152. 				next;
  153. 				mes "[Catherine]";
  154. 				mes "The first test is collecting magic items.";
  155. 				mes "The important part is that you must gather these items on your own.";
  156. 				next;
  157. 				set wizard_m1,rand(1,2);
  158. 				mes "[Catherine]";
  159. 				mes "The items you must collect are...";
  160. 				if (rand(1)) {
  161. 					set WIZ_Q,1;
  162. 					setquest 9013;
  163. 					mes "^3355FFRed Gemstone^000000 10 each,";
  164. 					mes "^3355FFBlue Gemstone^000000 10 each,";
  165. 					mes "^3355FFYellow Gemstone^000000 10 each,";
  166. 				}
  167. 				else {
  168. 					set WIZ_Q,2;
  169. 					setquest 9014;
  170. 					mes "^3355FFCrystal Blue^000000 5 each,";
  171. 					mes "^3355FFGreen Live^000000 5 each,";
  172. 					mes "^3355FFRed Blood^000000 5 each,";
  173. 					mes "^3355FFWind of Verdure^000000 5 each,";
  174. 				}
  175. 				mes "...is it too hard? No, any would be Wizard should be able to at least get these items.";
  176. 				next;
  177. 				mes "[Catherine]";
  178. 				mes "Well, good luck.";
  179. 				mes "I'll be happily waiting. ~Hehe.";
  180. 				close;
  181. 			}
  182. 			mes "[Catherine]";
  183. 			mes "Oh, ok then, take your time.";
  184. 			mes "Since I'll always be here, accepting applications...*sigh*...anyways! ~Hehehehe.";
  185. 			close;
  186. 		}
  187. 		mes "[Wizard Guildsman]";
  188. 		mes "Geez, what a lame person.";
  189. 		mes "You have no business here, hope you don't mind, now off you go!";
  190. 		close;
  191. 	}
  192. 	else if (WIZ_Q == 1) {
  193. 		mes "[Catherine]";
  194. 		mes "Let me see, did you get all the items?";
  195. 		mes "Then let's check...";
  196. 		next;
  197. 		if (countitem(716) > 9 && countitem(717) > 9 && countitem(715) > 9) {
  198. 			mes "[Catherine]";
  199. 			mes "Perfect! You got all the items. I like!~";
  200. 			mes "These items will be put to great use in our guild. ~Hehehee.";
  201. 			next;
  202. 			delitem 716,10; //Red_Gemstone
  203. 			delitem 717,10; //Blue_Gemstone
  204. 			delitem 715,10; //Yellow_Gemstone
  205. 			set WIZ_Q,3;
  206. 			changequest 9013,9015;
  207. 			mes "[Catherine]";
  208. 			mes "Good for you! You passed the first test.";
  209. 			mes "But there are still two more left, so don't get too relaxed.";
  210. 			next;
  211. 			mes "[Catherine]";
  212. 			mes "Go talk to the guy in the corner for the rest of the tests.";
  213. 			mes "It might be a bit hard, so be careful, I wouldn't want you ending up like most of the Mages that come for these exams...poor souls indeed, may they rest in peace. ~Hehehe.";
  214. 			close;
  215. 		}
  216. 		mes "[Catherine]";
  217. 		mes "Hey, what's this? Umm...I don't think you have everything yet!";
  218. 		next;
  219. 		mes "[Catherine]";
  220. 		mes "It might've been tough coming all the way up here, what with this altitude and all, but go back and collect the items.";
  221. 		mes "Life's short enough as it is, so stop wasting your time and gather the items I told you before.";
  222. 		next;
  223. 		mes "[Catherine]";
  224. 		mes "^3355FFRed Gemstone^000000 10 each,";
  225. 		mes "^3355FFBlue Gemstone^000000 10 each,";
  226. 		mes "^3355FFYellow Gemstone^000000 10 each,";
  227. 		mes "Don't forget this time, and bring all the items, ok?...";
  228. 		close;
  229. 	}
  230. 	else if (WIZ_Q == 2) {
  231. 		mes "[Catherine]";
  232. 		mes "Did you get all the items?";
  233. 		mes "Let's see... Do you have the right ones?...";
  234. 		next;
  235. 		if (countitem(991) > 4 && countitem(993) > 4 && countitem(990) > 4 && countitem(992) > 4) {
  236. 			mes "[Catherine]";
  237. 			mes "Perfect! Good job...I'm satisfied! ~Hehe";
  238. 			mes "Our guild greatly appreciates these items and will use them wisely.";
  239. 			next;
  240. 			delitem 991,5; //Crystal_Blue
  241. 			delitem 993,5; //Yellow_Live
  242. 			delitem 990,5; //Boody_Red
  243. 			delitem 992,5; //Wind_Of_Verdure
  244. 			set WIZ_Q,3;
  245. 			changequest 9014,9015;
  246. 			mes "[Catherine]";
  247. 			mes "Good. You've passed the first test now.";
  248. 			mes "But you still have two more tests to go, so don't get too laid back, because it only gets harder from here. ~Hehehe";
  249. 			next;
  250. 			mes "[Catherine]";
  251. 			mes "Go talk to that guy in the corner to take the rest of the tests.";
  252. 			mes "It might be a bit hard, so be careful, I wouldn't want you ending up like most of the Mages that come for these exams...poor souls indeed, may they rest in peace. ~Hehehe.";
  253. 			close;
  254. 		}
  255. 		mes "[Catherine]";
  256. 		mes "Eh, what's this? I don't think you have everything?";
  257. 		next;
  258. 		mes "[Catherine]";
  259. 		mes "I regret that you had to go through the trouble of coming all the way up here, but go get the right items again.";
  260. 		mes "Stop wasting your time and get the items I initially requested. For goodness sakes...This is the easiest part of the exam.";
  261. 		next;
  262. 		mes "[Catherine]";
  263. 		mes "^3355FFCrystsal Blue^000000 5 each,";
  264. 		mes "^3355FFGreen Live^000000 5 each,";
  265. 		mes "^3355FFRed Blood^000000 5 each,";
  266. 		mes "^3355FFWind of Verdure^000000 5 each,";
  267. 		mes "Don't forget them this time and gather the correct ones, ok? See you soon...";
  268. 		close;
  269. 	}
  270. 	else if (WIZ_Q == 3) {
  271. 		mes "[Catherine]";
  272. 		mes "What is it? You didn't go talk to the guy in the corner?";
  273. 		mes "You can't become a Wizard by just brining the items I requested, no no, that just wont do...";
  274. 		next;
  275. 		mes "[Catherine]";
  276. 		mes "You can only prove yourself Wizard material after you take the two remaining tests.";
  277. 		mes "I'll be waiting, so go now.";
  278. 		close;
  279. 	}
  280. 	else if (WIZ_Q == 4) {
  281. 		mes "[Catherine]";
  282. 		mes "*sigh*...Poor thing, what a pity.";
  283. 		mes "How can you think of trying to become a Wizard when you can't even answer those simple questions?";
  284. 		next;
  285. 		mes "[Catherine]";
  286. 		mes "Let's see... Should I give you some hints as your senior?";
  287. 		mes "But I'm a bit thirsty, so give me 1 Apple Juice, and we got a deal. ~Hehehe";
  288. 		next;
  289. 		switch(select("Give me some hints, please.:I want to try again on my own!")) {
  290. 		case 1:
  291. 			if (countitem(531) > 0) {
  292. 				delitem 531,1; //Apple_Juice
  293. 				mes "[Catherine]";
  294. 				mes "Yummers, Apple Juice is the best...";
  295. 				mes "Gulp gulp gulp... Haaaaaah... ~Hehe";
  296. 				next;
  297. 				mes "[Catherine]";
  298. 				mes "Well then, I'll give you a hint for the second test.";
  299. 				next;
  300. 				mes "[Catherine]";
  301. 				mes "He asks three types of questions.";
  302. 				mes "Questions about Magic, Monsters...";
  303. 				mes "and Magicians...also known as Mages.";
  304. 				next;
  305. 				mes "[Catherine]";
  306. 				mes "It's up to him to decide which questions to ask.";
  307. 				mes "*sigh*...He'd look much better if he cut his hair and shaved...";
  308. 				mes "He always looks so grungy because he doesn't take care of himself...*sigh*...pity, he could be a regular lady killer. ~tehehehe";
  309. 				next;
  310. 				mes "[Catherine]";
  311. 				mes "Anyways, as for the questions about magic...";
  312. 				mes "They're usually about the spells you've learned.";
  313. 				next;
  314. 				mes "[Catherine]";
  315. 				mes "If it's something you haven't learned or haven't experienced, or anything like that...";
  316. 				mes "I heard there's a nice place you can refer to that's very well organized.";
  317. 				next;
  318. 				mes "[Catherine]";
  319. 				mes "You just have to cast the spell, you know...the one that looks like a big bold *e* symbol.";
  320. 				mes "The magic words are... iro.ragnarokonline.com ~Or so they say!";
  321. 				mes "Strange spell, don't you think? I don't know how to make it work myself.";
  322. 				next;
  323. 				mes "[Catherine]";
  324. 				mes "And about the monster questions.";
  325. 				mes "Fighting them yourself and learning is the best way to go about that.";
  326. 				next;
  327. 				mes "[Catherine]";
  328. 				mes "But you know in Prontera, there is a big library.";
  329. 				mes "You can get information about most of the monsters in that library.";
  330. 				mes "Going there and studying a bit more would work too.";
  331. 				next;
  332. 				mes "[Catherine]";
  333. 				mes "Last, but not least, questions about Mages.";
  334. 				mes "This is something that most others cannot teach you...";
  335. 				mes "Because you are a Mage.";
  336. 				next;
  337. 				mes "[Catherine]";
  338. 				mes "It's hard to know about others when you don't even know about yourself, right?";
  339. 				mes "So if you get one of these questions, think about it carefully then answer.";
  340. 			}
  341. 			else {
  342. 				mes "[Catherine]";
  343. 				mes "Like I said, I'll think about it if you give me 1 Apple Juice.";
  344. 				mes "If not... Well, you can think about it on your own. Hey I don't make the rules here i just follow em! Can't argue with this one though. ~tehehehe";
  345. 			}
  346. 			break;
  347. 		case 2:
  348. 			mes "[Catherine]";
  349. 			mes "Yeah, you get the most satisfaction when you solve things on your own.";
  350. 			mes "Go finish the rest of the tests with that spirit!";
  351. 		}
  352. 		next;
  353. 		mes "[Catherine]";
  354. 		mes "Well then, see you soon! *crosses fingers* dont end up like the others before you! May God rest thier souls...huh? Oh nothing! ~Hehehehe";
  355. 		mes "Hurry, he's waiting for you!";
  356. 		close;
  357. 	}
  358. 	else if (WIZ_Q == 5) {
  359. 		mes "[Catherine]";
  360. 		mes "Tehehehe~ I was listening all along.";
  361. 		mes "Well done in answering all those questions. I want to give something, like a present...";
  362. 		next;
  363. 		mes "[Catherine]";
  364. 		mes "You still have one more test to go, right?";
  365. 		mes "Just a bit more and you will be qualified to be a Wizard, so I'll give you the present then. ~Hehe";
  366. 		next;
  367. 		mes "[Catherine]";
  368. 		mes "See ya, well...hopefully!";
  369. 		mes "He's waiting for you!";
  370. 		close;
  371. 	}
  372. 	else if (WIZ_Q == 6) {
  373. 		mes "[Catherine]";
  374. 		mes "Eh, did you leave in the middle of the test?";
  375. 		mes "You...*sigh*...I didn't think you would do such a dishonorable thing.";
  376. 		next;
  377. 		mes "[Catherine]";
  378. 		if (sex) {
  379. 			mes "Granted you're a mage, but how could a guy be so weak?!";
  380. 			mes "Well, at least your alive still. Go back and try harder this time. ~tehehehe";
  381. 		}
  382. 		else {
  383. 			mes "Don't pretend to be weak just because you're a girl. Look at me! I did it, and so can you. You can't ask for sympathy.";
  384. 			mes "You came all this way to become a Wizard! Now come on, you can do it!!";
  385. 			next;
  386. 			mes "[Catherine]";
  387. 			mes "I agree that it is difficult, but not to the point of giving up.";
  388. 			mes "You of all people should find the strength and patience to complete this test!";
  389. 		}
  390. 		next;
  391. 		mes "[Catherine]";
  392. 		mes "So, try harder this time...";
  393. 		mes "He's waiting!";
  394. 		close;
  395. 	}
  396. 	else if (WIZ_Q == 7) {
  397. 		if (JobLevel < 40) {
  398. 			set WIZ_Q,0;
  399. 			mes "[Catherine]";
  400. 			mes "Hey, what don't you get it?";
  401. 			mes "I said you must be at least job level 40 to change your job, got it?";
  402. 			next;
  403. 			mes "[Catherine]";
  404. 			mes "There is nothing to be in hurry, so why don't you take your time for studying?";
  405. 			mes "When the time comes, I will welcome you with open arms.";
  406. 			close;
  407. 		}
  408. 		if (SkillPoint) {
  409. 			mes "[Catherine]";
  410. 			mes "Are you done with all the tests? Oh drats, it seems like you still have some skill points left.";
  411. 			mes "Learn some other skills with your remaining points, and then come talk to me again.";
  412. 			close;
  413. 		}
  414. 		mes "[Catherine]";
  415. 		mes "Wooooooooooooow...you finished all the tests?!";
  416. 		mes "Congratulations, congrats, congrats! Wooopiiieeeee! ~Hehehehehehe";
  417. 		next;
  418. 		mes "[Catherine]";
  419. 		mes "Well, no need to wait, I congratulate you. I hearby deem you Wizard.";
  420. 		next;
  421. 		completequest 9018;
  422. 		callfunc "Job_Change",Job_Wizard;
  423. 		callfunc "F_ClearJobVar";		// clears all job variables for the current player
  424. 		mes "[Catherine]";
  425. 		mes "Since you're a Wizard now, act like a Wizard, got it?";
  426. 		mes "Us wizards have to be careful since we possess the ultimate power of magic.";
  427. 		next;
  428. 		mes "[Catherine]";
  429. 		mes "Don't go about casting spells in town for no reason, or bother others with spells that are in their own battle.";
  430. 		mes "A Wizard's magic is meant for their own battles with monsters.";
  431. 		next;
  432. 		mes "[Catherine]";
  433. 		mes "Go join parties with others and keep training.";
  434. 		mes "And...oh, wait, I prepared a present for you, one sec.";
  435. 		next;
  436. 		mes "[Catherine]";
  437. 		mes "rummage rummage...";
  438. 		mes "shuffle shuffle...";
  439. 		next;
  440. 		getitem 505,6; //Blue_Potion
  441. 		mes "[Catherine]";
  442. 		mes "Here you go. I hope you'll make good use of it when you need it. ~tehehe";
  443. 		mes "I gave them to you as a present, so don't go out and sell it. Use it for yourself, ok?";
  444. 		next;
  445. 		mes "[Catherine]";
  446. 		mes "Well, then...*sight*...live a wonderful life as a Wizard, become the strongest out there!";
  447. 		close;
  448. 	}
  449. }
  450.  
  451. gef_tower,102,24,2	script	Gloomy Wizard	735,{
  452. 	if (BaseJob != Job_Mage) {
  453. 		if (BaseJob == Job_Wizard) {
  454. 			mes "[Raulel]";
  455. 			mes "*Cough* *cough* what do you want?";
  456. 			mes "If you are a person that uses magic, then you need to make sure you are well informed about it.";
  457. 			next;
  458. 			mes "[Raulel]";
  459. 			mes "Don't live dishonestly, or impolitely, or else one day you'll be caught in a spell you can't control, and BOOM, your dead!";
  460. 			if (sex == 1) {
  461. 				mes "If you don't want that to happen, then learn how to use spells properly!";
  462. 				next;
  463. 				mes "[Raulel]";
  464. 				mes "You may live life crippled if you get obsessed with the love of Greater Magic. ~haha";
  465. 			}
  466. 			else {
  467. 				mes "So learn how to use magic properly, or you would just be better off giving up on using magic.";
  468. 				next;
  469. 				mes "[Raulel]";
  470. 				mes "If you don't want that, go hit on a guy or something! ~Hahahaha";
  471. 				mes "If you don't pay attention to yourself, you'll be engulfed by magic one day...";
  472. 			}
  473. 			close;
  474. 		}
  475. 		else if (BaseJob == Job_Priest) {
  476. 			mes "[Raulel]";
  477. 			mes "Go away, one who works for the Church!";
  478. 			mes "Magic repels Holy power, jeez...your messing up my aura.";
  479. 			next;
  480. 			mes "[Raulel]";
  481. 			mes "And plus, *cough* *cough* my health isn't all that good right now either...";
  482. 			mes "Don't come any closer, just leave!";
  483. 			close;
  484. 		}
  485. 		else if (BaseClass == Job_Novice) {
  486. 			mes "[Raulel]";
  487. 			mes "Why did a little one like you come here?!";
  488. 			mes "Get lost! ~Hahahahaha";
  489. 			close2;
  490. 			warp "geffen",120,110;
  491. 			end;
  492. 		}
  493. 		mes "[Raulel]";
  494. 		mes "*sneeze* *cough* Oooowww...my entire body is in pain. I feel like I'm trapped in a tub of ice water!";
  495. 		next;
  496. 		mes "[Raulel]";
  497. 		mes "What do you want? Jeez...just get lost, won't you?";
  498. 		close;
  499. 	}
  500. 	if (WIZ_Q == 0) {
  501. 		mes "[Raulel]";
  502. 		mes "*cough* *cough* *sneeze* I don't know who you are and what you do, but I don't have any business with you.";
  503. 		next;
  504. 		mes "[Raulel]";
  505. 		mes "Go away! Get lost!";
  506. 		close;
  507. 	}
  508. 	else if (WIZ_Q == 1 || WIZ_Q  == 2) {
  509. 		mes "[Raulel]";
  510. 		mes "Hahahaha~ You're the one that wants to become a Wizard?!";
  511. 		next;
  512. 		mes "[Raulel]";
  513. 		mes "*sneeze* If you just lived as you were, all you'd have to do was hunt a little and live the easy life...";
  514. 		next;
  515. 		mes "[Raulel]";
  516. 		mes "*Cough* *cough* Let's see how well you live as a Wizard. ~Hahahahhaha";
  517. 		close;
  518. 	}
  519. 	else if ((WIZ_Q == 3) || (WIZ_Q == 4)) {
  520. 		if (WIZ_Q == 3) {
  521. 			mes "[Raulel]";
  522. 			mes "*Cough* *cough*...You must've passed the first test.";
  523. 			mes "Ok, I'm the Wizard in charge of your testing from now on. My name is 'Raulel Asparagus'.";
  524. 			next;
  525. 			mes "[Raulel]";
  526. 			mes "*sneeze* It's not too late yet, wouldn't you rather just go back to town and enjoy the peaceful life?";
  527. 			next;
  528. 			mes "[Raulel]";
  529. 			mes "Hahahaha~ You don't know how dangerous it is...to deal with Greater Magic.";
  530. 			next;
  531. 			if (select("I want to live as a normal Mage.:I would like to continue with the tests.") == 1) {
  532. 				mes "[Raulel]";
  533. 				mes "Hahaha~ *sneeze* Good choice...*cough* *cough*~";
  534. 				mes "Best not to even dream about life as a Wizard. Graa...Greaa...*sneeze* Greater Magic wasn't meant for humans to use!";
  535. 				next;
  536. 				mes "[Raulel]";
  537. 				mes "Leave the top of this tower quietly and don't ever look back.";
  538. 				mes "Just live peacefully with the powers that you have right now.";
  539. 				close;
  540. 			}
  541. 			mes "[Raulel]";
  542. 			mes "*sneeze* Hahahaha~ Now there's a foolish one here!";
  543. 			mes "Well then, let's see how good you are. *cough* I want to see this with my own two eyes!";
  544. 			next;
  545. 			mes "[Raulel]";
  546. 			mes "*sneeze* Then let's begin the test!";
  547. 			mes "If you don't answer them all correctly, you fail. Hahahahahahahahaha~";
  548. 			next;
  549. 			mes "[Raulel]";
  550. 			mes "I'll give you 10 questions so give me the right answers.";
  551. 			mes "If you get something wrong, I won't tell you what it is!";
  552. 			if(checkquest(9016) == -1) {
  553. 				changequest 9015,9016;
  554. 			}
  555. 			next;
  556. 			mes "[Raulel]";
  557. 			mes "*Cough* *cough* Then here go the questions!";
  558. 		}
  559. 		else if (WIZ_Q == 4) {
  560. 			mes "[Raulel]";
  561. 			mes "Hahahaha~ Are you that desperate? *sneeze* What a pain in the arse...";
  562. 			next;
  563. 			mes "[Raulel]";
  564. 			mes "Since you don't want to settle for a stable and peaceful life, I'll give you another chance...";
  565. 			next;
  566. 			mes "[Raulel]";
  567. 			mes "If you miss one single question, then just give up. You wouldn't have any talent in being a Wizard! ~Hahahahaha";
  568. 			next;
  569. 			if (select("Because of you, I want to live as a normal Mage now.:I would like to continue with the tests.") == 1) {
  570. 				mes "[Raulel]";
  571. 				mes "Hahahaha~ Surprising, comming from you, that's a very wise choice...*cough* *cough*";
  572. 				mes "If i were you, i would never, ever dream of becoming a Wizard again. Gre...Greaa...*sneeze* Greater Magic wasn't meant for humans to use.";
  573. 				next;
  574. 				mes "[Raulel]";
  575. 				mes "Just leave the top of this tower quietly and never look back.";
  576. 				mes "Live peacefully with the powers that you have right now.";
  577. 				close;
  578. 			}
  579. 			mes "[Raulel]";
  580. 			mes "Hahahahahahaha~ Now there's a foolish one right here!";
  581. 			mes "Well then, let's see just how good you can be! *sneeze* I want to see this with my own two eyes.";
  582. 			next;
  583. 			mes "[Raulel]";
  584. 			mes "Then let's begin the test!";
  585. 		}
  586. 		next;
  587. 		switch(rand(1,3)) {
  588. 		case 1:
  589. 			mes "[Raulel]";
  590. 			mes "1. Which of the following is not necessary to learn Fire Wall?";
  591. 			next;
  592. 			if (select("Fire Bolt Lv 4:Fire Ball Lv 5:Sight Lv 1:Napalm Beat Lv 4") == 4)
  593. 				set .@wizard_t,.@wizard_t+10;
  594. 			mes "[Raulel]";
  595. 			mes "2. Regaurdless of it's previous attribute, What does the monster's attribute change to when you cast Frost Diver on it?";
  596. 			next;
  597. 			if (select("Water:Earth:Fire:Wind") == 1)
  598. 				set .@wizard_t,.@wizard_t+10;
  599. 			mes "[Raulel]";
  600. 			mes "3. When you completely master Napalm Beat, what is the ratio of the increased MATK using that spell?";
  601. 			next;
  602. 			if (select("1.6 times:1.7 times:2 times:20 times") == 2)
  603. 				set .@wizard_t,.@wizard_t+10;
  604. 			mes "[Raulel]";
  605. 			mes "4. What item do you need when casting Stone Curse?";
  606. 			next;
  607. 			if (select("Red Blood:Blue Gemstone:Yellow Gemstone:Red Gemstone") == 4)
  608. 				set .@wizard_t,.@wizard_t+10;
  609. 			mes "[Raulel]";
  610. 			mes "5. Which of the following is not required to master Safety Wall?";
  611. 			next;
  612. 			if (select("Napalm Beat Lv 4:Soul Strike Lv 5:Increase SP Recovery Lv 6:Safety Wall Lv 7") == 3)
  613. 				set .@wizard_t,.@wizard_t+10;
  614. 			mes "[Raulel]";
  615. 			mes "6. Without the INT bonus, what amount of SP is recovered every 10 seconds when you have learned Increase SP Recovery Lv 7?";
  616. 			next;
  617. 			if (select("14:21:28:35") == 2)
  618. 				set .@wizard_t,.@wizard_t+10;
  619. 			mes "[Raulel]";
  620. 			mes "7. Using Energy Coat, when you have 50% of your SP remaining, how much SP is used when hit, and what percentage is damage reduced by?";
  621. 			next;
  622. 			if (select("Damage 18% SP1.5%:Damage 18% SP2%:Damage 24% SP1.5%:Damage 24% SP2%") == 2)
  623. 				set .@wizard_t,.@wizard_t+10;
  624. 			mes "[Raulel]";
  625. 			mes "8. How much SP is consumed and how many times can you avoid attacks when using Safety Wall Lv 6?";
  626. 			next;
  627. 			if (select("SP 40, 6 times:SP 35, 6 times:SP 40, 7 times:SP 35, 7 times") == 3)
  628. 				set .@wizard_t,.@wizard_t+10;
  629. 			mes "[Raulel]";
  630. 			mes "9. How much SP is needed when using Lv 10 Thunderstorm?";
  631. 			next;
  632. 			if (select("84:74:64:54") == 2)
  633. 				set .@wizard_t,.@wizard_t+10;
  634. 			mes "[Raulel]";
  635. 			mes "10. Which skill is most useful training in the Byalan Dungeon?";
  636. 			next;
  637. 			if (select("Lightning Bolt:Fire Bolt:Cold Bolt:Sight") == 1)
  638. 				set .@wizard_t,.@wizard_t+10;
  639. 			break;
  640. 		case 2:
  641. 			mes "[Raulel]";
  642. 			mes "1. Which monster can you obtain a slotted Guard from?";
  643. 			next;
  644. 			if (select("Thief Bug:PecoPeco:Pupa:Kobold (Hammer)") == 3)
  645. 				set .@wizard_t,.@wizard_t+10;
  646. 			mes "[Raulel]";
  647. 			mes "2. Which of the following is the easiest monster for a low level Mage to hunt?";
  648. 			next;
  649. 			if (select("Flora:Giearth:Golem:Myst") == 1)
  650. 				set .@wizard_t,.@wizard_t+10;
  651. 			mes "[Raulel]";
  652. 			mes "3. Which monster will not be affected by Stone Curse?";
  653. 			next;
  654. 			if (select("Elder Willow:Evil Druid:Magnolia:Marc") == 2)
  655. 				set .@wizard_t,.@wizard_t+10;
  656. 			mes "[Raulel]";
  657. 			mes "4. When attacking a Lv 3 water attribute monster with a wind attribute weapon, what is the damage percentage?";
  658. 			next;
  659. 			if (select("125%:150%:175%:200%") == 4)
  660. 				set .@wizard_t,.@wizard_t+10;
  661. 			mes "[Raulel]";
  662. 			mes "5. If a Baby Desert Wolf and a Familiar fought, which one would win?";
  663. 			next;
  664. 			if (select("Baby Desert Wolf:Familiar:Neither:I don't know") == 1)
  665. 				set .@wizard_t,.@wizard_t+10;
  666. 			mes "[Raulel]";
  667. 			mes "6. Which of the following cannot be a Cute Pet?";
  668. 			next;
  669. 			if (select("Poporing:Roda Frog:Smokie:Poison Spore") == 2)
  670. 				set .@wizard_t,.@wizard_t+10;
  671. 			mes "[Raulel]";
  672. 			mes "7. Choose the monster that is weak against a fire attribute attack.";
  673. 			next;
  674. 			if (select("Dagger Goblin:Mace Goblin:Morningstar Goblin:Hammer Goblin") == 4)
  675. 				set .@wizard_t,.@wizard_t+10;
  676. 			mes "[Raulel]";
  677. 			mes "8. Which of the following has the highest defense?";
  678. 			next;
  679. 			if (select("Horn:Chonchon:Andre:Caramel") == 4)
  680. 				set .@wizard_t,.@wizard_t+10;
  681. 			mes "[Raulel]";
  682. 			mes "9. Choose the monster that's of a different species.";
  683. 			next;
  684. 			if (select("Poring:Mastering:Ghostring:Spore") == 3)
  685. 				set .@wizard_t,.@wizard_t+10;
  686. 			mes "[Raulel]";
  687. 			mes "10. Which of the following is not an Undead monster?";
  688. 			next;
  689. 			if (select("Drake:Megalodon:Deviace:Khalitzburg") == 3)
  690. 				set .@wizard_t,.@wizard_t+10;
  691. 			break;
  692. 		case 3:
  693. 			mes "[Raulel]";
  694. 			mes "1. Which stat is the most important for a Mage?";
  695. 			next;
  696. 			if (select("INT:AGI:DEX:VIT") == 1)
  697. 				set .@wizard_t,.@wizard_t+10;
  698. 			mes "[Raulel]";
  699. 			mes "2. Which attribute does not have a 'Bolt' type attack?";
  700. 			next;
  701. 			if (select("Water:Earth:Fire:Wind") == 2)
  702. 				set .@wizard_t,.@wizard_t+10;
  703. 			mes "[Raulel]";
  704. 			mes "3. Choose the one that does not relate to a Mage.";
  705. 			next;
  706. 			if (select("Weak physical strength.:Attacks at a distance.:Good at selling stuff.:Magic Defense is high.") == 3)
  707. 				set .@wizard_t,.@wizard_t+10;
  708. 			mes "[Raulel]";
  709. 			mes "4. Which town is the home of Mages?";
  710. 			next;
  711. 			if (select("Prontera:Morroc:Alberta:Geffen") == 4)
  712. 				set .@wizard_t,.@wizard_t+10;
  713. 			mes "[Raulel]";
  714. 			mes "5. Which of the following cards has nothing to do with INT?";
  715. 			next;
  716. 			if (select("Andre Egg Card:Soldier Andre Card:Baby Desert Wolf Card:Elder Willow Card") == 2)
  717. 				set .@wizard_t,.@wizard_t+10;
  718. 			mes "[Raulel]";
  719. 			mes "6. What is the Mage good at compared to other job classes?";
  720. 			next;
  721. 			if (select("Exceptional Vocal Ability:Exceptional Acting Ability:Exceptional Dance Skills:Exceptional Magic Skills") == 4)
  722. 				set .@wizard_t,.@wizard_t+10;
  723. 			mes "[Raulel]";
  724. 			mes "7. What is the INT bonus at Job Lv 40 for a Mage?";
  725. 			next;
  726. 			if (select("8:7:6:5") == 4)
  727. 				set .@wizard_t,.@wizard_t+10;
  728. 			mes "[Raulel]";
  729. 			mes "8. Which item can a Mage not equip?";
  730. 			next;
  731. 			if (select("Knife:Boys Cap:Sandle:Eye of Dullahan") == 2)
  732. 				set .@wizard_t,.@wizard_t+10;
  733. 			mes "[Raulel]";
  734. 			mes "9. Which of the following is the catalyst when making the Mage test solution 3?";
  735. 			next;
  736. 			if (select("Blue Gemstone:Red Gemstone:Yellow Gemstone:Red Blood") == 1)
  737. 				set .@wizard_t,.@wizard_t+10;
  738. 			mes "[Raulel]";
  739. 			mes "10. Which card is irrelevant to magic?";
  740. 			next;
  741. 			if (select("Marduk Card:Magnolia Card:Willow Card:Maya Card") == 2)
  742. 				set .@wizard_t,.@wizard_t+10;
  743. 		}
  744. 		mes "[Raulel]";
  745. 		if (WIZ_Q == 4) {
  746. 			mes "Good job, you finished answered all the questions... Go buy yourself some potions or something if you have the Zeny. Haha...";
  747. 			next;
  748. 			mes "[Raulel]";
  749. 			mes "Your score is... " + .@wizard_t + "points.....";
  750. 			if (.@wizard_t == 100) {
  751. 				set WIZ_Q,5;
  752. 				changequest 9016,9017;
  753. 				mes "Hahahahahahah~ Well done, you passed the second test.";
  754. 				mes "It wasn't done in one try like mine was, but I'll let you slide...";
  755. 				next;
  756. 				mes "[Raulel]";
  757. 				mes "*sneeze* Don't relax just yet, there's still the matter of the third and final test.";
  758. 				mes "I advise you to rest a bit while the final test is prepared. Your gonna need it. Hahahahaha~";
  759. 				close;
  760. 			}
  761. 			else if (.@wizard_t == 90) {
  762. 				set WIZ_Q,5;
  763. 				changequest 9016,9017;
  764. 				mes "Hahaha~ Since you only missed one problem, you passed the second test.";
  765. 				mes "It wasn't done in one try like mine was, but I'll let you slide...";
  766. 				next;
  767. 				mes "[Raulel]";
  768. 				mes "*sneeze* Don't relax just yet, there's still the matter of the third and final test.";
  769. 				mes "I advise you to rest a bit while the final test is prepared. Your gonna need it. Hahahahaha~";
  770. 				close;
  771. 			}
  772. 			else if (.@wizard_t == 80) {
  773. 				set WIZ_Q,5;
  774. 				changequest 9016,9017;
  775. 				mes "Sheez... You didn't do very well, but you passed the second test.";
  776. 				mes "It wasn't done in one try like mine was, but I'll let you slide...";
  777. 				next;
  778. 				mes "[Raulel]";
  779. 				mes "*sneeze* Don't relax just yet, there's still the matter of the third and final test.";
  780. 				mes "I advise you to rest a bit while the final test is prepared. Your gonna need it. Hahahahaha~";
  781. 				close;
  782. 			}
  783. 			else {
  784. 				mes "You failed. Go study some more!";
  785. 				next;
  786. 				mes "[Raulel]";
  787. 				mes "*cough* *cough* Did you really think you could become a Wizard with such a mediocre level like yours?";
  788. 				mes "Get lost! If you were a Wizard right now, the monsters that I fight, would eat you up in no time!";
  789. 				close;
  790. 			}
  791. 		}
  792. 		mes "Hmmm...Good job, you finished answering all the questions, go buy yourself some potions or something, thats IF you have the Zeny. Hahahahahahahah~";
  793. 		next;
  794. 		mes "[Raulel]";
  795. 		mes "Your score is... " + .@wizard_t + " points!";
  796. 		if (.@wizard_t == 100) {
  797. 			set WIZ_Q,5;
  798. 			changequest 9016,9017;
  799. 			mes "*cough* *Cough* Well done, you passed the second test.";
  800. 			next;
  801. 			mes "[Raulel]";
  802. 			mes "Hahahaha~ Don't relax just yet, there's still the third test.";
  803. 			mes "*sneeze* I advise you to rest a bit while the final test is prepared...Hahahahah~";
  804. 			close;
  805. 		}
  806. 		else if (.@wizard_t == 90) {
  807. 			set WIZ_Q,5;
  808. 			changequest 9016,9017;
  809. 			mes "Hahahaha~ I'll let you slide by since you only missed one problem. You passed the second test.";
  810. 			next;
  811. 			mes "[Raulel]";
  812. 			mes "Hahahaha~ Don't relax just yet, there's still the third test.";
  813. 			mes "*sneeze* I advise you to rest a bit while the final test is prepared...Hahahahah~";
  814. 			close;
  815. 		}
  816. 		else {
  817. 			set WIZ_Q,4;
  818. 			mes "You failed. I will let you come back again...after you've learned more relating to the type of questions I've asked you.";
  819. 			next;
  820. 			mes "[Raulel]";
  821. 			mes "Tisk...not enough, not enough! Did you really think you could become a Wizard with the little bit of knowledge you have?";
  822. 			mes "Get lost! If you were a Wizard right now, the monsters I deal with would eat you up in no time!";
  823. 			close;
  824. 		}
  825. 	}
  826. 	else if (WIZ_Q == 5) {
  827. 		mes "[Raulel]";
  828. 		mes "Ok, hope you got plenty of rest. Hahahahahah~";
  829. 		mes "Then let's begin the last test.";
  830. 		next;
  831. 		mes "[Raulel]";
  832. 		mes "Should I explain a little about this final test? It is difficult, I will not hide that from you...";
  833. 		next;
  834. 		if (select("No, it's ok, I'm ready.:I would like to listen.") == 1) {
  835. 			mes "[Raulel]";
  836. 			mes "What a rash person. Your the type that rushes into battle without thinking, what in the world are you doing here instead of with the Prontera Chivalry? Heck, go for it! *cough* Not my fault if you end up dying.";
  837. 			mes "Just consider yourself a glass cannon...because the monsters are going to break you into pieces. Hahahahahahahahaha~";
  838. 			next;
  839. 			set WIZ_Q,6;
  840. 			savepoint "geffen",120,107;
  841. 			mes "[Raulel]";
  842. 			mes "Then, as you wish. I'll send you there right now.";
  843. 			mes "Oh, if you see a white light at the end of a tunnel, that means your pathetic cause you failed! Hahahahahah~";
  844. 			close2;
  845. 			warp "job_wiz",57,154;
  846. 			end;
  847. 		}
  848. 		mes "[Raulel]";
  849. 		mes "What a devoted person. Very well, I'll explain.";
  850. 		mes "No matter how hard this last test may seem, if you do as I say, you can finish it quickly and easily.";
  851. 		next;
  852. 		mes "[Raulel]";
  853. 		mes "The final test has a total of 3 parts.";
  854. 		mes "The order is Water Room, Earth Room, Fire Room. In each room, there are monsters of that particular attribute.";
  855. 		next;
  856. 		mes "[Raulel]";
  857. 		mes "You'll find out what monsters will be there once you go in. If you use attacks with the *sneeze*";
  858. 		mes "right attribute, it shouldn't be too hard. Hahaha~";
  859. 		next;
  860. 		mes "[Raulel]";
  861. 		mes "Once you defeat all the monsters within the given time in any one room...";
  862. 		mes "you'll be moved to the next room.";
  863. 		next;
  864. 		mes "[Raulel]";
  865. 		mes "After these three rooms are clear, the testing is over.";
  866. 		mes "You will become a Wizard which is controlled by Greater Magic Powers! Know this...There is no returning to an easy life.";
  867. 		next;
  868. 		mes "[Raulel]";
  869. 		mes "Hahaha~ You look frightened. You know, it's not too late to turn back and live an easy life.";
  870. 		mes "If you want, I can send you back to town right now... What do you want to do?";
  871. 		next;
  872. 		if (select("Continue testing.:I want to go back because I have butterflies in my stomach.") == 1) {
  873. 			set WIZ_Q,6;
  874. 			savepoint "geffen",120,107;
  875. 			mes "[Raulel]";
  876. 			mes "You are indeed, very determined. Ok! Hahahahahaha~";
  877. 			mes "*Cough* *cough* As you wish, we shall begin the final test!";
  878. 			close2;
  879. 			warp "job_wiz",57,154;
  880. 			end;
  881. 		}
  882. 		set WIZ_Q,6;
  883. 		mes "[Raulel]";
  884. 		mes "Good thinking. This is a better choice for you. Hahahahah~";
  885. 		mes "Go back and live a easy life, Greater Magic is a force that should not be wield by types like yourself.";
  886. 		close2;
  887. 		warp "geffen",120,110;
  888. 		end;
  889. 	}
  890. 	else if (WIZ_Q == 6) {
  891. 		if (WIZ_Q2 == 6) {
  892. 			mes "[Raulel]";
  893. 			mes "Hahahahahaha~ I've never seen anyone so...sooo...*sneeze* tenacious as you.";
  894. 			mes "So you want to try again eh? Even though I've ridiculed you for your failures before??";
  895. 			next;
  896. 			mes "[Raulel]";
  897. 			mes "Ok then, here's a proposition. Since you're probably worn out as it is, and I can clearly see the lust for Greater Magic burning in your eyes...";
  898. 			mes "Hahahahaha~ yeah! Go bring me a ^3355FFWorn Out Scroll^000000.";
  899. 			next;
  900. 			set WIZ_Q2,WIZ_Q2+1;
  901. 			mes "[Raulel]";
  902. 			mes "If not, you can take the test again...";
  903. 			mes "Well, I'll send you to take the test for now. Hahahaha~";
  904. 			close2;
  905. 			warp "job_wiz",57,154;
  906. 			end;
  907. 		}
  908. 		else if (WIZ_Q2 > 6) {
  909. 			mes "[Raulel]";
  910. 			mes "Oh! So you're back? Hahahahaha~";
  911. 			mes "*Cough* Cough* Do you want to take the test again? Or did you bring the ^3355FFWorn Out Scroll^000000?";
  912. 			next;
  913. 			if (select("Continue the test.:Worn Out Scroll...") == 1) {
  914. 				savepoint "geffen",120,107;
  915. 				mes "[Raulel]";
  916. 				mes "Hahaha~ Ok, at least you have some spirit.";
  917. 				mes "I'll send you in again, try dying once more will yah? Hahahahahahahahaha~";
  918. 				close2;
  919. 				warp "job_wiz",57,154;
  920. 				end;
  921. 			}
  922. 			if (countitem(618) > 0) {
  923. 				delitem 618,1; //Worn_Out_Scroll
  924. 				mes "[Raulel]";
  925. 				mes "Hahahahahahahaha~ *Cough* *cough* So you ended up bringing one of these eh? Good job...";
  926. 				mes "I think I can continue my research with this...";
  927. 				next;
  928. 				set WIZ_Q2,0;
  929. 				set WIZ_Q,7;
  930. 				mes "[Raulel]";
  931. 				mes "Even though your not Grade A Wizard material, I can tell your serious about wanting the Greater Magic. I'll tell Catherine that you passed. Hahahahahahahahah~";
  932. 				mes "You went through a lot of trouble here, and that is the true purpose for us selecting Wizards. Only those who will devote themselves to the art will ever become Wizards. Good luck to you. Become much Stronger. Hahahahahaha~";
  933. 				close;
  934. 			}
  935. 		}
  936. 		mes "[Raulel]";
  937. 		mes "*sneeze* What? You want to take the test again?";
  938. 		mes "Geez...you already failed the battle test! Hahahahahahahaha~ So you like magic that much, eh?";
  939. 		next;
  940. 		mes "[Raulel]";
  941. 		mes "Since your so weak that you can't finish this final test on your own...you need a separate test to help you out.";
  942. 		mes "*Cough* If you can't pass the battle test, then do a good job with this one. Hahahahahahah~";
  943. 		next;
  944. 		mes "[Raulel]";
  945. 		mes "Well, you better answer these problems if you plan on becoming a Wizard. Hahahahahahaha~";
  946. 		next;
  947. 		mes "[Raulel]";
  948. 		mes "1. Choose the monster with a different attribute than the others.";
  949. 		next;
  950. 		if (select("Mantis:Cornutus:Giearth:Caramel") == 2)
  951. 			set .@wizard_t,.@wizard_t+20;
  952. 		mes "[Raulel]";
  953. 		mes "2. Choose the monster that is not a looting one.";
  954. 		next;
  955. 		if (select("Yoyo:Magnolia:Metaller:Zerom") == 4)
  956. 			set .@wizard_t,.@wizard_t+20;
  957. 		mes "[Raulel]";
  958. 		mes "3. Which of these monsters does not recognize casting?";
  959. 		next;
  960. 		if (select("Marina:Vitata:Scorpion:Giearth") == 1)
  961. 			set .@wizard_t,.@wizard_t+20;
  962. 		mes "[Raulel]";
  963. 		mes "4. Choose the spell that would be efficient against a Marine Sphere.";
  964. 		next;
  965. 		if (select("Cold Bolt:Fire Bolt:Lightning Bolt:Stone Curse") == 3)
  966. 			set .@wizard_t,.@wizard_t+20;
  967. 		mes "[Raulel]";
  968. 		mes "5. Choose the monster that can move.";
  969. 		next;
  970. 		if (select("Hydra:Madragora:Greatest General:Frilldora") == 4)
  971. 			set .@wizard_t,.@wizard_t+20;
  972. 		mes "[Raulel]";
  973. 		mes "*pfft* Do it right, so I don't have to ask again.";
  974. 		next;
  975. 		mes "[Raulel]";
  976. 		mes "You got " + .@wizard_t + " points.";
  977. 		if (.@wizard_t == 100) {
  978. 			mes "Hahahahahaha~ *Cough* *cough* If you can answer all these questions correctly, how is it you can't do well in battles??";
  979. 			next;
  980. 		}
  981. 		else if (.@wizard_t == 80) {
  982. 			mes "Eh, soso...";
  983. 			mes "I'll let you retake the test.";
  984. 			next;
  985. 		}
  986. 		else {
  987. 			mes "You failed! Go study some more!";
  988. 			next;
  989. 			mes "[Raulel]";
  990. 			mes "You lack something...*sneez*...like intelligence. That's why you keep on failing. Hahahahahahahaha~";
  991. 			close;
  992. 		}
  993. 		if (select("Begin the test please.:Can I get another explanation?") == 1) {
  994. 			mes "[Raulel]";
  995. 			mes "Nobody is going to help you become a Wizard. Hahahahahahahaha~";
  996. 			mes "*Cough* *cough* No point in crying after dying...";
  997. 			next;
  998. 			percentheal 100,100;
  999. 			mes "[Raulel]";
  1000. 			mes "Then, as you wish. I'll send you to fight.";
  1001. 			mes "Oh! If you see some tall pearly gates and hear a booming deep voice from behind it, that means that your a failure when it comes to Magic. Hahahahahahahahaha~";
  1002. 			close2;
  1003. 			warp "job_wiz",57,154;
  1004. 			end;
  1005. 		}
  1006. 		mes "[Raulel]";
  1007. 		mes "*Cough* *cough* Then I shall explain.";
  1008. 		mes "The test may be hard, but just do as I tell you and it shouldn't be a problem.";
  1009. 		next;
  1010. 		mes "[Raulel]";
  1011. 		mes "There are 3 parts to this final test.";
  1012. 		mes "The order is...*sneez*...the Water Room, Earth Room, and then the Fire Room. Each room has monsters of that attribute in it.";
  1013. 		next;
  1014. 		mes "[Raulel]";
  1015. 		mes "You'll see what monsters they are when you enter.";
  1016. 		mes "If you use the appropriate spells against them, it shouldn't be that difficult. Hahahahahahaha~";
  1017. 		next;
  1018. 		mes "[Raulel]";
  1019. 		mes "Within the given time, if you defeat all the monsters...";
  1020. 		mes "you will be sent to the next room.";
  1021. 		next;
  1022. 		mes "[Raulel]";
  1023. 		mes "After that, the test is over.";
  1024. 		mes "You will then become a Wizard controlled by Greater Magic powers! There is no coming back to the easy life you have known thus far.";
  1025. 		next;
  1026. 		mes "[Raulel]";
  1027. 		mes "Hahahahaha~ You look frightened. It's not too late you know.";
  1028. 		mes "*Cough* *cough* You can give up and go back to town! Just forget about the Greater Magic and live a normal life. What do yah say?";
  1029. 		next;
  1030. 		if (select("Continue with the test.:I'm too scared, I would like to quit.") == 1) {
  1031. 			percentheal 100,100;
  1032. 			mes "[Raulel]";
  1033. 			mes "This time when you die, don't come back crying. Hahahahahahahahah~ *Cough *cough*";
  1034. 			mes "As you wish, let's begin the final test!";
  1035. 			close2;
  1036. 			warp "job_wiz",57,154;
  1037. 			end;
  1038. 		}
  1039. 		mes "[Raulel]";
  1040. 		mes "Comming from you, thats some darn good thinking. That's more a fit for you anyways. Hahahahahahahahaha~";
  1041. 		mes "Go back and live a quiet and peaceful life!";
  1042. 		close2;
  1043. 		warp "geffen",120,110;
  1044. 		end;
  1045. 	}
  1046. 	else if (WIZ_Q == 7) {
  1047. 		mes "[Raulel]";
  1048. 		mes "You shouldn't have any more business with me as far as I'm concerned.";
  1049. 		mes "But, since your so darned persistent, I'll let you take the test again. Hahahahaha~";
  1050. 		next;
  1051. 		mes "[Raulel]";
  1052. 		mes "Go! Go and become the Wizard you really want to be.";
  1053. 		mes "And be careful! Greater Magic will always be after you...";
  1054. 		close;
  1055. 	}
  1056. }
  1057.  
  1058. job_wiz,50,165,4	script	Arena Assistant	700,{
  1059. 	mes "[Arena Assistant]";
  1060. 	mes "Welcome to the Wizard Job Change Arena.";
  1061. 	mes "If you would like to take the final test, then please enter the waiting room.";
  1062. 	next;
  1063. 	mes "[Arena Assistant]";
  1064. 	mes "If someone is already taking the test, please wait.";
  1065. 	mes "All testing status will be broadcasted, and will begin as soon as the previous tester has gone through.";
  1066. 	next;
  1067. 	mes "[Arena Assistant]";
  1068. 	mes "Each person may take approximately 5 to 10 minutes.";
  1069. 	mes "If you would like to leave the arena, please log off anytime.";
  1070. 	close;
  1071.  
  1072. OnInit:
  1073. 	waitingroom "Waiting Room",20,"Arena Assistant::OnStartArena",1;
  1074. 	enablewaitingroomevent;
  1075. 	end;
  1076.  
  1077. OnStartArena:
  1078. 	killmonsterall "job_wiz";
  1079. 	warpwaitingpc "job_wiz",114,169;
  1080. 	donpcevent "Room of Water::OnEnable";
  1081. 	disablewaitingroomevent;
  1082. 	end;
  1083.  
  1084. OnStart:
  1085. 	enablewaitingroomevent;
  1086. 	end;
  1087. }
  1088.  
  1089. // Water Room (Test 2 part 1)
  1090. //==========================================================
  1091. job_wiz,1,1,1	script	Room of Water	66,{
  1092. OnInit:
  1093. 	disablenpc "Room of Water";
  1094. 	end;
  1095.  
  1096. OnEnable:
  1097. 	enablenpc "Room of Water";
  1098. 	if (!checkre(0)) {
  1099. 		set .MyMobs,8;
  1100. 		monster "job_wiz",129,170,"Obeaune",1044,1,"Room of Water::OnMyMobDead";
  1101. 	}
  1102. 	else
  1103. 		set .MyMobs,7;
  1104. 	monster "job_wiz",109,174,"Phen",1158,1,"Room of Water::OnMyMobDead";
  1105. 	monster "job_wiz",118,174,"Shellfish",1074,1,"Room of Water::OnMyMobDead";
  1106. 	monster "job_wiz",109,165,"Vadon",1066,1,"Room of Water::OnMyMobDead";
  1107. 	monster "job_wiz",118,165,"Cornutus",1067,1,"Room of Water::OnMyMobDead";
  1108. 	monster "job_wiz",101,157,"Marina",1141,1,"Room of Water::OnMyMobDead";
  1109. 	monster "job_wiz",126,157,"Marin",1242,1,"Room of Water::OnMyMobDead";
  1110. 	monster "job_wiz",98,170,"Magnolia",1138,1,"Room of Water::OnMyMobDead";
  1111. 	initnpctimer;
  1112. 	end;
  1113.  
  1114. OnDisable:
  1115. 	killmonsterall "job_wiz";
  1116. 	disablenpc "Room of Water";
  1117. 	end;
  1118.  
  1119. OnMyMobDead:
  1120. 	set .MyMobs,.MyMobs-1;
  1121. 	if (.MyMobs < 1) {
  1122. 		set WIZ_Q2,WIZ_Q2+1;
  1123. 		mapannounce "job_wiz",strcharinfo(0)+" has succeeded in eliminating the monsters.",bc_map;
  1124. 		donpcevent "Room of Water#Door::OnEnable";
  1125. 		stopnpctimer;
  1126. 	}
  1127. 	end;
  1128.  
  1129. OnTimer1000:
  1130. 	mapannounce "job_wiz","Water Room; The job change test will now proceed.",bc_map;
  1131. 	end;
  1132.  
  1133. OnTimer2000:
  1134. 	mapannounce "job_wiz","Time limit is 3 minutes. We will now start the test.",bc_map;
  1135. 	end;
  1136.  
  1137. OnTimer3000:
  1138. 	mapannounce "job_wiz","Please eliminate all monsters within the time limit.",bc_map;
  1139. 	end;
  1140.  
  1141. OnTimer33000:
  1142. 	mapannounce "job_wiz","2 minutes and 30 seconds remaining.",bc_map;
  1143. 	end;
  1144.  
  1145. OnTimer63000:
  1146. 	mapannounce "job_wiz","2 minutes remaining.",bc_map;
  1147. 	end;
  1148.  
  1149. OnTimer93000:
  1150. 	mapannounce "job_wiz","1 minute and 30 seconds remaining.",bc_map;
  1151. 	end;
  1152.  
  1153. OnTimer123000:
  1154. 	mapannounce "job_wiz","1 minute remaining.",bc_map;
  1155. 	end;
  1156.  
  1157. OnTimer153000:
  1158. 	mapannounce "job_wiz","30 seconds remaining.",bc_map;
  1159. 	end;
  1160.  
  1161. OnTimer173000:
  1162. 	mapannounce "job_wiz","10 seconds remaining.",bc_map;
  1163. 	end;
  1164.  
  1165. OnTimer183000:
  1166. 	mapannounce "job_wiz","Time is up.",bc_map;
  1167. 	donpcevent "Room of Water::OnDisable";
  1168. 	end;
  1169.  
  1170. OnTimer184000:
  1171. 	enablenpc "Room of Water#Failed";
  1172. 	end;
  1173.  
  1174. OnTimer185000:
  1175. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1176. 	end;
  1177.  
  1178. OnTimer186000:
  1179. 	disablenpc "Room of Water#Failed";
  1180. 	donpcevent "Room of Water::OnDisable";
  1181. 	donpcevent "Arena Assistant::OnStart";
  1182. 	end;
  1183. }
  1184.  
  1185. job_wiz,1,2,1	script	Room of Water#Door	66,{
  1186. OnInit:
  1187. 	disablenpc "Room of Water#Door";
  1188. 	end;
  1189.  
  1190. OnEnable:
  1191. 	enablenpc "Room of Water#Door";
  1192. 	donpcevent "Room of Water::OnDisable";
  1193. 	set .MyMobs,5;
  1194. 	monster "job_wiz",114,169,"Marine Sphere",1142,1,"Room of Water#Door::OnMyMobDead";
  1195. 	monster "job_wiz",112,169,"Hydra",1068,1,"Room of Water#Door::OnMyMobDead";
  1196. 	monster "job_wiz",116,169,"Hydra",1068,1,"Room of Water#Door::OnMyMobDead";
  1197. 	monster "job_wiz",114,171,"Hydra",1068,1,"Room of Water#Door::OnMyMobDead";
  1198. 	monster "job_wiz",114,167,"Hydra",1068,1,"Room of Water#Door::OnMyMobDead";
  1199. 	initnpctimer;
  1200. 	end;
  1201.  
  1202. OnDisable:
  1203. 	killmonsterall "job_wiz";
  1204. 	disablenpc "Room of Water#Door";
  1205. 	end;
  1206.  
  1207. OnMyMobDead:
  1208. 	set .MyMobs,.MyMobs-1;
  1209. 	if (.MyMobs < 1) {
  1210. 		mapannounce "job_wiz",strcharinfo(0)+" has succeeded in eliminating the monsters.",bc_map;
  1211. 		percentheal 100,100;
  1212. 		warp "job_wiz",116,97;
  1213. 		donpcevent "Room of Water#Door::OnDisable";
  1214. 		donpcevent "Room of Earth::OnEnable";
  1215. 		stopnpctimer;
  1216. 	}
  1217. 	end;
  1218.  
  1219. OnTimer1000:
  1220. 	mapannounce "job_wiz","The guard monster has appeared. You have 1 minute.",bc_map;
  1221. 	end;
  1222.  
  1223. OnTimer30000:
  1224. 	mapannounce "job_wiz","30 seconds remaining.",bc_map;
  1225. 	end;
  1226.  
  1227. OnTimer50000:
  1228. 	mapannounce "job_wiz","10 seconds remaining.",bc_map;
  1229. 	end;
  1230.  
  1231. OnTimer60000:
  1232. 	mapannounce "job_wiz","Time is up.",bc_map;
  1233. 	donpcevent "Room of Water#Door::OnDisable";
  1234. 	end;
  1235.  
  1236. OnTimer61000:
  1237. 	enablenpc "Room of Water#Failed";
  1238. 	end;
  1239.  
  1240. OnTimer62000:
  1241. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1242. 	end;
  1243.  
  1244. OnTimer63000:
  1245. 	disablenpc "Room of Water#Failed";
  1246. 	donpcevent "Room of Water#Door::OnDisable";
  1247. 	donpcevent "Arena Assistant::OnStart";
  1248. 	end;
  1249. }
  1250.  
  1251. job_wiz,114,169,0	script	Room of Water#Failed	-1,16,16,{
  1252. OnInit:
  1253. 	disablenpc "Room of Water#Failed";
  1254. 	end;
  1255.  
  1256. OnTouch:
  1257. 	mapannounce "job_wiz",strcharinfo(0)+" has not succeeded.",bc_map;
  1258. 	warp "geffen",120,110;
  1259. 	end;
  1260. }
  1261.  
  1262. // Earth Room (Test 2 part 2)
  1263. //==========================================================
  1264. job_wiz,1,3,1	script	Room of Earth	66,{
  1265. OnInit:
  1266. 	disablenpc "Room of Earth";
  1267. 	end;
  1268.  
  1269. OnEnable:
  1270. 	enablenpc "Room of Earth";
  1271. 	if (!checkre(0)) {
  1272. 		set .MyMobs,10;
  1273. 		monster "job_wiz",120,102,"Hode",1127,1,"Room of Earth::OnMyMobDead";
  1274. 		monster "job_wiz",111,93,"Savage",1166,1,"Room of Earth::OnMyMobDead";
  1275. 		monster "job_wiz",127,86,"Mantis",1139,1,"Room of Earth::OnMyMobDead";
  1276. 	}
  1277. 	else
  1278. 		set .MyMobs,7;
  1279. 	monster "job_wiz",111,102,"Yoyo",1057,1,"Room of Earth::OnMyMobDead";
  1280. 	monster "job_wiz",120,102,"Deniro",1105,1,"Room of Earth::OnMyMobDead";
  1281. 	monster "job_wiz",111,102,"Caramel",1103,1,"Room of Earth::OnMyMobDead";
  1282. 	monster "job_wiz",120,93,"Giearth",1121,1,"Room of Earth::OnMyMobDead";
  1283. 	monster "job_wiz",107,98,"Bigfoot",1060,1,"Room of Earth::OnMyMobDead";
  1284. 	monster "job_wiz",124,98,"Orc Warrior",1023,1,"Room of Earth::OnMyMobDead";
  1285. 	monster "job_wiz",104,86,"Vitata",1176,1,"Room of Earth::OnMyMobDead";
  1286. 	initnpctimer;
  1287. 	end;
  1288.  
  1289. OnDisable:
  1290. 	killmonsterall "job_wiz";
  1291. 	disablenpc "Room of Earth";
  1292. 	end;
  1293.  
  1294. OnMyMobDead:
  1295. 	set .MyMobs,.MyMobs-1;
  1296. 	if (.MyMobs < 1) {
  1297. 		mapannounce "job_wiz",strcharinfo(0) + " has succeeded in eliminating the monsters.",bc_map;
  1298. 		donpcevent "Room of Earth#Door::OnEnable";
  1299. 		stopnpctimer;
  1300. 	}
  1301. 	end;
  1302.  
  1303. OnTimer1000:
  1304. 	mapannounce "job_wiz","Earth Room; The job change test will now proceed.",bc_map;
  1305. 	end;
  1306.  
  1307. OnTimer2000:
  1308. 	mapannounce "job_wiz","The time limit is 3 minutes.",bc_map;
  1309. 	end;
  1310.  
  1311. OnTimer3000:
  1312. 	mapannounce "job_wiz","Eliminate all monster within the time limit.",bc_map;
  1313. 	end;
  1314.  
  1315. OnTimer33000:
  1316. 	mapannounce "job_wiz","2 minutes and 30 seconds remaining.",bc_map;
  1317. 	end;
  1318.  
  1319. OnTimer63000:
  1320. 	mapannounce "job_wiz","2 minutes remaining.",bc_map;
  1321. 	end;
  1322.  
  1323. OnTimer93000:
  1324. 	mapannounce "job_wiz","1 minute and 30 seconds remaining.",bc_map;
  1325. 	end;
  1326.  
  1327. OnTimer123000:
  1328. 	mapannounce "job_wiz","1 minute remaining.",bc_map;
  1329. 	end;
  1330.  
  1331. OnTimer153000:
  1332. 	mapannounce "job_wiz","30 seconds remaining.",bc_map;
  1333. 	end;
  1334.  
  1335. OnTimer173000:
  1336. 	mapannounce "job_wiz","10 seconds remaining.",bc_map;
  1337. 	end;
  1338.  
  1339. OnTimer183000:
  1340. 	mapannounce "job_wiz","Time is up.",bc_map;
  1341. 	donpcevent "Room of Earth::OnDisable";
  1342. 	end;
  1343.  
  1344. OnTimer184000:
  1345. 	enablenpc "Room of Earth#Failed";
  1346. 	end;
  1347.  
  1348. OnTimer185000:
  1349. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1350. 	end;
  1351.  
  1352. OnTimer186000:
  1353. 	disablenpc "Room of Earth#Failed";
  1354. 	donpcevent "Room of Earth::OnDisable";
  1355. 	donpcevent "Arena Assistant::OnStart";
  1356. 	end;
  1357. }
  1358.  
  1359. job_wiz,1,4,1	script	Room of Earth#Door	66,{
  1360. OnInit:
  1361. 	disablenpc "Room of Earth#Door";
  1362. 	end;
  1363.  
  1364. OnEnable:
  1365. 	enablenpc "Room of Earth#Door";
  1366. 	donpcevent "Room of Earth::OnDisable";
  1367. 	if (!checkre(0)) {
  1368. 		set .MyMobs,7;
  1369. 		monster "job_wiz",116,97,"Flora",1118,1,"Room of Earth#Door::OnMyMobDead";
  1370. 	}
  1371. 	else
  1372. 		set .MyMobs,6;
  1373. 	monster "job_wiz",114,95,"Mandragora",1020,1,"Room of Earth#Door::OnMyMobDead";
  1374. 	monster "job_wiz",118,95,"Mandragora",1020,1,"Room of Earth#Door::OnMyMobDead";
  1375. 	monster "job_wiz",114,99,"Mandragora",1020,1,"Room of Earth#Door::OnMyMobDead";
  1376. 	monster "job_wiz",118,99,"Mandragora",1020,1,"Room of Earth#Door::OnMyMobDead";
  1377. 	monster "job_wiz",116,94,"Mandragora",1020,1,"Room of Earth#Door::OnMyMobDead";
  1378. 	monster "job_wiz",116,100,"Mandragora",1020,1,"Room of Earth#Door::OnMyMobDead";
  1379. 	initnpctimer;
  1380. 	end;
  1381.  
  1382. OnDisable:
  1383. 	killmonsterall "job_wiz";
  1384. 	disablenpc "Room of Earth#Door";
  1385. 	end;
  1386.  
  1387. OnMyMobDead:
  1388. 	set .MyMobs,.MyMobs-1;
  1389. 	if (.MyMobs < 1) {
  1390. 		mapannounce "job_wiz",strcharinfo(0) + " has succeeded in eliminating the monster.",bc_map;
  1391. 		percentheal 100,100;
  1392. 		warp "job_wiz",46,99;
  1393. 		donpcevent "Room of Earth#Door::OnDisable";
  1394. 		donpcevent "Room of Fire::OnEnable";
  1395. 		stopnpctimer;
  1396. 	}
  1397. 	end;
  1398.  
  1399. OnTimer1000:
  1400. 	mapannounce "job_wiz","The guard monster has appeared. You have 1 minute.",bc_map;
  1401. 	end;
  1402.  
  1403. OnTimer30000:
  1404. 	mapannounce "job_wiz","30 seconds remaining.",bc_map;
  1405. 	end;
  1406.  
  1407. OnTimer50000:
  1408. 	mapannounce "job_wiz","10 seconds remaining.",bc_map;
  1409. 	end;
  1410.  
  1411. OnTimer60000:
  1412. 	mapannounce "job_wiz","End time.",bc_map;
  1413. 	donpcevent "Room of Earth#Door::OnDisable";
  1414. 	end;
  1415.  
  1416. OnTimer61000:
  1417. 	donpcevent "Room of Earth#Failed::OnEnable";
  1418. 	end;
  1419.  
  1420. OnTimer62000:
  1421. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1422. 	end;
  1423.  
  1424. OnTimer63000:
  1425. 	disablenpc "Room of Earth#Failed";
  1426. 	donpcevent "Room of Earth#Door::OnDisable";
  1427. 	donpcevent "Arena Assistant::OnStart";
  1428. 	end;
  1429. }
  1430.  
  1431. job_wiz,116,97,0	script	Room of Earth#Failed	-1,16,16,{
  1432. OnInit:
  1433. 	disablenpc "Room of Earth#Failed";
  1434. 	end;
  1435.  
  1436. OnTouch:
  1437. 	mapannounce "job_wiz",strcharinfo(0) + " has not succeeded.",bc_map;
  1438. 	warp "geffen",120,110;
  1439. 	end;
  1440. }
  1441.  
  1442. // Fire Room (Test 2 part 3)
  1443. //==========================================================
  1444. job_wiz,1,5,1	script	Room of Fire	66,{
  1445. OnInit:
  1446. 	disablenpc "Room of Fire";
  1447. 	end;
  1448.  
  1449. OnEnable:
  1450. 	enablenpc "Room of Fire";
  1451. 	if (!checkre(0)) {
  1452. 		set .MyMobs,8;
  1453. 		monster "job_wiz",58,110,"Zerom",1178,1,"Room of Fire::OnMyMobDead";
  1454. 		monster "job_wiz",54,89,"Desert Wolf",1106,1,"Room of Fire::OnMyMobDead";
  1455. 	}
  1456. 	else
  1457. 		set .MyMobs,6;
  1458. 	monster "job_wiz",33,110,"Goblin",1123,1,"Room of Fire::OnMyMobDead";
  1459. 	monster "job_wiz",40,103,"Scorpion",1001,1,"Room of Fire::OnMyMobDead";
  1460. 	monster "job_wiz",51,103,"Frilldora",1119,1,"Room of Fire::OnMyMobDead";
  1461. 	monster "job_wiz",40,92,"PecoPeco",1019,1,"Room of Fire::OnMyMobDead";
  1462. 	monster "job_wiz",51,92,"Elder Willow",1033,1,"Room of Fire::OnMyMobDead";
  1463. 	monster "job_wiz",37,89,"Metaller",1058,1,"Room of Fire::OnMyMobDead";
  1464. 	initnpctimer;
  1465. 	end;
  1466.  
  1467. OnDisable:
  1468. 	killmonsterall "job_wiz";
  1469. 	disablenpc "Room of Fire";
  1470. 	end;
  1471.  
  1472. OnMyMobDead:
  1473. 	set .MyMobs,.MyMobs-1;
  1474. 	if (.MyMobs < 1) {
  1475. 		mapannounce "job_wiz",strcharinfo(0) + " has succeeded in eliminating the monsters.",bc_map;
  1476. 		donpcevent "Room of Fire#Door::OnEnable";
  1477. 		stopnpctimer;
  1478. 	}
  1479. 	end;
  1480.  
  1481. OnTimer1000:
  1482. 	mapannounce "job_wiz","Fire Room; The job change test shall now proceed.",bc_map;
  1483. 	end;
  1484.  
  1485. OnTimer2000:
  1486. 	mapannounce "job_wiz","Time limit is 3 minutes. We will now start the test.",bc_map;
  1487. 	end;
  1488.  
  1489. OnTimer3000:
  1490. 	mapannounce "job_wiz","Please eliminate all monsters within the time limit.",bc_map;
  1491. 	end;
  1492.  
  1493. OnTimer33000:
  1494. 	mapannounce "job_wiz","2 minutes and 30 seconds remaining.",bc_map;
  1495. 	end;
  1496.  
  1497. OnTimer63000:
  1498. 	mapannounce "job_wiz","2 minutes remaining.",bc_map;
  1499. 	end;
  1500.  
  1501. OnTimer93000:
  1502. 	mapannounce "job_wiz","1 minute and 30 seconds remaining.",bc_map;
  1503. 	end;
  1504.  
  1505. OnTimer123000:
  1506. 	mapannounce "job_wiz","1 minute remaining.",bc_map;
  1507. 	end;
  1508.  
  1509. OnTimer153000:
  1510. 	mapannounce "job_wiz","30 seconds remaining.",bc_map;
  1511. 	end;
  1512.  
  1513. OnTimer173000:
  1514. 	mapannounce "job_wiz","10 seconds remaining.",bc_map;
  1515. 	end;
  1516.  
  1517. OnTimer183000:
  1518. 	mapannounce "job_wiz","Time is up.",bc_map;
  1519. 	donpcevent "Room of Fire::OnDisable";
  1520. 	end;
  1521.  
  1522. OnTimer184000:
  1523. 	donpcevent "Room of Fire#Failed::OnEnable";
  1524. 	end;
  1525.  
  1526. OnTimer185000:
  1527. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1528. 	end;
  1529.  
  1530. OnTimer186000:
  1531. 	disablenpc "Room of Fire#Failed";
  1532. 	donpcevent "Room of Fire::OnDisable";
  1533. 	donpcevent "Arena Assistant::OnStart";
  1534. 	end;
  1535. }
  1536.  
  1537. job_wiz,1,6,1	script	Room of Fire#Door	66,{
  1538. OnInit:
  1539. 	disablenpc "Room of Fire#Door";
  1540. 	end;
  1541.  
  1542. OnEnable:
  1543. 	enablenpc "Room of Fire#Door";
  1544. 	donpcevent "Room of Fire::OnDisable";
  1545. 	set .MyMobs,3;
  1546. 	monster "job_wiz",44,99,"Greatest General",1277,1,"Room of Fire#Door::OnMyMobDead";
  1547. 	if (checkre(0)) {
  1548. 		monster "job_wiz",43,99,"Greatest General",1277,1,"Room of Fire#Door::OnMyMobDead";
  1549. 		monster "job_wiz",45,99,"Greatest General",1277,1,"Room of Fire#Door::OnMyMobDead";
  1550. 	}
  1551. 	else {
  1552. 		monster "job_wiz",43,99,"Horong",1129,1,"Room of Fire#Door::OnMyMobDead";
  1553. 		monster "job_wiz",45,99,"Horong",1129,1,"Room of Fire#Door::OnMyMobDead";
  1554. 	}
  1555. 	initnpctimer;
  1556. 	end;
  1557.  
  1558. OnDisable:
  1559. 	killmonsterall "job_wiz";
  1560. 	disablenpc "Room of Fire#Door";
  1561. 	end;
  1562.  
  1563. OnMyMobDead:
  1564. 	set .MyMobs,.MyMobs-1;
  1565. 	if (.MyMobs < 1) {
  1566. 		mapannounce "job_wiz","Congratulations, " + strcharinfo(0) + ". You have passed the job change test.",bc_map;
  1567. 		set WIZ_Q,7;
  1568. 		changequest 9017,9018;
  1569. 		donpcevent "Room of Fire#Door::OnDisable";
  1570. 		donpcevent "Test Helper#wiz::OnEnable";
  1571. 		stopnpctimer;
  1572. 	}
  1573. 	end;
  1574.  
  1575. OnTimer1000:
  1576. 	mapannounce "job_wiz","The guard monster has appeared. You have 2 minutes.",bc_map;
  1577. 	end;
  1578.  
  1579. OnTimer30000:
  1580. 	mapannounce "job_wiz","1 minute and 30 seconds remaining.",bc_map;
  1581. 	end;
  1582.  
  1583. OnTimer60000:
  1584. 	mapannounce "job_wiz","1 minute remaining.",bc_map;
  1585. 	end;
  1586.  
  1587. OnTimer90000:
  1588. 	mapannounce "job_wiz","30 seconds remaining.",bc_map;
  1589. 	end;
  1590.  
  1591. OnTimer110000:
  1592. 	mapannounce "job_wiz","10 seconds remaining.",bc_map;
  1593. 	end;
  1594.  
  1595. OnTimer120000:
  1596. 	mapannounce "job_wiz","Time is up.",bc_map;
  1597. 	donpcevent "Room of Fire#Door::OnDisable";
  1598. 	end;
  1599.  
  1600. OnTimer121000:
  1601. 	enablenpc "Room of Fire#Failed";
  1602. 	end;
  1603.  
  1604. OnTimer122000:
  1605. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1606. 	end;
  1607.  
  1608. OnTimer123000:
  1609. 	disablenpc "Room of Fire#Failed";
  1610. 	donpcevent "Room of Fire#Door::OnDisable";
  1611. 	donpcevent "Arena Assistant::OnStart";
  1612. }
  1613.  
  1614. job_wiz,46,99,0	script	Room of Fire#Failed	-1,16,16,{
  1615. OnInit:
  1616. 	disablenpc "Room of Fire#Failed";
  1617. 	end;
  1618.  
  1619. OnTouch:
  1620. 	warp "geffen",120,110;
  1621. 	end;
  1622. }
  1623.  
  1624. job_wiz,1,7,1	script	Test Helper#wiz	66,{
  1625. 	end;
  1626.  
  1627. OnInit:
  1628. 	disablenpc "Test Helper#wiz";
  1629. 	end;
  1630.  
  1631. OnEnable:
  1632. 	initnpctimer;
  1633. 	end;
  1634.  
  1635. OnDisable:
  1636. 	disablenpc "Test Helper#wiz";
  1637. 	end;
  1638.  
  1639. OnTimer2000:
  1640. 	mapannounce "job_wiz","Please return and complete the rest of the job change processes.",bc_map;
  1641. 	end;
  1642.  
  1643. OnTimer4000:
  1644. 	mapannounce "job_wiz","This is the end of the test. Next candidate, please stand by.",bc_map;
  1645. 	end;
  1646.  
  1647. OnTimer5000:
  1648. 	areawarp "job_wiz",33,82,57,113,"gef_tower",110,30;
  1649. 	end;
  1650.  
  1651. OnTimer7000:
  1652. 	mapannounce "job_wiz","Next candidate, please enter.",bc_map;
  1653. 	end;
  1654.  
  1655. OnTimer9000:
  1656. 	donpcevent "Test Helper#wiz::OnDisable";
  1657. 	donpcevent "Arena Assistant::OnStart";
  1658. 	stopnpctimer;
  1659. 	end;
  1660. }
  1661.  
  1662. gef_tower,107,36,4	script	White Dog#wiz	81,{
  1663. 	if (BaseJob != Job_Mage) {
  1664. 		if (BaseJob == Job_Wizard) {
  1665. 			mes "[Maria]";
  1666. 			mes "Instead of sticking around here, wouldn't it be better to go out and test how strong you've become?";
  1667. 			next;
  1668. 			mes "[Maria]";
  1669. 			mes "Don't forget that Wizards grow and improve in power each and every day.";
  1670. 			close2;
  1671. 			cutin "job_wizard_maria01",255;
  1672. 			end;
  1673. 		}
  1674. 		else if (BaseClass == Job_Novice) {
  1675. 			mes "[Dog]";
  1676. 			mes "What? Kiddo!";
  1677. 			mes "Is a Dog talking so amusing to you?";
  1678. 		}
  1679. 		else {
  1680. 			cutin "job_wizard_maria02",2;
  1681. 			mes "[Dog]";
  1682. 			mes "Sheesh...Why would a person that can't even cast a spell a single spell come up here?";
  1683. 			mes "*Pfft* If you're that bored, do the world a favor and climb to the top of this building via the outside, then proceed to do some acrobatics if you get there.";
  1684. 		}
  1685. 		next;
  1686. 		mes "[Dog]";
  1687. 		mes "*Bark* Get lost!";
  1688. 		mes "I don't have time for people like you!";
  1689. 		close2;
  1690. 		cutin "job_wizard_maria02",255;
  1691. 		end;
  1692. 	}
  1693. 	if (WIZ_Q == 0) {
  1694. 		cutin "job_wizard_maria01",2;
  1695. 		mes "[Dog]";
  1696. 		mes "Ah...I know what you're about to say. You want to change jobs to a Wizard, right?";
  1697. 		next;
  1698. 		mes "[Dog]";
  1699. 		mes "Go talk to Catherine. She'll help you.";
  1700. 		next;
  1701. 		mes "[Dog]";
  1702. 		mes "Also, if you would like to know anything about the job change process, I can explain.";
  1703. 		next;
  1704. 		switch(select(".......:A Dog is talking to me...")) {
  1705. 		case 1:
  1706. 			mes "[Dog]";
  1707. 			mes "...*bark*...? What is it?? Why are you looking at me like that?!";
  1708. 			mes "Is it your first time seeing a Dog talk?";
  1709. 			next;
  1710. 			mes "[Dog]";
  1711. 			mes "*Bark* It's not common that you see a Dog talking I suppose. bark~";
  1712. 			mes "...Yes i suppose it is a rare site...*grrr*...Stop Gawking for goodness sakes!";
  1713. 			next;
  1714. 			mes "[Dog]";
  1715. 			mes "My name is 'Maria Splodofska'. Just call me 'Maria'.";
  1716. 			mes "I'm helping candidates that wish to become Wizards.";
  1717. 			next;
  1718. 			cutin "job_wizard_maria03",2;
  1719. 			mes "[Maria]";
  1720. 			mes "*Bark* Well, the reason I became a dog is...I was helping my boyfriend in experimenting to prepare for his Final for his Magic Degree. Well, *Grrrr* he accidentally turned me into a dog.";
  1721. 			mes "Theoretically, in a couple months the chemicals should wear off and I should be returned to normal. When exactly, I have no idea?";
  1722. 			next;
  1723. 			cutin "job_wizard_maria01",2;
  1724. 			mes "[Maria]";
  1725. 			mes "Well...it doesn't concern you anyways.";
  1726. 			mes "Now, where were we.";
  1727. 			next;
  1728. 			break;
  1729. 		case 2:
  1730. 			cutin "job_wizard_maria02",2;
  1731. 			mes "[Dog]";
  1732. 			mes "*Bark* *bark* *bark* Don't state the obvious! Alright, I know I'm a dog!";
  1733. 			next;
  1734. 			cutin "job_wizard_maria01",2;
  1735. 			mes "[Dog]";
  1736. 			mes "My name is 'Maria Splodofska'. People call me 'Maria'.";
  1737. 			mes "I'm helping little ones like you that wish to become Wizards.";
  1738. 			next;
  1739. 			cutin "job_wizard_maria03",2;
  1740. 			mes "[Dog called 'Maria']";
  1741. 			mes "The reason I became a dog is...My boyfriend that was experimenting to prepare for the Magic Degree, accidentally turned me into a dog.";
  1742. 			mes "Theoretically, in a couple months, the chemicals should wear off and I should be returned to normal. Exactly when, I have no idea?";
  1743. 			next;
  1744. 			cutin "job_wizard_maria02",2;
  1745. 			mes "[Dog called 'Maria']";
  1746. 			mes "I'm not a 'dog' called 'Maria'!! Oi!! Listen to me!!";
  1747. 			next;
  1748. 			mes "[Dog... 'Maria'...]";
  1749. 			mes "..........";
  1750. 			next;
  1751. 			mes "[Maria]";
  1752. 			mes "...*BARK* *BARK* *BARK*... I'm upset, but whatever!! You seem busy so I'll just drop it.";
  1753. 			next;
  1754. 			break;
  1755. 		}
  1756. 		cutin "job_wizard_maria01",2;
  1757. 		mes "[Maria]";
  1758. 		mes "Like I said before, to change jobs, talk to Catherine.";
  1759. 		mes "She's a new Wizard too.";
  1760. 		next;
  1761. 		mes "[Maria]";
  1762. 		mes "I can tell you more about the job change process, but I can't hold back a busy person now can I?";
  1763. 		mes "What do you think? Should I explain some about whats in store for Mages that wish to become Wizards?";
  1764. 		next;
  1765. 		switch(select("Yes, please! I would like that.:No, it's ok.:A talking dog...")) {
  1766. 		case 1:
  1767. 			cutin "job_wizard_maria01",2;
  1768. 			mes "[Maria]";
  1769. 			mes "OK, I will explain the process for you.";
  1770. 			next;
  1771. 			mes "[Maria]";
  1772. 			mes "There are three tests in the job change process.";
  1773. 			mes "The first test is collecting magic items.";
  1774. 			next;
  1775. 			mes "[Maria]";
  1776. 			mes "That one begins when you submit an application to Catherine.";
  1777. 			mes "She'll either tell you to collect all types of gemstones, or gather stones with attributes.";
  1778. 			next;
  1779. 			mes "[Maria]";
  1780. 			mes "Second test is a magic quiz,";
  1781. 			mes "The gloomy Laurel in the corner is in charge of that part.";
  1782. 			next;
  1783. 			mes "[Maria]";
  1784. 			mes "There are questions about magic, monsters, and Mages.";
  1785. 			mes "Out of the 10 questions, if you don't get them all correct, he doesn't let you pass. In other words, you fail...";
  1786. 			next;
  1787. 			mes "[Maria]";
  1788. 			mes "Oddly enough, He is in charge of the 3rd test too.";
  1789. 			mes "The third test is eliminating monsters.";
  1790. 			next;
  1791. 			mes "[Maria]";
  1792. 			mes "In each room, there are monsters of certain attributes.";
  1793. 			mes "You must attack them with the appropriate spells.";
  1794. 			next;
  1795. 			mes "[Maria]";
  1796. 			mes "Well, that's all that I can say. Go apply now.";
  1797. 			next;
  1798. 			mes "[Maria]";
  1799. 			mes "It's better to just try it yourself than to listen to my descriptions.";
  1800. 			close2;
  1801. 			cutin "job_wizard_maria01",255;
  1802. 			warp "gef_dun00",116,102;
  1803. 			end;
  1804. 		case 2:
  1805. 			mes "[Maria]";
  1806. 			mes "Really? Ok, then go apply and do your best.";
  1807. 			close2;
  1808. 			cutin "job_wizard_maria01",255;
  1809. 			end;
  1810. 		case 3:
  1811. 			cutin "job_wizard_maria02",2;
  1812. 			mes "[Maria]";
  1813. 			mes "I'm not a DOG!! HOOOOWWWWWWLLLLLLL~";
  1814. 			next;
  1815. 			mes "[Maria]";
  1816. 			mes "Dang it! I hope you FAIL!! Go get lost!!";
  1817. 			close2;
  1818. 			cutin "job_wizard_maria01",255;
  1819. 			warp "gef_dun00",116,102;
  1820. 			end;
  1821. 		}
  1822. 	}
  1823. 	else if (WIZ_Q == 1) {
  1824. 		cutin "job_wizard_maria01",2;
  1825. 		mes "[Maria]";
  1826. 		mes "You seem lost...";
  1827. 		mes "You've applied, and now you're looking for the items right?";
  1828. 		next;
  1829. 		mes "[Maria]";
  1830. 		mes "But since this is only the first test, don't depend on others.";
  1831. 		mes "Complete it yourself. Thats the best way.";
  1832. 		next;
  1833. 		mes "[Maria]";
  1834. 		mes "From what I've heard, you have to gather gemstones...";
  1835. 		mes "I can't help you directly, but I can give you some advice.";
  1836. 		next;
  1837. 		mes "[Maria]";
  1838. 		mes "First, to get Red Gemstones, go to Culverts in Prontera.";
  1839. 		mes "You can obtain them from the Thief Bugs and Thief Bug eggs found plentiful there.";
  1840. 		next;
  1841. 		mes "[Maria]";
  1842. 		mes "Yellow Gemstones are easy to find in the desert.";
  1843. 		mes "Condors, Picky's, and sometimes monsters like Golem's drop them.";
  1844. 		next;
  1845. 		mes "[Maria]";
  1846. 		mes "And...*woof* to get Blue Gemstones. Try going to the Byalan Dungeons.";
  1847. 		mes "Cornutus, Vadon, and monsters like Mars can drop those Gems.";
  1848. 		next;
  1849. 		mes "[Maria]";
  1850. 		mes "Of course you can get blue Gemstones at the magic shop here in town...";
  1851. 		mes "But, finding them yourself would be much more rewarding and helpful later in the test.";
  1852. 		next;
  1853. 		mes "[Maria]";
  1854. 		mes "Anyways, try your best.";
  1855. 		mes "This is the basics of being a Wizard.";
  1856. 		close2;
  1857. 		cutin "job_wizard_maria01",255;
  1858. 		end;
  1859. 	}
  1860. 	else if (WIZ_Q == 2) {
  1861. 		cutin "job_wizard_maria01",2;
  1862. 		mes "[Maria]";
  1863. 		mes "You seem lost...";
  1864. 		mes "You've applied, and now you're looking for the items right?";
  1865. 		next;
  1866. 		mes "[Maria]";
  1867. 		mes "But since this is only the first test, don't depend on others for help.";
  1868. 		mes "Complete it yourself, thats the best way.";
  1869. 		next;
  1870. 		mes "[Maria]";
  1871. 		mes "From what I've heard, you have to gather elemental stones...";
  1872. 		mes "I can't help you directly, but I can give you some advice.";
  1873. 		next;
  1874. 		mes "[Maria]";
  1875. 		mes "Well, you can find the Crystal Blue in Byalan Dungeon.";
  1876. 		mes "Cornutus, Kukre, Marina, Vadon...these monsters drop them frequently.";
  1877. 		next;
  1878. 		mes "[Maria]";
  1879. 		mes "You can get Green Live from insect type monsters.";
  1880. 		mes "Try hunting monsters like Horn, Mantis, or Vitata.";
  1881. 		next;
  1882. 		mes "[Maria]";
  1883. 		mes "Oh and *woof*, Red Blood. I heard you can get a lot of those from...";
  1884. 		mes "Elder Willows, Metallers or Scorpions found in the desert would work well too.";
  1885. 		next;
  1886. 		mes "[Maria]";
  1887. 		mes "For Wind of Verdue. Hornet, Stainer, Steel Chonchon.";
  1888. 		mes "If you try just a bit, you can get them really easily.";
  1889. 		next;
  1890. 		mes "[Maria]";
  1891. 		mes "But anyways, always try your best.";
  1892. 		mes "It's the basics of being a Wizard.";
  1893. 		close2;
  1894. 		cutin "job_wizard_maria01",255;
  1895. 		end;
  1896. 	}
  1897. 	else if (WIZ_Q == 3) {
  1898. 		cutin "job_wizard_maria01",2;
  1899. 		mes "[Maria]";
  1900. 		mes "Don't be too relieved just after the first test.";
  1901. 		mes "Try your best, as you still have two more tests to go.";
  1902. 		close2;
  1903. 		cutin "job_wizard_maria01",255;
  1904. 		end;
  1905. 	}
  1906. 	else if (WIZ_Q == 4) {
  1907. 		cutin "job_wizard_maria01",2;
  1908. 		mes "[Maria]";
  1909. 		mes "ZzzzZzzzZzzz...";
  1910. 		next;
  1911. 		cutin "job_wizard_maria02",2;
  1912. 		mes "[Maria]";
  1913. 		mes "*wimper*...Blizadris...you suck...Zzz...";
  1914. 		close2;
  1915. 		cutin "job_wizard_maria02",255;
  1916. 		end;
  1917. 	}
  1918. 	else if (WIZ_Q == 5) {
  1919. 		cutin "job_wizard_maria01",2;
  1920. 		mes "[Maria]";
  1921. 		mes "Oh, you're doing well aren't you?";
  1922. 		next;
  1923. 		mes "[Maria]";
  1924. 		mes "Well, try your best to the very end.";
  1925. 		mes "Laurel is waiting.";
  1926. 		close2;
  1927. 		cutin "job_wizard_maria01",255;
  1928. 		end;
  1929. 	}
  1930. 	else if (WIZ_Q == 6) {
  1931. 		cutin "job_wizard_maria01",2;
  1932. 		mes "[Maria]";
  1933. 		mes "*BARK*...you gave up?";
  1934. 		mes "*Sigh*...How can you become a Wizard with such a weak heart?";
  1935. 		next;
  1936. 		mes "[Maria]";
  1937. 		mes "You know that each room has monsters of the same attribute...";
  1938. 		mes "If you're a person that deals with magic, you need to know about the different spells.";
  1939. 		next;
  1940. 		mes "[Maria]";
  1941. 		mes "You also need to learn how to counter monsters that use skills.";
  1942. 		mes "Your best bet is to kill the monsters that are attacking you first.";
  1943. 		next;
  1944. 		mes "[Maria]";
  1945. 		mes "*Grrr* Anyways, continue the test.";
  1946. 		mes "Don't have a weak mind, *woof* and go back! *Bark* *Bark* Right this moment! *BARK*";
  1947. 		close2;
  1948. 		cutin "job_wizard_maria01",255;
  1949. 		end;
  1950. 	}
  1951. 	else if (WIZ_Q == 7) {
  1952. 		cutin "job_wizard_maria01",2;
  1953. 		mes "[Maria]";
  1954. 		mes "As I thought, I knew you'd be able to do it, I could smell it in yah! *Woof*";
  1955. 		mes "Now I can call you Wizard.";
  1956. 		next;
  1957. 		mes "[Maria]";
  1958. 		mes "Congratulations. Always give your best at everything, no matter what.";
  1959. 		close2;
  1960. 		cutin "job_wizard_maria01",255;
  1961. 		end;
  1962. 	}
  1963. }
  1964.  
  1965. //============================================================ 
  1966. // Old changelog
  1967. //============================================================ 
  1968. //= 1.1 Now using the initnpctimer command, donpcevent,
  1969. //= and new waitingroom event commands.  No more addtimer spamming.
  1970. //= No longer have to talk to the npc to take the test.  Just enter the chat room.
  1971. //= 1.2 Changed global variable names to unique ones.
  1972. //= 1.2a Rollback from the wrong Kashy's fix
  1973. //= 1.2b Fixed issue with duplicating monsters thx to Bison.[kobra_k88]
  1974. //= 1.2c changed one Horong to Frilldora (now 3rd room contains 1 agressive mob.)
  1975. //= 1.2d more simplified fire room - removed agressive Desert Wolf [Lupus]
  1976. //= 1.3 Added Baby Class support. 1.5 Fixed possible EXP abuse [Lupus]
  1977. //= 1.6 Added a func which prevent advanced classes passing
  1978. //= 2nd Job Quests again. It also guides adv classes where to go. [Lupus]
  1979. //= 1.7 Replaced 2 Hodes with 2 Horong's (according to the official guide) [Lupus]
  1980. //= 1.8 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
  1981. //= 2.1 Changed numbers to constants. [Vicious]
  1982. //= 2.2 Merged back JFunc [Lupus] 2.2a Removed extra MES, added missing NEXT
  1983. //= 2.3 Bigfoot monster summon corrected [Zairik]
Viewed 753 times, submitted by Guest.