viewing paste Unknown #8616 | Athena

Posted on the
  1. //===================== Token Warper =====================================================
  2.  
  3. vip_lounge.gat,149,132,5	script	Token Warper	429,{
  4.  
  5. mes "[ Quest Warper ]";
  6. mes "Hi treasure hunter,";
  7. mes "Are you lookin for Token Quest?";
  8. next;
  9. menu "Yes!",L_Yes,"No, Thank you.",L_No;
  10.  
  11. L_Yes:	
  12. mes "[ Quest Warper ]";
  13. mes "Ok, i will warp for you, Enjoy it! ^^";	
  14. warp "yuno_in01.gat",111,157;
  15. close;
  16.  
  17. L_No:
  18. mes "[ Quest ]";
  19. mes "Fine!.";
  20. close;
  21. }
  22.  
  23. yuno_in01,82,164,5	script	Exit	65,{
  24.  
  25. mes "Got stuck?";
  26. mes "I can transport you to prontera if you want..";
  27. menu "Yes Please.",-,"No O_O",Lno;
  28. next;
  29. close2;
  30. warp "prontera",0,0;
  31. end;
  32.  
  33. Lno:
  34. mes "Okay O_O *Cluck Cluck*";
  35. close;
  36.  
  37. }
  38.  
  39. //===================== Token =====================================================
  40.  
  41. yuno.gat,48,101,6	script	Notice	722,{
  42. 	mes "^FF0000[ Treasure Hunter Guild House ]^000000";
  43. 	mes " ";
  44. 	mes "Welcome to the Treasure Hunter's Guild House.";
  45. 	mes "Feel free to drop in and look around";
  46. 	mes "and feel free to become a memeber if you wish.";
  47. 	mes " ";
  48. 	mes "For membership applications please talk to Keegan";
  49. 	mes "up the stairs and down the hall.";
  50. 	close;
  51. }
  52. //Saver Girl;
  53. yuno_in01.gat,32,178,3	script	Ahlma	94,{
  54. 	mes "[Ahlma]";
  55. 	if (Event_THQS == 0) goto N_Member;
  56. 	mes "Welcome to The Treasure Hunter Guild.";
  57. 	mes "How may I help you?";
  58. 	next;
  59. 	menu "Save",-,"Quit",N_Quit;
  60. 	mes "[Ahlma]";
  61. 	mes "Ok, saved. Thank you ~ See you soon~";
  62. 	savepoint "yuno_in01.gat",34,176;
  63. 	close;
  64. N_Quit:
  65. 	mes "[Ahlma]";
  66. 	mes "Well if you think you are safe, good on you.";
  67. 	close;
  68. N_Member:
  69. 	mes "Sorry, members only.";
  70. 	close;
  71.  
  72. }
  73.  
  74.  
  75. //======Token NPCs========
  76. yuno_in01.gat,33,162,3	script	Smile Helper	92,{
  77. 	mes "[Smile Gal]";
  78. 	mes "Oh man...I am so sick of";
  79. 	mes "trading Mr. Smile masks for crap.";
  80. 	mes " ";
  81. 	mes "You ask me for one and you'll find yourself 10 pounds lighter!";
  82. 	close;
  83. }
  84. //Usless Female Assasin;
  85. yuno_in01.gat,22,162,6	script	Female Assasin	725,{
  86. 	mes "[Sharlet]";
  87. 	if (Event_THQS > 0) goto N_Member;
  88. 	mes "Umm sorry I'm not gona waste my time talking to you if you arn't even a member!";
  89. 	close;
  90. N_Member:
  91. 	set @TEMP,rand(1,2);
  92. 	if (@TEMP == 1) goto N_Chat1;
  93. 	if (@TEMP == 2) goto N_Chat2;
  94. 	mes "How are you reading this???";
  95. 	mes "Well unless you are reading the code :)";
  96. 	close;
  97. N_Chat1:
  98. 	mes "Ahh welcome fellow Treasure Hunter "+strcharinfo(0)+".";
  99. 	mes "Did you hear about that brave man that went into Glast Heim alone?! He must be crazy.";
  100. 	close;
  101. N_Chat2:
  102. 	mes ""+strcharinfo(0)+" don't you have something better you could be doing? Like a quest.";
  103. 	close;
  104. }
  105. //another usless member
  106. yuno_in01.gat,25,162,6	script	Female Wizard	123,{
  107. 	mes "[Sasha]";
  108. 	if (Event_THQS > 0) goto N_Member;
  109. 	mes "Umm sorry I'm not gona waste my time talking to you if you arn't even a member!";
  110. 	close;
  111. N_Member:
  112. 	set @TEMP,rand(2);
  113. 	if (@TEMP == 1) goto N_Chat;
  114. 	mes "Ahh welcome fellow Treasure Hunter "+strcharinfo(0)+".";
  115. 	mes "Did you hear about that goat man running around in the trees?";
  116. 	mes " ";
  117. 	mes "Aperently his name is Baphomet and he has been runing around the Forest Maze out side of prontera for quite some time now.";
  118. 	close;
  119. N_Chat:
  120. 	mes ""+strcharinfo(0)+" don't you have something better you could be doing? Like a quest.";
  121. 	close;
  122. }
  123.  
  124.  
  125. //===================== Token =====================================================
  126.  
  127. yuno_in01.gat,124,164,6	script	Guild Leader	108,{
  128. 	if (BaseLevel < 255) {
  129. 		mes @header$;
  130. 		mes "You need to be level 255 to use the Token Quest.";
  131. 		close;
  132. 	}
  133.  
  134. 	mes "[Keegan]";
  135. 	mes "What brings you here? Have something to say?";
  136. 	next;
  137. 	menu "I want to be a Treasure Hunter",-,"Take a New Quest.",N_NQuest,"Take me to the Official Shop.",N_OShop,"Nevermind.",N_NVM;
  138. 	if(Event_THQS==1) goto N_AlreadyReg;
  139. 	mes "[Keegan]";
  140. 	mes "Well "+strcharinfo(0)+" if you want to be a Treasure Hunter first you must.";
  141. 	mes " ";
  142. 	mes "^FF00001.^000000 You well be changed ^FF0000100,000,000z^000000 for basic training and your proof of being a member.";
  143. 	mes " ";
  144. 	mes "Umm... Well that is all you need to do. Hahaha.";
  145. 	next;
  146. 	menu "Pay ^FF0000100,000,000z^000000.",-,"Thats way to high!!",N_HighPrice;
  147. 	if (zeny < 100000000) goto N_NoZeny;
  148. 	set Zeny,Zeny-100000000;
  149. 	//getitem 7950, 1;
  150. 	//getitem 7951, 1;
  151. 	set Event_THQS,1;
  152. 	mes "[Keegan]";
  153. 	mes "Congratulations!";
  154. 	emotion 46;
  155. 	next;
  156. 	mes "[Keegan]";
  157. 	mes "Welcome to the Guild of Treasure Hunters.";
  158. 	mes "You may now take a Treasure Hunting Quest as you see fit.";
  159. 	close;
  160. N_NoZeny:
  161. 	mes "[Keegan]";
  162. 	mes "Hmmm you don't seem to have ^FF0000100,000,000z^000000 "+strcharinfo(0)+". Please come back when you do.";
  163. 	close;
  164. N_HighPrice:
  165. 	mes "[Keegan]";
  166. 	mes "Well if you can't afford a small ^FF0000100,000,000z^000000 you shouldent be a Treasure Hunter yet.";
  167. 	close;
  168. N_AlreadyReg:
  169. 	mes "[Keegan]";
  170. 	mes "Ha ha ha...you are already a member.";
  171. 	close;
  172. N_NQuest:
  173. 	if (Event_THQS!=1) goto A_NeedReg;
  174. 	mes "[Keegan]";
  175. 	mes "Well "+strcharinfo(0)+" if you wish to take a quest go talk to the fellow Treasure Hunter in the other room there.";
  176. 	close;
  177. A_NeedReg:
  178. 	mes "[Keegan]";
  179. 	mes "Sorry you must be a member of the Treasure Hunter Guild if you wish to take a quest.";
  180. 	mes " ";
  181. 	mes "Also now that you are a member feel free to use our shops anytime you wish.They are all located on this floor.";
  182. 	mes " ";
  183. 	mes "We also have another shop for members only,in which we use little metal diamonds called Treasure Hunter Tokens to exchange for rare goods.";
  184. 	mes " ";
  185. 	mes "You will even have access to our exclusive personal Dungeon.";
  186. 	close;
  187. N_OShop:
  188. 	if (Event_THQS!=1) goto N_NeedMem;
  189. 	mes "[Keegan]";
  190. 	mes "Yes "+strcharinfo(0)+" I will take you to our shop right away!";
  191. 	next;
  192. 	warp "lhz_in03.gat",260,260;
  193. 	close;
  194. 	end;
  195. N_NeedMem:
  196. 	mes "[Keegan]";
  197. 	mes "Im sorry only members may visit our private shop.";
  198. 	close;
  199. N_NVM:
  200. 	mes "[Keegan]";
  201. 	mes "Alright come back when you have the free time to spare.";
  202. 	close;
  203.  
  204. }
  205.  
  206. //===================== Token =====================================================
  207.  
  208. yuno_in01.gat,112,151,6	script	Quest Manager	62,{
  209.  
  210. 	if (BaseLevel < 255) {
  211. 		mes @header$;
  212. 		mes "You need to be level 255 to use the Token Quest.";
  213. 		close;
  214. 	}
  215. if(@tcheck < 1) {
  216. set fakenamechoice,rand(1,10);
  217. botcheck;
  218. sleep2 2000;
  219. mes "Sorry to disturb you, but I need to check if you're a bot.";
  220. mes "Please don't get alarmed, I had changed your name temporarily";
  221. mes "Just look at your name by pointing at your character";
  222. mes "Then type EXACTLY what it says(case sensitive), or else you will be kicked.";
  223.  
  224. switch(fakenamechoice) {
  225. case 1:
  226. atcommand "@fakename heyhey";
  227. input botname$;
  228. if(botname$ != "heyhey") atcommand "@kick "+strcharinfo(0);
  229. break;
  230.  
  231. case 2:
  232. atcommand "@fakename youyou";
  233. input botname$;
  234. if(botname$ != "youyou") atcommand "@kick "+strcharinfo(0);
  235. break;
  236.  
  237.  
  238. case 3:
  239. atcommand "@fakename nowaynoway";
  240. input botname$;
  241. if(botname$ != "nowaynoway") atcommand "@kick "+strcharinfo(0);
  242. break;
  243.  
  244. case 4:
  245. atcommand "@fakename howhow";
  246. input botname$;
  247. if(botname$ != "howhow") atcommand "@kick "+strcharinfo(0);
  248. break;
  249.  
  250.  
  251. case 5:
  252. atcommand "@fakename wawawawawat";
  253. input botname$;
  254. if(botname$ != "wawawawawat") atcommand "@kick "+strcharinfo(0);
  255. break;
  256.  
  257.  
  258. case 6:
  259. atcommand "@fakename Uiztoken";
  260. input botname$;
  261. if(botname$ != "Uiztoken") atcommand "@kick "+strcharinfo(0);
  262. break;
  263.  
  264. case 7:
  265. atcommand "@fakename Iiztokener";
  266. input botname$;
  267. if(botname$ != "Iiztokener") atcommand "@kick "+strcharinfo(0);
  268. break;
  269.  
  270. case 8:
  271. atcommand "@fakename watchathink";
  272. input botname$;
  273. if(botname$ != "watchathink") atcommand "@kick "+strcharinfo(0);
  274. break;
  275.  
  276.  
  277. case 9:
  278. atcommand "@fakename watchuthink";
  279. input botname$;
  280. if(botname$ != "watchuthink") atcommand "@kick "+strcharinfo(0);
  281. break;
  282.  
  283. default:
  284. atcommand "@fakename watsdapoint";
  285. input botname$;
  286. if(botname$ != "watsdapoint") atcommand "@kick "+strcharinfo(0);
  287. break;
  288.  
  289. }
  290.  
  291. mes "Thank you for your patience, you can now move on.";
  292. set @tcheck,1;
  293. botcheck;
  294. atcommand "@fakename";
  295. }
  296. next;
  297.      //checking if time penalty is over [Lupus]
  298. 	if (#THQ_DELAY > (GetTime(7)*12*31*24 + GetTime(6)*31*24 + GetTime(5)*24 + GetTime(3)) ) {
  299. 		mes "[Guy]";
  300. 		mes "I'm afraid there aren't any Quests for you yet.";
  301. 		mes "Call in "+ (#THQ_DELAY - (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3)) )+" hours later.";
  302. 		emotion 17;
  303. 		close;
  304. 	}
  305. 	mes "[Guy]";
  306. 	mes "Welcome to the Treasure Hunters Guild "+strcharinfo(0)+".";
  307. 	next;
  308. 	if (On_Quest == 0) goto N_NewQuest;
  309. 	mes "[Guy]";
  310. 	mes "Look " +strcharinfo(0)+ ", you can only 1 quest at a time, you should finish the quest unless you have given up.";
  311. 	mes "Giving up will cost you ^FF00002500z^000000.";
  312. 	next;
  313. 	menu "No, never would I leave a quest!",-,"Yah I'm pathetic... Pay 2500z",N_PayZeny;
  314. 	mes "[Guy]";
  315. 	mes "Good well get back out there.";
  316. 	close;
  317. N_PayZeny:
  318. 	if (zeny < 2500) goto N_ZenyFail;
  319. 	set one_qset, 0;
  320. 	set two_qset, 0;
  321. 	set three_qset, 0;
  322. 	set four_qset, 0;
  323. 	set five_qset, 0;
  324. 	set six_qset, 0;
  325. 	set seven_qset, 0;
  326. 	set eight_qset, 0;
  327. 	set nine_qset, 0;
  328. 	set ten_qset, 0;
  329. 	set On_Quest, 0;
  330. 	set Zeny,Zeny-2500;
  331. 	//add time delay penalty. You can get another quest after 2 - 3 hours. [Lupus]
  332. 	set #THQ_DELAY, (GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3)+rand(2,3));
  333. 	mes "[Guy]";
  334. 	mes "Its sad to see someone give a quest up...";
  335. 	mes "Shame on you.";
  336. 	emotion 7;
  337. 	close;
  338.  
  339. N_ZenyFail:
  340. 	mes "[Guy]";
  341. 	mes "Thats sad you don't even have ^FF00002500z^000000.";
  342. 	close;
  343.  
  344. N_NewQuest:
  345. 	if (Event_THQS == 0) goto N_Signup;
  346. 	mes "[Guy]";
  347. 	mes "Ahh welcome fellow Treasure Hunter.";
  348. 	mes "You currently have ^FF0000"+#Treasure_Token+"^000000 treasure tokens!!!";
  349. 	mes "Would you like me to asign you a Quest?";
  350. 	next;
  351. 	menu "Yes I would like a Quest Please.",-,"Sorry Guy no time today.",N_NoTime;
  352.  
  353. 	mes "[Guy]";
  354. 	mes "Ok lets see what quest we can give you today.";
  355. 	mes "The quest names in ^FF0000This Colour^000000 mean that they are more challanging then the rest, but have better rewards.";
  356. 	next;
  357. 	set #THQ_DELAY,(GetTime(7)*12*31*24+GetTime(6)*31*24+GetTime(5)*24+GetTime(3) + 1); //you can get another quest after 1 hour [Lupus]
  358. 	emotion 21;
  359. 	if(@treasure_job==0) set @treasure_job,rand(1,10); //doesn't allow cheaters to pick any quest they want
  360. 	if(@treasure_job==2) goto N_JobList2;
  361. 	if(@treasure_job==3) goto N_JobList3;
  362. 	if(@treasure_job==4) goto N_JobList4;
  363. 	if(@treasure_job==5) goto N_JobList5;
  364. 	if(@treasure_job==6) goto N_JobList6;
  365. 	if(@treasure_job==7) goto N_JobList7;
  366. 	if(@treasure_job==8) goto N_JobList8;
  367. 	if(@treasure_job==9) goto N_JobList9;
  368. 	if(@treasure_job==10) goto N_JobList10;
  369. 	goto N_JobList1; //if(@treasure_job==1)
  370.  
  371. N_NoTime:
  372. 	mes "[Guy]";
  373. 	mes "Alright maybe next time "+strcharinfo(0)+".";
  374. 	emotion 20;
  375. 	close;
  376.  
  377. N_Signup:
  378. 	mes "[Guy]";
  379. 	mes "I'm afraid you must sign up for the guild before you can go on a quest!";
  380. 	emotion 17;
  381. 	close;
  382.  
  383. L_QuestGiven:
  384. 	set On_Quest,1;
  385. 	set @treasure_job,0; //next time u get random quest
  386. 	close;
  387.  
  388. ///////Job list 1///////
  389. N_JobList1:
  390. 	mes "[Guy]";
  391. 	mes "Ok you have a couple quests that can be done here.";
  392. 	next;
  393. 	menu "Lost Old Man.",-,"Master needs his Bow.",N_MasterBow,"The Hit List.",N_HitList,"^FF0000The Sad Widow.^000000",N_SadWidow;
  394. 	mes "[Guy]";
  395. 	mes "^FF0000Lost Old Man^000000";
  396. 	mes "^FF0000------------^000000";
  397. 	mes "This is an easy and low payed quest.";
  398. 	mes " ";
  399. 	mes "A wife came in asking us to find his husband, she seems to come in alot asking us to find him over and over again.";
  400. 	next;
  401. 	mes "[Guy]";
  402. 	mes "But he always seems to be around the same place so there isn't much looking involved,check the mountains 1 west and 1 north of prontera.";
  403. 	set one_qset,1;
  404. 	goto L_QuestGiven;
  405.  
  406. N_MasterBow:
  407. 	mes "[Guy]";
  408. 	mes "^FF0000Master needs his Bow^000000";
  409. 	mes "^FF0000--------------------^000000";
  410. 	mes "This is just a package delivery run, no big deal or anything.";
  411. 	mes " ";
  412. 	mes "Take this to an archer in the Archer Village outside of Payon.";
  413. 	getitem 1072,1; //Delivery_Box
  414. 	set one_qset,2;
  415. 	goto L_QuestGiven;
  416.  
  417. N_HitList:
  418. 	mes "[Guy]";
  419. 	mes "^FF0000The Hit List^000000";
  420. 	mes "^FF0000------------^000000";
  421. 	mes "In this quest you get to see some action.";
  422. 	mes " ";
  423. 	mes "There has been a farmer that keeps having all his crops eaten by ^FF0000Thief Bugs, Porings, and Lunitics^000000 here is a lost of what I need you to do. He is nexting East of Prontera.";
  424. 	next;
  425. 	mes "[Guy]";
  426. 	mes "Ok go to the east and bash those little bastards like there is no tommorow. When you are done with that list you have just discard it, but you will NOT get another one!.";
  427. 	set one_qset,3;
  428. 	goto L_QuestGiven;
  429.  
  430. N_SadWidow:
  431. 	mes "^FF0000The Sad Widow^000000";
  432. 	mes "^FF0000*************^000000";
  433. 	mes "This is just another quest with possable well pay.";
  434. 	mes " ";
  435. 	mes "There is an old Widow in pontera, she recently lost her husband due to a monster attack.She has requested a Guild member to come talk to her at the Pontera Graveyard.";
  436. 	set one_qset,4;
  437. 	goto L_QuestGiven;
  438.  
  439. ///////Job list 2///////
  440. N_JobList2:
  441. 	mes "[Guy]";
  442. 	mes "Ok you have a couple quests that can be done here.";
  443. 	next;
  444. 	menu "The Strange Letter",-,"Jur for Jeramiah",N_JurJeramiah,"Bee Keepers Hunny",N_BeeHunny,"^FF0000The Wander Man^000000",N_WanderMan;
  445.  
  446. 	mes "^FF0000The Strange Letter^000000";
  447. 	mes "^FF0000------------------^000000";
  448. 	mes "I do not know much about this quest.";
  449. 	mes " ";
  450. 	mes "A strange man came in here yesterday and asked me to deliver this ^FF0000Strange Letter^000000 to some woman in Morroc. Knowing us we do not ask questions so you must take care of this delivery.";
  451. 	mes "The Woman is in located in Morroc and her name is Erika.";
  452. 	set two_qset, 1;
  453. 	getitem 1072,1; //Delivery_Message
  454. 	goto L_QuestGiven;
  455.  
  456. N_JurJeramiah:
  457. 	mes "^FF0000Jur for Jeramiah^000000";
  458. 	mes "^FF0000----------------^000000";
  459. 	mes "Standard delivery quest.";
  460. 	mes " ";
  461. 	mes "Jeramiah ordered a Special Jur from our weapon shop.Your Job is to deliver it to him in the Assasin Temple.";
  462. 	getitem 1998,1; //Jeramiah's_Jur
  463. 	set two_qset,2;
  464. 	goto L_QuestGiven;
  465.  
  466. N_BeeHunny:
  467. 	mes "^FF0000Bee Keepers Hunny^000000";
  468. 	mes "^FF0000-----------------^000000";
  469. 	mes "Strange man in the marsh need your help.";
  470. 	mes " ";
  471. 	mes "There is a strange man in the forest in ^FF00001 south and 1 west^000000 of Prontera, he need your help with something.";
  472. 	set two_qset,3;
  473. 	goto L_QuestGiven;
  474.  
  475. N_WanderMan:
  476. 	mes "^FF0000The Wander Man^000000";
  477. 	mes "^FF0000**************^000000";
  478. 	mes "There is a woman in Payon that is in desperate for aid.";
  479. 	mes " ";
  480. 	mes "There is a woman in Payon named Molly please get to her as soon as possable the letter she sent here sounded like someone was killing her.";
  481. 	set two_qset,4;
  482. 	goto L_QuestGiven;
  483.  
  484. ///////Job list 3///////
  485. N_JobList3:
  486. 	mes "[Guy]";
  487. 	mes "Ok you have a couple quests that can be done here.";
  488. 	next;
  489. 	menu "Damn Pixies!",-,"Package Delivery",N_Delivery1,"Prontera Culvert",N_ProntCulvert,"^FF0000Trouble at the Coal Mine^000000",N_CoalMine;
  490. 	mes "^FF0000Damn Pixies!^000000";
  491. 	mes "^FF0000------------^000000";
  492. 	mes "Have you ever been to Hell?";
  493. 	mes " ";
  494. 	mes "A man outside of ^FF0000Ant Hell^000000 has requested your audiance, I suggest you hurry.";
  495. 	set three_qset,1;
  496. 	goto L_QuestGiven;
  497.  
  498. N_Delivery1:
  499. 	mes "^FF0000Package Delivery^000000";
  500. 	mes "^FF0000----------------^000000";
  501. 	mes "Standard drop off quest.";
  502. 	mes " ";
  503. 	mes "In this quest you need to deliver a mystery box to someone names ^FF0000Flank at the bridge between Aldebaran and Juno^000000.";
  504. 	getitem 1082,1; //Delivery_Box_
  505. 	set three_qset,2;
  506. 	goto L_QuestGiven;
  507.  
  508. N_ProntCulvert:
  509. 	mes "^FF0000Prontera Culvert^000000";
  510. 	mes "^FF0000----------------^000000";
  511. 	mes "The bugs,They are everywere!.";
  512. 	mes " ";
  513. 	mes "The ^FF0000Prontera Culvert^000000 is out of control!Sign up as a volenteer to clean out some of the culvert.";
  514. 	next;
  515. 	mes "I know it seems like there is no stoping them but however many you kill does makes a differance. After you have signed up, inside the Culvert there will be a Knight that will give you a quest.";
  516. 	set three_qset,3;
  517. 	goto L_QuestGiven;
  518.  
  519. N_CoalMine:
  520. 	mes "^FF0000Trouble at the Coal Mine^000000";
  521. 	mes "^FF0000************************^000000";
  522. 	mes "The fun...err...trouble never stops in Rune Midgar.";
  523. 	mes " ";
  524. 	mes "Recently there was an acident at the coal mines. There was a huge chasm that released some undead Evil Druids.";
  525. 	next;
  526. 	mes "The Evil Druids started to turn all the workers into the undead. We do not know why, but we do not want to find out, contact a man named Rudolfo outside the Coal Mines.";
  527. 	set three_qset,4;
  528. 	goto L_QuestGiven;
  529.  
  530. ///////Job list 4///////
  531. N_JobList4:
  532. 	mes "[Guy]";
  533. 	mes "Ok you have a couple quests that can be done here.";
  534. 	next;
  535. 	menu "Zombie Attack",-,"Mystic Wizard",N_MWizard,"Aww shoot!",N_Shoot,"^FF0000Emperium^000000",N_Emp;
  536. 	mes "^FF0000Zombie Attack^000000";
  537. 	mes "^FF0000-------------^000000";
  538. 	mes "The undead have invaded Payon Cave!";
  539. 	mes " ";
  540. 	mes "I remember when Payon Cave used to be a safe place to visit, but now undead Zombies have infested the cave! Please contact ^FF0000Flora outside on Payon Cave^000000 and aid her.";
  541. 	set four_qset,1;
  542. 	goto L_QuestGiven;
  543.  
  544. N_MWizard:
  545. 	mes "^FF0000Mystic Wizard^000000";
  546. 	mes "^FF0000-------------^000000";
  547. 	mes "Proto-type of a Staff must be delivered to Zed the Wizard.";
  548. 	mes " ";
  549. 	mes "Zed the Wizard has requested to try out a new un-named proto-type staff. It will be your job to deliver this to him. Zed tend to stay within the general area of Juno.";
  550. 	getitem 1999,1; //Zed's_Staff
  551. 	set four_qset,2;
  552. 	goto L_QuestGiven;
  553.  
  554. N_Shoot:
  555. 	mes "^FF0000Aww shoot!^000000";
  556. 	mes "^FF0000----------^000000";
  557. 	mes "A little girl is in trouble.";
  558. 	mes " ";
  559. 	mes "There is a little girl in trouble, her name is Dassy and she is ^FF0000east of the prontera fountan^000000.";
  560. 	set four_qset,3;
  561. 	goto L_QuestGiven;
  562.  
  563. N_Emp:
  564. 	mes "^FF0000Emperium^000000";
  565. 	mes "^FF0000********^000000";
  566. 	mes "This is a strange quest that I know little about.";
  567. 	mes " ";
  568. 	mes "Someone in ^FF0000Prontera Guild Hall^000000 has requested to see one of our members, his name is Czhore.";
  569. 	set four_qset,4;
  570. 	goto L_QuestGiven;
  571.  
  572. ///////Job list 5///////
  573. N_JobList5:
  574. 	mes "[Guy]";
  575. 	mes "Ok you have a couple quests that can be done here.";
  576. 	next;
  577. 	menu "Savage Land",-,"Pyramid's part 1",N_PyrPRT1,"Thinking first",N_Thinkfirst,"^FF0000The not so friendly ghost^000000",N_Ghost;
  578. 	mes "^FF0000Savage Land^000000";
  579. 	mes "^FF0000-----------^000000";
  580. 	mes "Easy for some very hard for others.";
  581. 	mes " ";
  582. 	mes "A man named Lithin wish's to give you a quest, you can find him north of prontera inside of ^FF0000The Hidden Temple^000000";
  583. 	set five_qset,1;
  584. 	goto L_QuestGiven;
  585.  
  586. N_PyrPRT1:
  587. 	mes "^FF0000Pyramid's^000000";
  588. 	mes "^FF0000---------^000000";
  589. 	mes "Its funny cause no one knows how these were really made.";
  590. 	mes " ";
  591. 	mes "Aperently the Pyramids have are beganing to be infested with undead activity,outside the pyramids a man will be nexting for you. He did no give us his name but he asked for you to hurry.";
  592. 	set five_qset,2;
  593. 	goto L_QuestGiven;
  594.  
  595. N_Thinkfirst:
  596. 	mes "^FF0000Thinking first^000000";
  597. 	mes "^FF0000--------------^000000";
  598. 	mes "This sounds like another one of those ditzy girl quests...";
  599. 	mes " ";
  600. 	mes "Dazzy the local blond around Geffen has asked for you to deliver her these flowers. I don't know why someone would send flowers to herself...";
  601. 	getitem 744,1; //Bouquet
  602. 	set five_qset,3;
  603. 	goto L_QuestGiven;
  604.  
  605. N_Ghost:
  606. 	mes "^FF0000The not so friendly ghost^000000";
  607. 	mes "^FF0000*************************^000000";
  608. 	mes "Well no one ever said Casper was nice behind the sceens.";
  609. 	mes " ";
  610. 	mes "A wizard on the 3rd floor of geffen tower want's to talk to you about the anchient ruins underneath the city.";
  611. 	set five_qset,4;
  612. 	goto L_QuestGiven;
  613.  
  614. ///////Job list 6///////
  615. N_JobList6:
  616. 	mes "[Guy]";
  617. 	mes "Ok you have a couple quests that can be done here.";
  618. 	next;
  619. 	menu "Package for thiefs",-,"Pyramid's part 2",N_PyrPRT2,"Special delivery",N_Delivery2,"^FF0000Geffenia^000000",N_Gef;
  620. 	mes "^FF0000Package for thiefs^000000";
  621. 	mes "^FF0000------------------^000000";
  622. 	mes "How ironic.";
  623. 	mes " ";
  624. 	mes "Deliver this Box to the Thiefs guild.";
  625. 	set six_qset,1;
  626. 	getitem 1083,1; //Delivery_Box__
  627. 	goto L_QuestGiven;
  628.  
  629. N_PyrPRT2:
  630. 	mes "^FF0000Pyramid's part 2^000000";
  631. 	mes "^FF0000----------------^000000";
  632. 	mes "More undead action in this triangle!";
  633. 	mes " ";
  634. 	mes "Talk to a man outside the entrance of the pyramids, he seems to have another quest for you.";
  635. 	set six_qset,2;
  636. 	goto L_QuestGiven;
  637.  
  638. N_Delivery2:
  639. 	mes "^FF0000Special delivery^000000";
  640. 	mes "^FF0000----------------^000000";
  641. 	mes "Well most of what we do is run packages, this is no different from other's.";
  642. 	mes " ";
  643. 	mes "Take this box, DO NOT OPEN IT! To a little girl in Lutie named Chirach she should be around santa.";
  644. 	set six_qset,3;
  645. 	getitem 1083,3; //Delivery_Box__
  646. 	goto L_QuestGiven;
  647.  
  648. N_Gef:
  649. 	mes "^FF0000Geffenia^000000";
  650. 	mes "^FF0000********^000000";
  651. 	mes "The little children of Geffen have been haveing strange nightmares.";
  652. 	mes " ";
  653. 	mes "We belive that the ruins underneath geffen are causeing this problem, talk to a Wizard named Zuuzuu inside Geffen Tower for your mission.";
  654. 	set six_qset,4;
  655. 	goto L_QuestGiven;
  656.  
  657. ///////Job list 7///////
  658. N_JobList7:
  659. 	mes "[Guy]";
  660. 	mes "Ok you have a couple quests that can be done here.";
  661. 	next;
  662. 	menu "Apple Juice",-,"Delivery",N_Delivery3,"^FF0000Golden Thief Bug^000000",N_GTB,"^FF0000Evil Pirates^000000",N_EvilPirates;
  663. 	mes "^FF0000Apple Juice^000000";
  664. 	mes "^FF0000-----------^000000";
  665. 	mes "Can't say no to some good apple juice.";
  666. 	mes " ";
  667. 	mes "There is a little girl up in prontera Square a bit north from the fountain, go talk to her.";
  668. 	set seven_qset,1;
  669. 	goto L_QuestGiven;
  670.  
  671. N_Delivery3:
  672. 	mes "^FF0000Delivery^000000";
  673. 	mes "^FF0000--------^000000";
  674. 	mes "So many packages so little time.";
  675. 	mes " ";
  676. 	mes "Take this box to a man in Alberta named Charles.";
  677. 	getitem 1082,1; //Delivery_Box_
  678. 	set seven_qset,2;
  679. 	goto L_QuestGiven;
  680.  
  681. N_GTB:
  682. 	mes "^FF0000Golden Thief Bug^000000";
  683. 	mes "^FF0000****************^000000";
  684. 	mes "The prontera Culvert has never been the same...";
  685. 	mes " ";
  686. 	mes "Well there have been reports of a Golden Thief Bug running around the bottem on the Culvert. Talk to a Knight inside the Culvert.";
  687. 	set seven_qset,3;
  688. 	goto L_QuestGiven;
  689.  
  690. N_EvilPirates:
  691. 	mes "^FF0000Evil Pirates^000000";
  692. 	mes "^FF0000************^000000";
  693. 	mes "A ghost ship has washed up on shore on an island outside of Izlude.";
  694. 	mes " ";
  695. 	mes "A female assasin has a quest for you, she is nexting outside the Ghost Ship.There have been reports of evil undead pirates lurking around inside the ship.";
  696. 	set seven_qset,4;
  697. 	goto L_QuestGiven;
  698.  
  699. ///////Job list 8///////
  700. N_JobList8:
  701. 	mes "[Guy]";
  702. 	mes "Ok you have a couple quests that can be done here.";
  703. 	next;
  704. 	menu "Banana Juice",-,"Another Delivery",N_Delivery4,"My lost beeds",N_LostBeeds,"^FF0000Baphomet!^000000",N_Bapho;
  705. 	mes "^FF0000Banana Juice^FF0000";
  706. 	mes "^FF0000------------^FF0000";
  707. 	mes "Sound gross to some good to others.";
  708. 	mes " ";
  709. 	mes "There is a little girl up in prontera Square a bit north from the fountain, go talk to her.";
  710. 	set eight_qset,1;
  711. 	goto L_QuestGiven;
  712.  
  713. N_Delivery4:
  714. 	mes "^FF0000Another Delivery^FF0000";
  715. 	mes "^FF0000----------------^FF0000";
  716. 	mes "Well yah box delivering is in high demand,lots of lazy people.";
  717. 	mes " ";
  718. 	mes "Take this package to a man in Morroc named Klye.";
  719. 	set eight_qset,2;
  720. 	getitem 1081,1; //Delivery_Box
  721. 	goto L_QuestGiven;
  722.  
  723. N_Bapho:
  724. 	mes "^FF0000Baphomet!^FF0000";
  725. 	mes "^FF0000*********^FF0000";
  726. 	mes "Hidden in the Temple he watches and guards.";
  727. 	mes " ";
  728. 	mes "Rumor has it that a Goat Man is lurking in the Hidden Temple, There is also a man in the Hidden Temple names Zack that needs you help with this Goat Man known as Baphomet.";
  729. 	set eight_qset,3;
  730. 	goto L_QuestGiven;
  731.  
  732. N_LostBeeds:
  733. 	mes "^FF0000My lost Beeds^FF0000";
  734. 	mes "^FF0000-------------^FF0000";
  735. 	mes "Oh great I smell stupidity...";
  736. 	mes " ";
  737. 	mes "A little girl in Payon wants to talk to you, her name is Flower, What a stupid name,Hahaha.";
  738. 	set eight_qset,4;
  739. 	goto L_QuestGiven;
  740.  
  741. ///////Job list 9///////
  742. N_JobList9:
  743. 	mes "[Guy]";
  744. 	mes "Ok you have a couple quests that can be done here.";
  745. 	next;
  746. 	menu "Smelly Box",-,"Payon Cave",N_PayonC,"^FF0000Sohee's Everywere!^000000",N_Sohee,"^FF0000Moonlight Flower^000000",N_Moonlight;
  747. 	mes "^FF0000Smelly Box^FF0000";
  748. 	mes "^FF0000----------^FF0000";
  749. 	mes "Oh god please get this out of here fast.";
  750. 	mes " ";
  751. 	mes "Oh man smells like someone died in here.Take this to the Magic School in Geffen and hurry,ahh the smell its burning my eye's!!!";
  752. 	getitem 1082,1; //Delivery_Box_
  753. 	set nine_qset,1;
  754. 	goto L_QuestGiven;
  755.  
  756. N_Sohee:
  757. 	mes "^FF0000Sohee's Everywere!^FF0000";
  758. 	mes "^FF0000******************^FF0000" ;
  759. 	mes "Hmmm seem's a man named Jack wants to speak to you in the Archer Guild House.";
  760. 	mes " ";
  761. 	mes "Well what we know about Payon is that a while ago there was a freak fire that burnt down the old school.";
  762. 	next;
  763. 	mes "The strange thing about what happened was that the children inside did not seem to die from the flames.";
  764. 	mes "Speak to the little school girl somewere in Payon.";
  765. 	set nine_qset,2;
  766. 	goto L_QuestGiven;
  767.  
  768. N_Moonlight:
  769. 	mes "^FF0000Moonlight Flower^FF0000";
  770. 	mes "^FF0000****************^FF0000" ;
  771. 	mes "Hmmm seem's a man named Jack wants to speak to you in the Archer Guild House.";
  772. 	mes " ";
  773. 	mes "Well I don't know much about this, it has to do with the deepest reagions of Payon Cave, We don't know much because no one ever seems to make it back alive.";
  774. 	set nine_qset,3;
  775. 	goto L_QuestGiven;
  776.  
  777. N_PayonC:
  778. 	mes "^FF0000Payon Cave^FF0000";
  779. 	mes "^FF0000----------^FF0000" ;
  780. 	mes "Hmmm seem's a man named Jack wants to speak to you in the Archer Guild House.";
  781. 	mes " ";
  782. 	mes "The farther we go into the cave the stranger it gets.";
  783. 	set nine_qset,4;
  784. 	goto L_QuestGiven;
  785.  
  786. ///////Job list 10///////
  787. N_JobList10:
  788. 	mes "[Guy]";
  789. 	mes "Ok you have a couple quests that can be done here.";
  790. 	next;
  791. 	menu "The Blank Box",-,"^FF0000Eddga^000000",N_Eddga,"^FF0000Phreeoni^000000",N_Phreeoni,"^FF0000Maya^000000",N_Maya;
  792.  
  793. 	mes "^FF0000The Blank Box^FF0000";
  794. 	mes "^FF0000-------------^FF0000";
  795. 	mes "Package to Morroc";
  796. 	mes " ";
  797. 	mes "There is nothing writen on this box but a notice to deliver it to a man Kreg.";
  798. 	getitem 1082,1; //Delivery_Box_
  799. 	set ten_qset,1;
  800. 	goto L_QuestGiven;
  801.  
  802. N_Eddga:
  803. 	mes "^FF0000Eddga^FF0000";
  804. 	mes "^FF0000*****^FF0000";
  805. 	mes "Tony the Tiger is on crack and destroying the forest.";
  806. 	mes " ";
  807. 	mes "Talk to a man outside the 'Hidden' Hunter Guild, He needs your help.";
  808. 	set ten_qset,2;
  809. 	goto L_QuestGiven;
  810.  
  811. N_Phreeoni:
  812. 	mes "^FF0000Phreeoni^FF0000";
  813. 	mes "^FF0000********^FF0000";
  814. 	mes "He is big and Pink and you run and hide!";
  815. 	mes " ";
  816. 	mes "This guy just poped into some hole one day, He dosent look that tough but you would be supprised. Talk to a man named Caral outside of Ant Hell.";
  817. 	set ten_qset,3;
  818. 	goto L_QuestGiven;
  819.  
  820. N_Maya:
  821. 	mes "^FF0000Maya^FF0000";
  822. 	mes "^FF0000****^FF0000";
  823. 	mes "Something scary!";
  824. 	mes " ";
  825. 	mes "This half naked freak need an army to take down, now its your job, good luck. Meet a girl named Jeni outside of the back entrance to Ant Hell.";
  826. 	set ten_qset,4;
  827. 	goto L_QuestGiven;
  828. }
  829.  
  830. //===================== Token =====================================================
  831.  
  832. mjolnir_09.gat,187,189,6	script	Old Man	107,{
  833. 	if (one_qset==1) goto N_QuestStart;
  834. 	mes "[Old Man]";
  835. 	mes "Eh! Can't and old man walk in peace anymore?!";
  836. 	close;
  837. N_QuestStart:
  838. 	mes "[Old Man]";
  839. 	mes "Eh? whats that?!";
  840. 	mes " ";
  841. 	mes "My wife wants me home?! Alright, alright... I'm going, I'm going. Thank you for telling me the message.";
  842. 	mes " ";
  843. 	mes "Here take this Treasure Token.";
  844. 	set one_qset,0;
  845. 	set On_Quest,0;
  846. 	set #Treasure_Token,#Treasure_Token+1;
  847. 	close;
  848. }
  849. //1-2;
  850. pay_arche.gat,86,129,6	script	Archer	732,{
  851. 	if (one_qset == 2) goto N_QuestStart;
  852. 	mes "[Kieth]";
  853. 	mes "Sorry can't talk, I'm a busy man, I'm waiting for my package.";
  854. 	close;
  855. N_QuestStart:
  856. 	mes "[Kieth]";
  857. 	mes "Ahh, you must be from the Treasure Hunter Agensy. Do you have my bow??";
  858. 	mes " ";
  859. 	mes "Ahh, good,thank you for your time. Take this Treasure Token.";
  860. 	set one_qset,0;
  861. 	set On_Quest,0;
  862. 	delitem 1072,1;
  863. 	set #Treasure_Token,#Treasure_Token+1;
  864. 	close;
  865. }
  866. //1-3
  867. prt_fild06.gat,37,192,6	script	Farmer	125,{
  868. 	if (one_qset == 3 && countitem(909) > 19 && countitem(955) > 19 && countitem(914) > 19 && countitem(705) > 19) goto N_QuestComp;
  869. 	if (one_qset==3) goto N_QuestStart;
  870. 	mes "[Billy-Bob]";
  871. 	mes "Arrrg!... Those Bastard Bugs have eaten everything, this place donest even look like my farm anymore!!";
  872. 	close;
  873. N_QuestComp:
  874. 	mes "[Billy-Bob]";
  875. 	mes "Ohhh, thank you thats a good start for me.";
  876. 	mes "Well those bugs can bugger off...";
  877. 	mes " ";
  878. 	mes "Well here take these 2 Treasure Tokens.";
  879. 	set one_qset,0;
  880. 	set #Treasure_Token,#Treasure_Token+2;
  881. 	set On_Quest,0;
  882. 	delitem 909,20;
  883. 	delitem 955,20;
  884. 	delitem 914,20;
  885. 	delitem 705,20;
  886. 	close;
  887. N_QuestStart:
  888. 	mes "[Billy-Bob]";
  889. 	mes "Those Bastard Bugs are Everywere!!!";
  890. 	mes "You must be from the guild! OK, bring me 20 Worm Peelings, 20 Jellopys, 20 fluff and 20 Clovers.";
  891. 	close;
  892. }
  893. //1-4
  894. prontera.gat,264,353,6	script	Old Lady#tok	103,{
  895. 	if (one_qset == 4 && countitem(934) > 14) goto N_QuestComp;
  896. 	if (one_qset == 4) goto N_QuestStart;
  897. 	mes "[Old Lady]";
  898. 	mes "This is my husbands grave... I'm just paying him a little visit.";
  899. 	close;
  900. N_QuestComp:
  901. 	mes "[Old Lady]";
  902. 	mes "You have them?!";
  903. 	next;
  904. 	mes "[Old Lady]";
  905. 	mes "Thank you sooo much here have these 3 Treasure Tokens.";
  906. 	set #Treasure_Token,#Treasure_Token+3;
  907. 	delitem 934,15;
  908. 	set one_qset,0;
  909. 	set On_Quest,0;
  910. 	close;
  911. N_QuestStart:
  912. 	mes "[Old Lady]";
  913. 	mes "So your the one that has come to help me?";
  914. 	mes " ";
  915. 	mes "Ok well this is what I wanted you to do,this greave beside me is my husbands grave and I promised him that I would bury some Mementos with him, The problem is that I have no Mementos...";
  916. 	next;
  917. 	mes "[Old Lady]";
  918. 	mes "Bring me 15 Mementos, please.";
  919. 	close;
  920. }
  921. ///////Job list 2///////
  922. //2-1;
  923. morocc.gat,59,109,6	script	Erika	700,{
  924. 	if (two_qset == 1 && countitem(1072) > 0) goto N_QuestComp;
  925. 	if (two_qset == 1) goto N_QuestStart;
  926. 	mes "[Erika]";
  927. 	mes "Hello my name is Erika.";
  928. 	close;
  929. N_QuestComp:
  930. 	mes "[Erika]";
  931. 	mes "What's that? You have a letter for me!!";
  932. 	mes "Oooooh I just love,love letters :D. next here will I open it.";
  933. 	next;
  934. 	mes "[Letter]";
  935. 	mes "Dear Erika";
  936. 	mes " ";
  937. 	mes "Sorry to inform you but you have been evicted, please move out within 3-5 days.";
  938. 	mes " ";
  939. 	mes "-Managment";
  940. 	next;
  941. 	mes "[Erika]";
  942. 	mes "Oh... um... Well fuck, that bastard thinks he can kick me out!!!!! He's got another thing coming!";
  943. 	mes " ";
  944. 	mes "Well thank you for delivering this anyway have this Treasure Token.";
  945. 	delitem 1072,1;
  946. 	set two_qset,0;
  947. 	set #Treasure_Token,#Treasure_Token+1;
  948. 	set On_Quest,0;
  949. 	close;
  950. N_QuestStart:
  951. 	mes "[Erika]";
  952. 	mes "So your the one that has a letter for me?";
  953. 	mes " ";
  954. 	mes "Ok well where's the letter?";
  955. 	close;
  956. }
  957. //2-2;
  958. in_moc_16.gat,15,30,6	script	Jeramiah	730,{
  959. 	if (two_qset == 2 && countitem(1998) > 0) goto N_QuestComp;
  960. 	if (two_qset == 2) goto N_QuestStart;
  961. 	mes "[Jeramiah]";
  962. 	mes "Its so boring when you have to next on people...";
  963. 	close;
  964. N_QuestComp:
  965. 	mes "[Jeramiah]";
  966. 	mes "Ahh hello, you must be from the Treasure Hunter Guild.";
  967. 	mes "Do you have my Jur? Ahh good good. Thank you.";
  968. 	mes "Here have this Treasure Hunter Token.";
  969. 	set two_qset,0;
  970. 	set On_Quest,0;
  971. 	delitem 1998,1;
  972. 	set #Treasure_Token,#Treasure_Token+1;
  973. 	close;
  974. N_QuestStart:
  975. 	mes "[Jeramiah]";
  976. 	mes "So your the one that is supposed to bring my Jur?";
  977. 	mes "So where's my Jur?";
  978. 	close;
  979. }
  980. //2-3;
  981. prt_fild07.gat,316,263,6	script	Marsh Man	84,{
  982. 	if (two_qset == 3 && countitem(518) > 19) goto N_QuestComp;
  983. 	if (two_qset == 3) goto N_QuestStart;
  984. 	mes "[Lenith]";
  985. 	mes "Hello, sorry I don't have much time to talk I'm waiting for someone.";
  986. 	close;
  987. N_QuestComp:
  988. 	mes "[Lenith]";
  989. 	mes "Oh hello, OH you have my honey, my bees and I thank you.";
  990. 	mes " ";
  991. 	mes "Here have these 2 Treasure Hunter Tokens.";
  992. 	delitem 518,20;
  993. 	set #Treasure_Token,#Treasure_Token+2;
  994. 	set two_qset,0;
  995. 	set On_Quest,0;
  996. 	close;
  997. N_QuestStart:
  998. 	mes "[Lenith]";
  999. 	mes "Hello, my name is Lenith and I have a quest for you.";
  1000. 	mes "Well resently a bunch of stupid bears stole the supers off all my bee's nests...Stupid bears.";
  1001. 	mes " ";
  1002. 	mes "What I need you to do is find me some more honey so these bee's can get through the winter. I will need about 20 Honey.";
  1003. 	close;
  1004. }
  1005. //2-4;
  1006. payon.gat,161,72,6	script	Molly	714,{
  1007. 	if (two_qset == 4 && countitem(7005) > 0) goto N_QuestComp;
  1008. 	if (two_qset == 4) goto N_QuestStart;
  1009. 	mes "[Molly]";
  1010. 	mes "Sorry can't talk, I'm waiting for someone.";
  1011. 	close;
  1012. N_QuestComp:
  1013. 	mes "[Molly]";
  1014. 	mes "WOW YOU DID IT!!!";
  1015. 	mes " ";
  1016. 	mes "I knew you looked strong, I have no idea how you could have killed that monster though.";
  1017. 	mes "thank you so much, here have these 3 Guild Tokens as a reward.";
  1018. 	set two_qset,0;
  1019. 	set On_Quest,0;
  1020. 	set #Treasure_Token,#Treasure_Token+3;
  1021. 	delitem 7005,1;
  1022. 	close;
  1023. N_QuestStart:
  1024. 	mes "[Molly]";
  1025. 	mes "Wow you must be the brave man from the treasure hunter guild!";
  1026. 	mes "Ok here is whats happening, I don't know what started it but there is a strange Ronan Skeleton running aroung the woods 2 East from here.";
  1027. 	next;
  1028. 	mes "[Molly]";
  1029. 	mes "We have try to kill him in the past but it was not...ummm...It was a bad idea. What I want you to do is go there and bring me back his Skull as proof of you killing him.";
  1030. 	mes " ";
  1031. 	mes "Good Luck";
  1032. 	close;
  1033. }
  1034. ///////Job list 3///////
  1035. //3-1;
  1036. moc_fild04.gat,208,322,6	script	Clark	65,{
  1037. 	if (three_qset == 1 && countitem(1040) > 29) goto N_QuestComp;
  1038. 	if (three_qset == 1) goto N_QuestStart;
  1039. 	mes "[Clark]";
  1040. 	mes "Love to chat, but I'm waiting for someone.";
  1041. 	close;
  1042. N_QuestComp:
  1043. 	mes "[Clark]";
  1044. 	mes "Ok well this is a start.";
  1045. 	mes " ";
  1046. 	mes "I hope that this hole will go away 1 day, and I might have another quest for you in the future.";
  1047. 	mes "here take these 2 Treasure Tokens.";
  1048. 	set #Treasure_Token,#Treasure_Token+2;
  1049. 	delitem 1040,30;
  1050. 	set three_qset,0;
  1051. 	set On_Quest,0;
  1052. 	close;
  1053. N_QuestStart:
  1054. 	mes "[Clark]";
  1055. 	mes "Well hello to you.";
  1056. 	mes "You must be from the Treasure Hunter Guild.";
  1057. 	mes " ";
  1058. 	mes "Ok well this is my problem, yah see that hole in the ground? Yah that thing just popped out of nowhere a couple years ago, inside its full of these ugly ants and these monsters called Giearths.";
  1059. 	next;
  1060. 	mes "[Clark]";
  1061. 	mes "What I want you to do is kill some of the Giearths.Bring me 30 of there little Moustaches.";
  1062. 	close;
  1063. }
  1064. //3-2;
  1065. yuno_fild01.gat,186,162,6	script	Flank	73,{
  1066. 	if (three_qset == 2 && countitem(1082) > 0) goto N_QuestComp;
  1067. 	if (three_qset == 2) goto N_QuestStart;
  1068. 	mes "[Flank]";
  1069. 	mes "Sorry I'm waiting for my package so I don't want to talk.";
  1070. 	close;
  1071. N_QuestComp:
  1072. 	mes "[Flank]";
  1073. 	mes "Perfect right on time, now I must be going to plant this bomb.... Err I meen give this package to my mother for her birthday.";
  1074. 	next;
  1075. 	mes "[Flank]";
  1076. 	mes "Thanks";
  1077. 	mes "Have this Treasure Token";
  1078. 	set three_qset,0;
  1079. 	delitem 1082,1;
  1080. 	set #Treasure_Token,#Treasure_Token+1;
  1081. 	set On_Quest,0;
  1082. 	close;
  1083. N_QuestStart:
  1084. 	mes "[Flank]";
  1085. 	mes "So you have my packages?";
  1086. 	mes "Well where is it then?";
  1087. 	close;
  1088. }
  1089. //3-3 Goes to 7-3 using callfunc
  1090. prt_sewb1.gat,120,245,6	script	Sewer Managment Knight	705,{
  1091. 	if (three_qset == 3 && countitem(955) > 149) goto N_QuestComp;
  1092. 	if (three_qset == 3) goto N_QuestStart;
  1093. 	if (seven_qset == 3) goto N_QuestStart2;
  1094. 	mes "[Sewer Managmant]";
  1095. 	mes "Live dosent get any worse for me,working in the bug filled Culvert every day...";
  1096. 	close;
  1097. N_QuestComp:
  1098. 	mes "[Sewer Managment]";
  1099. 	mes "Well that looked like it was no trouble for you.";
  1100. 	mes "Thanks have these 4 Treause Tokens.";
  1101. 	delitem 955,150;
  1102. 	set #Treasure_Token,#Treasure_Token+4;
  1103. 	set three_qset,0;
  1104. 	set On_Quest,0;
  1105. 	close;
  1106. N_QuestStart:
  1107. 	mes "[Sewer Managmant]";
  1108. 	mes "For a while now we have had monster, mostly bugs infesting the culvert...";
  1109. 	mes " ";
  1110. 	mes "What I want you to do is kinda clean some of it out, every little bit counts.";
  1111. 	mes "Bring me 150 Worm Peelings.";
  1112. 	close;
  1113. N_QuestStart2:
  1114. 	callfunc "seven_qset-3";
  1115. 	close;
  1116. }
  1117. //3-4
  1118. mjolnir_02.gat,87,357,6	script	Man#01	51,{
  1119. 	if (three_qset == 4 && countitem(1041) > 49) goto N_QuestComp;
  1120. 	if (three_qset == 4) goto N_QuestStart;
  1121. 	mes "[Rudolfo]";
  1122. 	mes "Danger, the Coal Mine is now a hostile area.";
  1123. 	close;
  1124. N_QuestComp:
  1125. 	mes "[Rudolfo]";
  1126. 	mes "Well its good to see that you have come back alive.";
  1127. 	mes "I had my doughts but thank you for your help.";
  1128. 	mes " ";
  1129. 	mes "Here have these 4 Treasure Tokens.";
  1130. 	set three_qset,0;
  1131. 	set On_Quest,0;
  1132. 	delitem 1041,50;
  1133. 	set #Treasure_Token,#Treasure_Token+4;
  1134. 	close;
  1135. N_QuestStart:
  1136. 	mes "[Rudolfo]";
  1137. 	mes "Hello, you must be from the Treasure Hunter Guild.";
  1138. 	mes " ";
  1139. 	mes "They must have filled you in on what is happening on the lower levels of this Coal Mine, I know its desturbing and we are still trying to figure out why and how 2 Evil Druids got down there.";
  1140. 	mes " ";
  1141. 	mes "Well what I want you to do is bring me 50 Lantern's as proof that you have cleaned some of them out, any loot you find down there you may keep other then what I have asked you to get for me.";
  1142. 	close;
  1143. }
  1144. ///////Job list 4///////
  1145. //4-1;
  1146. pay_arche.gat,45,138,6	script	Flora	724,{
  1147. 	if (four_qset == 1 && countitem(957) > 49) goto N_QuestComp;
  1148. 	if (four_qset == 1) goto N_QuestStart;
  1149. 	mes "[Flora]";
  1150. 	mes "Well hello be carfull in the cave, we have heard reports of Undead monster funning around.";
  1151. 	close;
  1152. N_QuestComp:
  1153. 	mes "[Flora]";
  1154. 	mes "Welcome back, good job you did it. (I wonder if that Flaming Bastard is still alive)";
  1155. 	mes "Well I hope that cut down a bit on the monsters and here have these 2 Tokens.";
  1156. 	set #Treasure_Token,#Treasure_Token+2;
  1157. 	delitem 957,50;
  1158. 	set four_qset,0;
  1159. 	set On_Quest,0;
  1160. 	killmonster "pay_dun00.gat","Flora::OnMobDead";
  1161. 	close;
  1162. N_QuestStart:
  1163. 	mes "[Flora]";
  1164. 	mes "Well hello there.";
  1165. 	mes " ";
  1166. 	mes "Well this is what I need you to do, bring me 50 Decayed Nails - awile back Payon Cave used to be a safe place to go...But now things have gone out of controll and Zombies have invaded the first floor...";
  1167. 	mes " ";
  1168. 	mes "There is also these new monsters that have just poped out of no were, we call them Flaming Bastards...Be carfull if you arn't powerfull yet because they are very strong.";
  1169. 	next;
  1170. 	mes "[Flora]";
  1171. 	mes "Good Luck";
  1172. 	mes "Remember I need 50 Nail's";
  1173. 	monster "pay_dun00.gat",0,0,"Flaming Bastard",1072,1,"Flora::OnMobDead";
  1174. 	monster "pay_dun00.gat",0,0,"Flaming Bastard",1072,1,"Flora::OnMobDead";
  1175. 	close;
  1176. OnMobDead:
  1177. 	end;
  1178. }
  1179. //4-2;
  1180. yuno.gat,45,138,6	script	Zed	735,{
  1181. 	if (four_qset == 2 && countitem(1999) > 0) goto N_QuestComp;
  1182. 	if (four_qset == 2) goto N_QuestStart;
  1183. 	mes "[Zed]";
  1184. 	mes "Get out of my face you flake.";
  1185. 	close;
  1186. N_QuestComp:
  1187. 	mes "[Zed]";
  1188. 	mes "Dear god took you long enough you bastard!";
  1189. 	mes "You know how much my time is worth!!!!";
  1190. 	mes "Your slow and I'm never gona recomend a job for you, Gimmie my staff and get out of me face!";
  1191. 	next;
  1192. 	mes "[Zed]";
  1193. 	mes "Well you can take this crapy Treausre Token.";
  1194. 	set On_Quest,0;
  1195. 	set four_qset,0;
  1196. 	delitem 1999,1;
  1197. 	set #Treasure_Token,#Treasure_Token+1;
  1198. 	close;
  1199. N_QuestStart:
  1200. 	mes "[Zed]";
  1201. 	mes "Where's my staff?";
  1202. 	close;
  1203. }
  1204. //4-3;
  1205. prontera.gat,176,204,6	script	Dassy	95,{
  1206. 	if (four_qset == 3 && countitem(711) > 19) goto N_QuestComp;
  1207. 	if (four_qset == 3) goto N_QuestStart;
  1208. 	mes "[Dassy]";
  1209. 	mes "Hello!";
  1210. 	close;
  1211. N_QuestComp:
  1212. 	mes "[Dassy]";
  1213. 	mes "Yes! Now my pet will not starve!";
  1214. 	mes "Thank you so much!";
  1215. 	mes "Have this Treasure Token.";
  1216. 	set On_Quest,0;
  1217. 	set four_qset,0;
  1218. 	delitem 711,20;
  1219. 	set #Treasure_Token,#Treasure_Token+1;
  1220. 	close;
  1221. N_QuestStart:
  1222. 	mes "[Dassy]";
  1223. 	mes "Hello person!!";
  1224. 	mes "You have come to help me? Yes, yes.";
  1225. 	mes " ";
  1226. 	mes "Ok I don't want to talk about it but I need you to fine me 20 Shoot's";
  1227. 	mes "Thank you!";
  1228. 	close;
  1229. }
  1230. //4-4;
  1231. prt_gld.gat,157,99,6	script	Czhore	752,{
  1232. 	if (four_qset == 4 && countitem(714) > 0) goto N_QuestComp;
  1233. 	if (four_qset == 4) goto N_QuestStart;
  1234. 	mes "[Czhore]";
  1235. 	mes "Hello friend";
  1236. 	mes "Have you come to check out one of these guild halls?";
  1237. 	close;
  1238. N_QuestComp:
  1239. 	mes "[Czhore]";
  1240. 	mes "Thank god!";
  1241. 	mes " ";
  1242. 	mes "I'm so happy to see one of these Emperiums! Thank you "+strcharinfo(0)+".";
  1243. 	next;
  1244. 	mes "[Czhore]";
  1245. 	mes "Here have these 2 Treasure Tokens.";
  1246. 	mes "And some of my old treasure...";
  1247. 	set four_qset,0;
  1248. 	set On_Quest,0;
  1249. 	delitem 714,1;
  1250. 	set #Treasure_Token,#Treasure_Token+2;
  1251. 	close;
  1252. N_QuestStart:
  1253. 	mes "[Czhore]";
  1254. 	mes "Hello friend";
  1255. 	mes "I know this may sound stupid but ever since I was a boy I have dreamed of having an Emperium...";
  1256. 	mes "As I know I look old, I have just never been able to find one, now that I am retired from the Treasure Hunter Guild there is no more action for me...";
  1257. 	mes " ";
  1258. 	mes "If you can get me one I shall reward you.";
  1259. 	close;
  1260. }
  1261. ///////Job list 5///////
  1262. //5-1;
  1263. prt_maze01.gat,18,184,6	script	Lithin#01	752,{
  1264. 	if (five_qset == 1 && countitem(1028) > 14) goto N_QuestComp;
  1265. 	if (five_qset == 1) goto N_QuestStart;
  1266. 	mes "[Lithin]";
  1267. 	mes "Well hello.";
  1268. 	mes "Welcome to the Forest Maze.";
  1269. 	close;
  1270. N_QuestComp:
  1271. 	mes "[Lithin]";
  1272. 	mes "Oh thank you so much, but they will be back...";
  1273. 	next;
  1274. 	mes "Take these 2 Treasure Tokens";
  1275. 	set five_qset,0;
  1276. 	set On_Quest,0;
  1277. 	set #Treasure_Token,#Treasure_Token+2;
  1278. 	delitem 1028,15;
  1279. 	close;
  1280. N_QuestStart:
  1281. 	mes "[Lithin]";
  1282. 	mes "Well hello.";
  1283. 	mes "Welcome to the Forest Maze, I have a task for you.";
  1284. 	mes " ";
  1285. 	mes "Ever heard of a moster called a Savage? It looks like a boar but it makes very annoying noices.";
  1286. 	mes "What I want you to do is bring me 15 Manes from the savages.";
  1287. 	close;
  1288. }
  1289. //5-2 goes to 6-2 using callfunc;
  1290. moc_ruins.gat,75,167,6	script	Lithin#02	87,{
  1291. 	if (five_qset == 2 && countitem(932) > 29) goto N_QuestComp;
  1292. 	if (five_qset == 2) goto N_QuestStart;
  1293. 	if (six_qset == 2) goto N_QuestStart2;
  1294. 	mes "[Strange Man]";
  1295. 	mes "...";
  1296. 	close;
  1297. N_QuestComp:
  1298. 	mes "[Strange Man]";
  1299. 	mes "Much thanks I have for you.";
  1300. 	next;
  1301. 	mes "Take with you these 2 Treasure Token's.";
  1302. 	set #Treasure_Token,#Treasure_Token+2;
  1303. 	set five_qset,0;
  1304. 	set On_Quest,0;
  1305. 	delitem 932,30;
  1306. 	close;
  1307. N_QuestStart:
  1308. 	mes "[Strange Man]";
  1309. 	mes "Must do for me you shall.Venture through the Pyramid.";
  1310. 	mes "When second floor you have reached,slay skeletons of evil.";
  1311. 	mes "Bring me back there bones you must.";
  1312. 	mes "It is 30 that I desire.";
  1313. 	close;
  1314. N_QuestStart2:
  1315. 	callfunc "six_qset2";
  1316. }
  1317. //5-3;
  1318. geffen.gat,57,130,6	script	Blonde Girl	724,{
  1319. 	if (five_qset == 3 && countitem(744) > 0) goto N_QuestComp;
  1320. 	if (five_qset == 3) goto N_QuestStart;
  1321. 	mes "[Blonde Girl]";
  1322. 	mes "I wonder what happened to my flowers";
  1323. 	close;
  1324. N_QuestComp:
  1325. 	mes "[Blonde Girl]";
  1326. 	mes "Oh are these my flower! To bad I don't want them anymore...";
  1327. 	mes " ";
  1328. 	mes "You can keep them is you want.";
  1329. 	next;
  1330. 	mes "[Blonde Girl]";
  1331. 	mes "Here take this Treasure Token as a reward.";
  1332. 	set five_qset,0;
  1333. 	set On_Quest,0;
  1334. 	set #Treasure_Token,#Treasure_Token+1;
  1335. 	close;
  1336. N_QuestStart:
  1337. 	mes "[Blonde Girl]";
  1338. 	mes "Hello, did you bring me flowers!?!";
  1339. 	close;
  1340. }
  1341. //5-4;
  1342. gef_tower.gat,49,27,6	script	Wizard#01	735,{
  1343. 	if (five_qset == 4 && countitem(1059) > 49) goto N_QuestComp;
  1344. 	if (five_qset == 4) goto N_QuestStart;
  1345. 	mes "[Wizard]";
  1346. 	mes "Hello, have you seen my Whisper friend?";
  1347. 	close;
  1348. N_QuestComp:
  1349. 	mes "[Wizard]";
  1350. 	mes "Thank you for helping me, I presume the worse.";
  1351. 	next;
  1352. 	mes "[Wizard]";
  1353. 	mes "Here take these 4 Treasure Tokens.";
  1354. 	set five_qset,0;
  1355. 	set On_Quest,0;
  1356. 	delitem 1059,50;
  1357. 	set #Treasure_Token,#Treasure_Token+4;
  1358. 	close;
  1359. N_QuestStart:
  1360. 	mes "[Wizard]";
  1361. 	mes "Hello, the reason why I brought you here was because of a long time ago I made a friend, which happened to be a Whipser.";
  1362. 	mes "He told me that he was always bullied by the other ghosts down there and I haven't seen him in a while.";
  1363. 	mes "Thinking of the worse case here, I want vengance!";
  1364. 	mes " ";
  1365. 	mes "Bring me 50 Fabrics!";
  1366. 	close;
  1367. }
  1368. ///////Job list 6///////
  1369. //6-1;
  1370. moc_prydb1.gat,47,132,6	script	Thief	48,{
  1371. 	if (six_qset == 1 && countitem(1083) > 0) goto N_QuestComp;
  1372. 	if (six_qset == 1) goto N_QuestStart;
  1373. 	mes "[Thief]";
  1374. 	mes "Welcome to the Thiefs Guild.";
  1375. 	close;
  1376. N_QuestComp:
  1377. 	mes "[Thief]";
  1378. 	mes "Thank you for this delivery.";
  1379. 	next;
  1380. 	mes "[Thief]";
  1381. 	mes "Here take this Treasure Token as a reward.";
  1382. 	set six_qset,0;
  1383. 	delitem 1083,1;
  1384. 	set On_Quest,0;
  1385. 	set #Treasure_Token,#Treasure_Token+1;
  1386. 	close;
  1387. N_QuestStart:
  1388. 	mes "[Thief]";
  1389. 	mes "Where's my delivery?";
  1390. 	close;
  1391. }
  1392. //6-2
  1393. function	script	six_qset2	{
  1394. 	if (six_qset == 2 && countitem(930) > 29) goto N_QuestComp2;
  1395. 	mes "[Strange Man]";
  1396. 	mes "Another quest for you I have.";
  1397. 	mes "Futher into the pyramid you must go.";
  1398. 	mes "Fighting Mummys is future for you.";
  1399. 	mes " ";
  1400. 	mes "Bring back for me their wrappings you must.";
  1401. 	mes "It is 30 Rotten bandages I desire.";
  1402. 	close;
  1403. N_QuestComp2:
  1404. 	mes "[Strange Man]";
  1405. 	mes "Much thanks for you that I have.";
  1406. 	next;
  1407. 	mes "[Strange Man]";
  1408. 	mes "Take with you these 3 tokens.";
  1409. 	set #Treasure_Token,#Treasure_Token+3;
  1410. 	delitem 930,30;
  1411. 	set On_Quest,0;
  1412. 	set six_qset,0;
  1413. 	close;
  1414. }
  1415. //6-3;
  1416. xmas.gat,144,136,6	script	Chirach	48,{
  1417. 	if (six_qset == 3 && countitem(1083) > 0) goto N_QuestComp;
  1418. 	if (six_qset == 3) goto N_QuestStart;
  1419. 	mes "[Chirach]";
  1420. 	mes "Welcome.";
  1421. 	close;
  1422. N_QuestComp:
  1423. 	mes "[Chirach]";
  1424. 	mes "Thank you for this delivery.";
  1425. 	next;
  1426. 	mes "[Chirach]";
  1427. 	mes "Here take this Treasure Token as a reward.";
  1428. 	set six_qset,0;
  1429. 	delitem 1083,1;
  1430. 	set On_Quest,0;
  1431. 	set #Treasure_Token,#Treasure_Token+1;
  1432. 	close;
  1433. N_QuestStart:
  1434. 	mes "[Chirach]";
  1435. 	mes "Where's my delivery?";
  1436. 	close;
  1437. }
  1438. //6-4;
  1439. gef_tower.gat,52,87,6	script	Wizard#02	735,{
  1440. 	if (six_qset == 4 && countitem(944) > 19) goto N_QuestComp;
  1441. 	if (six_qset == 4) goto N_QuestStart;
  1442. 	mes "[Zuuzuu]";
  1443. 	mes "Hello, welcome to geffen tower.";
  1444. 	close;
  1445. N_QuestComp:
  1446. 	mes "[Wizard]";
  1447. 	mes "Thank you for helping me.";
  1448. 	next;
  1449. 	mes "Here take these 4 Treasure Tokens.";
  1450. 	set six_qset,0;
  1451. 	set On_Quest,0;
  1452. 	delitem 944,20;
  1453. 	set #Treasure_Token,#Treasure_Token+4;
  1454. 	next;
  1455. 	mes "[Zuuzuu]";
  1456. 	mes "Oh dear god!!!";
  1457. 	mes "One of those evil mosters has followed you up here, Kill it, Kill it!!!";
  1458. 	next;
  1459. 	monster "gef_tower.gat",42,89,"Evil Nightmare",1061,1;
  1460. 	close;
  1461. N_QuestStart:
  1462. 	mes "[Zuuzuu]";
  1463. 	mes "Hello, the reason I sent for a young adventurer was because of the problems we are having under the tower.";
  1464. 	mes "There seem to be more ghosts day after day down there. What I need you to do is go down there and find these mosters we call Nightmares.";
  1465. 	mes " ";
  1466. 	mes "You must slay them and bring me 20 of there horse shoes.";
  1467. 	close;
  1468. }
  1469. ///////Job list 7///////
  1470. //7-1 goes to 8-1 using callfunc;
  1471. prontera.gat,123,208,6	script	Little Girl#1	717,{
  1472. 	if (seven_qset == 1 && countitem(531) > 4) goto N_QuestComp;
  1473. 	if (seven_qset == 1) goto N_QuestStart;
  1474. 	if (eight_qset == 1) goto N_QuestStart2;
  1475. 	mes "[Girl]";
  1476. 	mes "Hello mister "+strcharinfo(0)+".";
  1477. 	close;
  1478. N_QuestComp:
  1479. 	mes "[Girl]";
  1480. 	mes "Thank you so much!";
  1481. 	next;
  1482. 	mes "[Girl]";
  1483. 	mes "Have these 1 Treasure Tokens.";
  1484. 	set seven_qset,0;
  1485. 	set On_Quest,0;
  1486. 	delitem 531,5;
  1487. 	set #Treasure_Token,#Treasure_Token+1;
  1488. 	close;
  1489. N_QuestStart:
  1490. 	mes "[Girl]";
  1491. 	mes "Hi mister person. Can you get me some apple juice?";
  1492. 	mes "I want 5 of them.";
  1493. 	close;
  1494. N_QuestStart2:
  1495. 	callfunc "eight_qset1";
  1496. }
  1497. //7-2;
  1498. alberta.gat,101,84,6	script	Charles	48,{
  1499. 	if (seven_qset == 2 && countitem(1082) > 0) goto N_QuestComp;
  1500. 	if (seven_qset == 2) goto N_QuestStart;
  1501. 	mes "[Charles]";
  1502. 	mes "Hello "+strcharinfo(0)+" welcome to Alberta.";
  1503. 	close;
  1504. N_QuestComp:
  1505. 	mes "[Charles]";
  1506. 	mes "Thank you for this delivery.";
  1507. 	next;
  1508. 	mes "[Charles]";
  1509. 	mes "Here take this Treasure Token as a reward.";
  1510. 	set seven_qset,0;
  1511. 	delitem 1082,1;
  1512. 	set On_Quest,0;
  1513. 	set #Treasure_Token,#Treasure_Token+1;
  1514. 	close;
  1515. N_QuestStart:
  1516. 	mes "[Charles]";
  1517. 	mes "So where is my package?";
  1518. 	close;
  1519. }
  1520. //7-3
  1521. function	script	seven_qset-3	{
  1522. 	if (seven_qset == 3 && countitem(969) > 0) goto N_QuestComp2;
  1523. 	mes "[Sewer Managment]";
  1524. 	mes "Well there have been reports of a Golden Thief Bug running around the bottem on the Culvert";
  1525. 	mes " ";
  1526. 	mes "Bring me 1 Gold Bar from him.";
  1527. 	close;
  1528. N_QuestComp2:
  1529. 	mes "[Sewer Managment]";
  1530. 	mes "Thank you for helping me.";
  1531. 	next;
  1532. 	mes "[Sewer Managment]";
  1533. 	mes "Here take these 4 Treasure Tokens.";
  1534. 	set seven_qset,0;
  1535. 	set On_Quest,0;
  1536. 	delitem 969,1;
  1537. 	set #Treasure_Token,#Treasure_Token+4;
  1538. 	close;
  1539. }
  1540. //7-4;
  1541. alb2trea.gat,94,102,6	script	Scarlet	725,{
  1542. 	if (seven_qset == 4 && countitem(1127) > 0) goto N_QuestComp;
  1543. 	if (seven_qset == 4) goto N_QuestStart;
  1544. 	mes "[Scarlet]";
  1545. 	mes "Sorry, busy.";
  1546. 	close;
  1547. N_QuestComp:
  1548. 	mes "[Scarlet]";
  1549. 	mes "Thank you for helping me, I presume the worse.";
  1550. 	next;
  1551. 	mes "[Scarlet]";
  1552. 	mes "Here take these 4 Treasure Tokens.";
  1553. 	set seven_qset,0;
  1554. 	set On_Quest,0;
  1555. 	delitem 1127,1;
  1556. 	set #Treasure_Token,#Treasure_Token+4;
  1557. 	close;
  1558. N_QuestStart:
  1559. 	mes "[Scarlet]";
  1560. 	mes "Good your here. Ok there are reports of an old captain named Drake abored this ship. Kill Him!";
  1561. 	mes " ";
  1562. 	mes "Bring me his Saber as proof!";
  1563. 	close;
  1564. }
  1565. ///////Job list 8///////
  1566. //8-1
  1567. function	script	eight_qset1	{
  1568. 	if (eight_qset == 1 && countitem(532) > 4) goto N_QuestComp2;
  1569. 	mes "[Girl]";
  1570. 	mes "Hi mister person. Can you get me some Banana juice?";
  1571. 	mes "I want 5 of them.";
  1572. 	close;
  1573. N_QuestComp2:
  1574. 	mes "[Girl]";
  1575. 	mes "Thank you so much!";
  1576. 	next;
  1577. 	mes "[Girl]";
  1578. 	mes "Have these 1 Treasure Tokens.";
  1579. 	set eight_qset,0;
  1580. 	set On_Quest,0;
  1581. 	delitem 532,5;
  1582. 	set #Treasure_Token,#Treasure_Token+1;
  1583. 	close;
  1584. }
  1585. //8-2;
  1586. morocc.gat,165,55,6	script	Klye	48,{
  1587. 	if (eight_qset == 2 && countitem(1081) > 0) goto N_QuestComp;
  1588. 	if (eight_qset == 2) goto N_QuestStart;
  1589. 	mes "[Klye]";
  1590. 	mes "Hello "+strcharinfo(0)+".";
  1591. 	close;
  1592. N_QuestComp:
  1593. 	mes "[Klye]";
  1594. 	mes "Thank you for this delivery.";
  1595. 	next;
  1596. 	mes "[Klye]";
  1597. 	mes "Here take this Treasure Token as a reward.";
  1598. 	set eight_qset,0;
  1599. 	delitem 1081,1;
  1600. 	set On_Quest,0;
  1601. 	set #Treasure_Token,#Treasure_Token+1;
  1602. 	close;
  1603. N_QuestStart:
  1604. 	mes "[Kyle]";
  1605. 	mes "So where's my Delivery";
  1606. 	close;
  1607.  
  1608. }
  1609. //8-3;
  1610. prt_maze02.gat,103,86,6	script	Zack	751,{
  1611. 	if (eight_qset == 3 && countitem(923) > 0) goto N_QuestComp;
  1612. 	if (eight_qset == 3) goto N_QuestStart;
  1613. 	mes "[Zack]";
  1614. 	mes "Hello, have you seen my Whisper friend?";
  1615. 	close;
  1616. N_QuestComp:
  1617. 	mes "[Zack]";
  1618. 	mes "Thank you for helping me, I presume the worse.";
  1619. 	next;
  1620. 	mes "[Zack]";
  1621. 	mes "Here take these 5 Treasure Tokens.";
  1622. 	set eight_qset,0;
  1623. 	set On_Quest,0;
  1624. 	delitem 923,1;
  1625. 	set #Treasure_Token,#Treasure_Token+5;
  1626. 	close;
  1627. N_QuestStart:
  1628. 	mes "[Zack]";
  1629. 	mes "Hello,the reason why I brought you here was because of a very strange monster known as Baphomet.";
  1630. 	mes "People say that Baphomet guilds the gate to the under-world but I don't belive them, Kill Baphomet!";
  1631. 	mes " ";
  1632. 	mes "Bring me his Evil Horn!";
  1633. 	close;
  1634. }
  1635. //8-4;
  1636. payon.gat,136,129,6	script	Flower	703,{
  1637. 	if (eight_qset == 4 && countitem(746) > 9) goto N_QuestComp;
  1638. 	if (eight_qset == 4) goto N_QuestStart;
  1639. 	mes "[Flower]";
  1640. 	mes "Sorry I'm waiting for someone. You will have to come back later.";
  1641. 	close;
  1642. N_QuestComp:
  1643. 	mes "[Flower]";
  1644. 	mes "Thank you for helping me, I presume the worse.";
  1645. 	next;
  1646. 	mes "[Flower]";
  1647. 	mes "Here take these 2 Treasure Tokens.";
  1648. 	set eight_qset,0;
  1649. 	set On_Quest,0;
  1650. 	delitem 746,10;
  1651. 	set #Treasure_Token,#Treasure_Token+2;
  1652. 	close;
  1653. N_QuestStart:
  1654. 	mes "[Flower]";
  1655. 	mes "Help, help I have lost my Beads!! My brother Bush is going to kill me please help";
  1656. 	mes " ";
  1657. 	mes "Bring me 10 Glass Beads!";
  1658. 	close;
  1659. }
  1660. ///////Job list 9///////
  1661. //9-1;
  1662. geffen_in.gat,168,124,6	script	Mage	48,{
  1663. 	if (nine_qset == 1 && countitem(1082) > 0) goto N_QuestComp;
  1664. 	if (nine_qset == 1) goto N_QuestStart;
  1665. 	mes "[Mage]";
  1666. 	mes "Hello "+strcharinfo(0)+" welcome to the Mage Guild.";
  1667. 	close;
  1668. N_QuestComp:
  1669. 	mes "[Mage]";
  1670. 	mes "Thank you for this delivery. Sorry about the smell, Its a box of Toad Tounges";
  1671. 	next;
  1672. 	mes "[Mage]";
  1673. 	mes "Here take this Treasure Token as a reward.";
  1674. 	set nine_qset,0;
  1675. 	delitem 1082,1;
  1676. 	set On_Quest,0;
  1677. 	set #Treasure_Token,#Treasure_Token+1;
  1678. 	close;
  1679. N_QuestStart:
  1680. 	mes "[Mage]";
  1681. 	mes "Hello "+strcharinfo(0)+", Where is my box of Toad Tounges?.";
  1682. 	close;
  1683. }
  1684. //9-2;
  1685. pay_arche.gat,98,74,6	script	School Girl	703,{
  1686. 	if (nine_qset == 2 && countitem(1020) > 19) goto N_QuestComp;
  1687. 	if (nine_qset == 2) goto N_QuestStart;
  1688. 	mes "[School Girl]";
  1689. 	mes "Sorry I'm waiting for someone, you will have to come back later";
  1690. 	close;
  1691. N_QuestComp:
  1692. 	mes "[School Girl]";
  1693. 	mes "Thank you for helping me.";
  1694. 	next;
  1695. 	mes "[School Girl]";
  1696. 	mes "Here take these 4 Treasure Tokens.";
  1697. 	set nine_qset,0;
  1698. 	set On_Quest,0;
  1699. 	delitem 1020,20;
  1700. 	set #Treasure_Token,#Treasure_Token+4;
  1701. 	close;
  1702. N_QuestStart:
  1703. 	mes "[School Girl]";
  1704. 	mes "Help, Well what we know about Payon is that a while ago there was a freak fire that burnt down the old school.";
  1705. 	next;
  1706. 	mes "[School Girl]";
  1707. 	mes "The strange thing about what happened was that the children inside did not seem to die from the flames. They have taken over the entire 3rd floor of Payon Cave.";
  1708. 	mes " ";
  1709. 	mes "Bring me 20 Black Hair!";
  1710. 	close;
  1711. }
  1712. //9-3
  1713. payon_in02.gat,19,33,6	script	Jack	740,{
  1714. 	if (nine_qset == 3 && countitem(1022) > 0) goto N_QuestComp;
  1715. 	if (nine_qset == 3) goto N_QuestStart;
  1716. 	if (nine_qset == 4) goto N_QuestStart2;
  1717. 	mes "[Jack]";
  1718. 	mes "Sorry I'm waiting for someone, you will have to come back later";
  1719. 	close;
  1720. N_QuestComp:
  1721. 	mes "[Jack]";
  1722. 	mes "Thank you for helping me.";
  1723. 	next;
  1724. 	mes "[Jack]";
  1725. 	mes "Here take these 4 Treasure Tokens.";
  1726. 	set nine_qset,0;
  1727. 	set On_Quest,0;
  1728. 	delitem 1022,1;
  1729. 	set #Treasure_Token,#Treasure_Token+4;
  1730. 	close;
  1731. N_QuestStart:
  1732. 	mes "[Jack]";
  1733. 	mes "Well I don't know much about this, it has to do with the deepest reagions of Payon Cave. We don't know much because no one ever seems to make it back alive. We suspect a monster we call the Moonlight Flower";
  1734. 	mes " ";
  1735. 	mes "Bring me back 1 Nine Tales!";
  1736. 	close;
  1737. N_QuestStart2:
  1738. //9-4
  1739. 	if (nine_qset == 4 && countitem(901) > 39) goto N_QuestComp2;
  1740. 	mes "[Jack]";
  1741. 	mes "Hello, we need you to investigate some crap in the 3rd level of payon.";
  1742. 	mes " ";
  1743. 	mes "Bring me back 40 Daenggie's.";
  1744. 	close;
  1745. N_QuestComp2:
  1746. 	mes "[Jack]";
  1747. 	mes "Thank you for helping me.";
  1748. 	next;
  1749. 	mes "[Jack]";
  1750. 	mes "Here take these 3 Treasure Tokens.";
  1751. 	set nine_qset,0;
  1752. 	set On_Quest,0;
  1753. 	delitem 901,40;
  1754. 	set #Treasure_Token,#Treasure_Token+3;
  1755. 	close;
  1756. }
  1757. ///////Job list 10///////
  1758. //10-1
  1759. morocc.gat,193,51,6	script	Kreg	48,{
  1760. 	if (ten_qset == 1 && countitem(1082) > 0) goto N_QuestComp;
  1761. 	if (ten_qset == 1) goto N_QuestStart;
  1762. 	mes "[Kreg]";
  1763. 	mes "Hello "+strcharinfo(0)+" welcome to Morroc.";
  1764. 	close;
  1765. N_QuestComp:
  1766. 	mes "[Kreg]";
  1767. 	mes "Thank you for this delivery.";
  1768. 	next;
  1769. 	mes "[Kreg]";
  1770. 	mes "Here take this Treasure Token as a reward.";
  1771. 	set ten_qset,0;
  1772. 	delitem 1082,1;
  1773. 	set On_Quest,0;
  1774. 	set #Treasure_Token,#Treasure_Token+1;
  1775. 	close;
  1776. N_QuestStart:
  1777. 	mes "[Kreg]";
  1778. 	mes "So where's my Delivery";
  1779. 	close;
  1780. }
  1781. //10-2;
  1782. pay_fild10.gat,145,252,6	script	Man#02	122,{
  1783. 	if (ten_qset == 2 && countitem(1029) > 0) goto N_QuestComp;
  1784. 	if (ten_qset == 2) goto N_QuestStart;
  1785. 	mes "[Man]";
  1786. 	mes "Sorry I'm waiting for someone, you will have to come back later";
  1787. 	close;
  1788. N_QuestComp:
  1789. 	mes "[Man]";
  1790. 	mes "Thank you for helping me.";
  1791. 	next;
  1792. 	mes "[Man]";
  1793. 	mes "Here take these 4 Treasure Tokens.";
  1794. 	set ten_qset,0;
  1795. 	set On_Quest,0;
  1796. 	delitem 1029,1;
  1797. 	set #Treasure_Token,#Treasure_Token+4;
  1798. 	close;
  1799. N_QuestStart:
  1800. 	mes "[Man]";
  1801. 	mes "Tony the Tiger is on Crack! He must be stoped, KILL HIM!";
  1802. 	mes " ";
  1803. 	mes "Bring me back 1 Tiger's_Skin!";
  1804. 	close;
  1805. }
  1806. //10-3;
  1807. moc_fild04.gat,193,51,6	script	Caral	119,{
  1808. 	if (ten_qset == 3 && countitem(1015) > 0) goto N_QuestComp;
  1809. 	if (ten_qset == 3) goto N_QuestStart;
  1810. 	mes "[Caral]";
  1811. 	mes "Sorry I'm waiting for someone, you will have to come back later.";
  1812. 	close;
  1813. N_QuestComp:
  1814. 	mes "[Caral]";
  1815. 	mes "Thank you for helping me.";
  1816. 	next;
  1817. 	mes "[Caral]";
  1818. 	mes "Here take these 4 Treasure Tokens.";
  1819. 	set ten_qset,0;
  1820. 	set On_Quest,0;
  1821. 	delitem 1015,1;
  1822. 	set #Treasure_Token,#Treasure_Token+4;
  1823. 	close;
  1824. N_QuestStart:
  1825. 	mes "[Caral]";
  1826. 	mes "Phreeoni the Pink Fluff is terrorizing little novices! He must be stoped, KILL HIM!";
  1827. 	mes " ";
  1828. 	mes "Bring me back 1 Tounge!";
  1829. 	close;
  1830. }
  1831. //10-4
  1832. moc_fild15.gat,250,251,6	script	Jeni	727,{
  1833. 	if (ten_qset == 4 && countitem(1096) > 0) goto N_QuestComp;
  1834. 	if (ten_qset == 4) goto N_QuestStart;
  1835. 	mes "[Jeni]";
  1836. 	mes "Sorry I'm waiting for someone, You will have to come back later";
  1837. 	close;
  1838. N_QuestComp:
  1839. 	mes "[Jeni]";
  1840. 	mes "Thank you for helping me.";
  1841. 	next;
  1842. 	mes "[Jeni]";
  1843. 	mes "Here take these 3 Treasure Tokens.";
  1844. 	set ten_qset,0;
  1845. 	set On_Quest,0;
  1846. 	delitem 1096,1;
  1847. 	set #Treasure_Token,#Treasure_Token+3;
  1848. 	close;
  1849. N_QuestStart:
  1850. 	mes "[Jeni]";
  1851. 	mes "This half naked freak need an army to take down, now its your job,good luck.";
  1852. 	mes " ";
  1853. 	mes "Bring me back 1 Round Shell!";
  1854. 	close;
  1855. }
  1856.  
  1857. //===================== Token =====================================================
  1858.  
  1859. lhz_in03.gat,266,255,0	warp	thqwrp	1,1,yuno_in01.gat,123,155
  1860.  
  1861. lhz_in03.gat,261,265,1	script	Treasure Hunter's Shop	65,{
  1862. 	mes "[Ash]";
  1863. 	mes "Ahh, "+strcharinfo(0)+"! Welcome to the Offical Treasure Hunter's Guild Shop.";
  1864. 	mes "You currently have ^FF0000"+#Treasure_Token+"^000000 treasure tokens!!!";
  1865. 	next;
  1866. 	menu "How does this place work?",-,"What do you have in stock?",N_Shop,"Nevermind",N_NVM;
  1867. 	mes "[Ash]";
  1868. 	mes "Well you see here you can exchange your treasure hunter tokens for zeny or rare weapons forged by our blacksmiths.";
  1869. 	mes " ";
  1870. 	mes "Everything has its own price value and the only way you can get the tokens is by completing quests assigned to you,the system normally works like this.";
  1871. 	mes " ";
  1872. 	mes "The harder the mission the more Tokens you will earn. All red quests are worth 4-8 Tokens, and the rest are worth 1-5.";
  1873. 	mes " ";
  1874. 	mes "Hope that solves your problem and questions.";
  1875. 	close;
  1876. N_NVM:
  1877. 	close;
  1878. 	end;
  1879. N_Shop:
  1880. //This is when it gets hard :)
  1881. 	mes "[Ash]";
  1882. 	mes "Ok here is our Big list of goods.";
  1883. 	mes " ";
  1884. 	mes "(Note T stands for a Treasure Token.)";
  1885. 	next;
  1886. 	menu "Trade for Zeny",-,"Trade for Weapons",N_BuyWeps,"Trade for Special Item",N_BuyCards,"Nevermind",N_NVM;
  1887. 	mes "[Ash]";
  1888. 	mes "This is what we have to offer.";
  1889. 	next;
  1890. 	menu "5000000z - 1T",-,"50000000z - 10T",N_10T,"600000000z - 100T",N_100T,"Nevermind",N_NVM;
  1891. 	if (#Treasure_Token > 0) goto N_GetZeny1k;
  1892. 	mes "You don't have enough tokens!";
  1893. 	close;
  1894. N_GetZeny1k:
  1895. 	set #Treasure_Token,#Treasure_Token-1;
  1896. 	set zeny,zeny+5000000;
  1897. 	close;
  1898. N_10T:
  1899. 	if (#Treasure_Token > 9) goto N_GetZeny10k;
  1900. 	mes "You don't have enough tokens!";
  1901. 	close;
  1902. N_GetZeny10k:
  1903. 	set #Treasure_Token,#Treasure_Token-10;
  1904. 	set zeny,zeny+50000000;
  1905. 	close;
  1906. N_100T:
  1907. 	if (#Treasure_Token > 99) goto N_GetZeny100k;
  1908. 	mes "You don't have enough tokens!";
  1909. 	close;
  1910. N_GetZeny100k:
  1911. 	set #Treasure_Token,#Treasure_Token-100;
  1912. 	set zeny,zeny+600000000;
  1913. 	close;
  1914.  
  1915. N_BuyWeps:
  1916. 	mes "[Ash]";
  1917. 	mes "This is what we have to offer.";
  1918. 	next;
  1919. 	menu "Axe's",-,"1 Handed Swords",N_1HandSword,"2 Handed Swords",N_2HandSword,"Book's",N_Book,"Bow's",N_Bow,"Katar's",N_Katar,"Knuckle's",N_Knuckle,"Mace's",N_Mace,"Whips",N_Whip,"Wands",N_Wand,"Nevermind",N_NVM;
  1920.  
  1921. 	mes "[Ash]";
  1922. 	mes "This is what we have to offer.";
  1923. 	next;
  1924. 	menu "Sabbath - 160T",-,"Slaughter - 160T",N_Slau,"Tomahawk - 180T",N_Toma,"Great Axe - 200T",N_GreatA,"Guillotine - 200T",N_Guill,"Nevermind",N_NVM;
  1925.  
  1926. 	if (#Treasure_Token < 160) goto N_NeedToken;
  1927. 	set #Treasure_Token,#Treasure_Token-160;
  1928. 	getitem 1365,1;
  1929. 	logmes "Treasure Token: Bought a Sabbath";
  1930. 	close;
  1931. N_Slau:
  1932. 	if (#Treasure_Token < 160) goto N_NeedToken;
  1933. 	set #Treasure_Token,#Treasure_Token-160;
  1934. 	getitem 1367,1;
  1935. 	logmes "Treasure Token: Bought a Slaughter";
  1936. 	close;
  1937. N_Toma:
  1938. 	if (#Treasure_Token < 180) goto N_NeedToken;
  1939. 	set #Treasure_Token,#Treasure_Token-180;
  1940. 	getitem 1368,1;
  1941. 	logmes "Treasure Token: Bought a Tomahawk";
  1942. 	close;
  1943. N_GreatA:
  1944. 	if (#Treasure_Token < 200) goto N_NeedToken;
  1945. 	set #Treasure_Token,#Treasure_Token-200;
  1946. 	getitem 1364,1;
  1947. 	logmes "Treasure Token: Bought a Great Axe";
  1948. 	close;
  1949. N_Guill:
  1950. 	if (#Treasure_Token < 200) goto N_NeedToken;
  1951. 	set #Treasure_Token,#Treasure_Token-200;
  1952. 	getitem 1369,1;
  1953. 	logmes "Treasure Token: Bought a Guillotine";
  1954. 	close;
  1955. N_NeedToken:
  1956. 	mes "[Ash]";
  1957. 	mes "You don't have enough tokens!";
  1958. 	close;
  1959.  
  1960.  
  1961. N_1HandSword:
  1962. 	mes "[Ash]";
  1963. 	mes "This is what we have to offer.";
  1964. 	next;
  1965. 	menu "Edge - 130T",-,"Solar Sword - 150T",N_SolarS,"Caesar's Sword - 170T",N_CaesarS,"Nagan - 180T",N_Nagan,"Immaterial Sword - 200T",N_ImmatS,"Excalibur - 200T",N_Excal,"Byeollungum - 240T",N_Byeoll,"Talefing - 320T",N_Talef,"Nevermind",N_NVM;
  1966.  
  1967. 	if (#Treasure_Token < 130) goto N_NeedToken;
  1968. 	set #Treasure_Token,#Treasure_Token-130;
  1969. 	getitem 1132,1;
  1970. 	logmes "Treasure Token: Bought a Edge";
  1971. 	close;
  1972. N_SolarS:
  1973. 	if (#Treasure_Token < 150) goto N_NeedToken;
  1974. 	set #Treasure_Token,#Treasure_Token-150;
  1975. 	logmes "Treasure Token: Bought a Solar Sword";
  1976. 	getitem 1136,1;
  1977. 	close;
  1978. N_CaesarS:
  1979. 	if (#Treasure_Token < 170) goto N_NeedToken;
  1980. 	set #Treasure_Token,#Treasure_Token-170;
  1981. 	logmes "Treasure Token: Bought a Caesars Sword";
  1982. 	getitem 1134,1;
  1983. 	close;
  1984. N_Nagan:
  1985. 	if (#Treasure_Token < 180) goto N_NeedToken;
  1986. 	set #Treasure_Token,#Treasure_Token-180;
  1987. 	logmes "Treasure Token: Bought a Nagan";
  1988. 	getitem 1130,1;
  1989. 	close;
  1990. N_ImmatS:
  1991. 	if (#Treasure_Token < 200) goto N_NeedToken;
  1992. 	set #Treasure_Token,#Treasure_Token-200;
  1993. 	logmes "Treasure Token: Bought a Immaterial Sword";
  1994. 	getitem 1141,1;
  1995. 	close;
  1996. N_Excal:
  1997. 	if (#Treasure_Token < 200) goto N_NeedToken;
  1998. 	set #Treasure_Token,#Treasure_Token-200;
  1999. 	logmes "Treasure Token: Bought a Excalibur";
  2000. 	getitem 1137,1;
  2001. 	close;
  2002. N_Byeoll:
  2003. 	if (#Treasure_Token < 240) goto N_NeedToken;
  2004. 	set #Treasure_Token,#Treasure_Token-240;
  2005. 	logmes "Treasure Token: Bought a Byeollungum";
  2006. 	getitem 1140,1;
  2007. 	close;
  2008. N_Talef:
  2009. 	if (#Treasure_Token < 320) goto N_NeedToken;
  2010. 	set #Treasure_Token,#Treasure_Token-320;
  2011. 	logmes "Treasure Token: Bought a Talefing";
  2012. 	getitem 1139,1;
  2013. 	close;
  2014.  
  2015.  
  2016. N_2HandSword:
  2017. 	mes "[Ash]";
  2018. 	mes "This is what we have to offer.";
  2019. 	next;
  2020. 	menu "Dragon Slayer - 140T",-,"Schweizersabel - 200T",N_Schwe,"Katzbalger - 300T",N_Katzb,"Muramasa - 300T",N_Murama,"Masamune - 400T",N_Masamu,"Broad Sword - 100T",N_Balmu,"Nevermind",N_NVM;
  2021.  
  2022. 	if (#Treasure_Token < 140) goto N_NeedToken;
  2023. 	set #Treasure_Token,#Treasure_Token-140;
  2024. 	logmes "Treasure Token: Bought a Dragon Slayer";
  2025. 	getitem 1166,1;
  2026. 	close;
  2027. N_Schwe:
  2028. 	if (#Treasure_Token < 200) goto N_NeedToken;
  2029. 	set #Treasure_Token,#Treasure_Token-200;
  2030. 	logmes "Treasure Token: Bought a Schweizersabel";
  2031. 	getitem 1167,1;
  2032. 	close;
  2033. N_Katzb:
  2034. 	if (#Treasure_Token < 300) goto N_NeedToken;
  2035. 	set #Treasure_Token,#Treasure_Token-300;
  2036. 	logmes "Treasure Token: Bought a Katzbalger";
  2037. 	getitem 1170,1;
  2038. 	close;
  2039. N_Murama:
  2040. 	if (#Treasure_Token < 300) goto N_NeedToken;
  2041. 	set #Treasure_Token,#Treasure_Token-300;
  2042. 	logmes "Treasure Token: Bought a Muramasa";
  2043. 	getitem 1164,1;
  2044. 	close;
  2045. N_Masamu:
  2046. 	if (#Treasure_Token < 400) goto N_NeedToken;
  2047. 	set #Treasure_Token,#Treasure_Token-400;
  2048. 	logmes "Treasure Token: Bought a Masamune";
  2049. 	getitem 1165,1;
  2050. 	close;
  2051. N_Balmu:
  2052. 	if (#Treasure_Token < 100) goto N_NeedToken;
  2053. 	set #Treasure_Token,#Treasure_Token-100;
  2054. 	logmes "Treasure Token: Bought a Broad Sword";
  2055. 	getitem 1162,1;
  2056. 	close;
  2057.  
  2058.  
  2059. N_Book:
  2060. 	mes "[Ash]";
  2061. 	mes "This is what we have to offer.";
  2062. 	next;
  2063. 	menu "Book of the Burning Sun - 80T",-,"Book of the Rough Seas - 80T",N_RoughSea,"Book of the Dry Winds - 80T",N_DryWinds,"Book of the Ripe Earth - 80T",N_RipeEarth,"Book of the Revelations - 80T",N_Revela,"Bible - 90T",N_Bible,"Tablet - 120T",N_Tablet,"Nevermind",N_NVM;
  2064.  
  2065. 	if (#Treasure_Token < 80) goto N_NeedToken;
  2066. 	set #Treasure_Token,#Treasure_Token-80;
  2067. 	logmes "Treasure Token: Bought a Book of the Burning Sun";
  2068. 	getitem 1555,1;
  2069. 	close;
  2070. N_RoughSea:
  2071. 	if (#Treasure_Token < 80) goto N_NeedToken;
  2072. 	set #Treasure_Token,#Treasure_Token-80;
  2073. 	logmes "Treasure Token: Bought a Book of the Rough Seas";
  2074. 	getitem 1553,1;
  2075. 	close;
  2076. N_DryWinds:
  2077. 	if (#Treasure_Token < 80) goto N_NeedToken;
  2078. 	set #Treasure_Token,#Treasure_Token-80;
  2079. 	logmes "Treasure Token: Bought a Book of the Dry Winds";
  2080. 	getitem 1556,1;
  2081. 	close;
  2082. N_RipeEarth:
  2083. 	if (#Treasure_Token < 80) goto N_NeedToken;
  2084. 	set #Treasure_Token,#Treasure_Token-80;
  2085. 	logmes "Treasure Token: Bought a Book of the Ripe Earth";
  2086. 	getitem 1554,1;
  2087. 	close;
  2088. N_Revela:
  2089. 	if (#Treasure_Token < 80) goto N_NeedToken;
  2090. 	set #Treasure_Token,#Treasure_Token-80;
  2091. 	logmes "Treasure Token: Bought a Book of the Revelations";
  2092. 	getitem 1557,1;
  2093. 	close;
  2094. N_Bible:
  2095. 	if (#Treasure_Token < 90) goto N_NeedToken;
  2096. 	set #Treasure_Token,#Treasure_Token-90;
  2097. 	logmes "Treasure Token: Bought a Bible";
  2098. 	getitem 1551,1;
  2099. 	close;
  2100. N_Tablet:
  2101. 	if (#Treasure_Token < 120) goto N_NeedToken;
  2102. 	set #Treasure_Token,#Treasure_Token-120;
  2103. 	logmes "Treasure Token: Bought a Tablet";
  2104. 	getitem 1552,1;
  2105. 	close;
  2106.  
  2107. N_Bow:
  2108. 	mes "[Ash]";
  2109. 	mes "This is what we have to offer.";
  2110. 	next;
  2111. 	menu "Rudra's Bow - 150T",-,"Roguemaster's Bow - 150T",N_Rogue,"Nevermind",N_NVM;
  2112.  
  2113. 	if (#Treasure_Token < 150) goto N_NeedToken;
  2114. 	set #Treasure_Token,#Treasure_Token-150;
  2115. 	logmes "Treasure Token: Bought a Rudra Bow";
  2116. 	getitem 1720,1;
  2117. 	close;
  2118. N_Rogue:
  2119. 	if (#Treasure_Token < 150) goto N_NeedToken;
  2120. 	set #Treasure_Token,#Treasure_Token-150;
  2121. 	logmes "Treasure Token: Bought a Roguemaster Bow";
  2122. 	getitem 1719,1;
  2123. 	close;
  2124.  
  2125. N_Katar:
  2126. 	mes "[Ash]";
  2127. 	mes "This is what we have to offer.";
  2128. 	next;
  2129. 	menu "Katar of the Blazing Rage - 70T",-,"Katar of the Cold Icicle - 70T",N_ColdIce,"Katar of the Piercing Wind - 70T",N_PiercWind,"Katar of the Dusty Thornbush - 70T",N_DustyT,"Sharpened Legbone of Ghoul - 125T",N_Legbone,"Infiltrator - 150T",N_Infiltra,"Nevermind",N_NVM;
  2130.  
  2131. 	if (#Treasure_Token < 70) goto N_NeedToken;
  2132. 	set #Treasure_Token,#Treasure_Token-70;
  2133. 	logmes "Treasure Token: Bought a Katar of the Blazing Rage";
  2134. 	getitem 1258,1;
  2135. 	close;
  2136. N_ColdIce:
  2137. 	if (#Treasure_Token < 70) goto N_NeedToken;
  2138. 	set #Treasure_Token,#Treasure_Token-70;
  2139. 	logmes "Treasure Token: Bought a Katar of the Cold Icicle";
  2140. 	getitem 1256,1;
  2141. 	close;
  2142. N_PiercWind:
  2143. 	if (#Treasure_Token < 70) goto N_NeedToken;
  2144. 	set #Treasure_Token,#Treasure_Token-70;
  2145. 	logmes "Treasure Token: Bought a Katar of the Piercing Wind";
  2146. 	getitem 1259,1;
  2147. 	close;
  2148. N_DustyT:
  2149. 	if (#Treasure_Token < 70) goto N_NeedToken;
  2150. 	set #Treasure_Token,#Treasure_Token-70;
  2151. 	logmes "Treasure Token: Bought a Katar of the Dusty Thornbush";
  2152. 	getitem 1257,1;
  2153. 	close;
  2154. N_Legbone:
  2155. 	if (#Treasure_Token < 125) goto N_NeedToken;
  2156. 	set #Treasure_Token,#Treasure_Token-125;
  2157. 	logmes "Treasure Token: Bought a Sharpened Legbone of Ghoul";
  2158. 	getitem 1260,1;
  2159. 	close;
  2160. N_Infiltra:
  2161. 	if (#Treasure_Token < 150) goto N_NeedToken;
  2162. 	set #Treasure_Token,#Treasure_Token-150;
  2163. 	logmes "Treasure Token: Bought a Infiltrator";
  2164. 	getitem 1261,1;
  2165. 	close;
  2166.  
  2167. N_Knuckle:
  2168. 	mes "[Ash]";
  2169. 	mes "This is what we have to offer.";
  2170. 	next;
  2171. 	menu "Kaiser Knuckle - 75T",-,"Berserk - 75T",N_Berserk,"Nevermind",N_NVM;
  2172.  
  2173. 	if (#Treasure_Token < 75) goto N_NeedToken;
  2174. 	set #Treasure_Token,#Treasure_Token-75;
  2175. 	logmes "Treasure Token: Bought a Kaiser Knuckle";
  2176. 	getitem 1813,1;
  2177. 	close;
  2178. N_Berserk:
  2179. 	if (#Treasure_Token < 75) goto N_NeedToken;
  2180. 	set #Treasure_Token,#Treasure_Token-75;
  2181. 	logmes "Treasure Token: Bought a Berserk";
  2182. 	getitem 1814,1;
  2183. 	close;
  2184.  
  2185. N_Mace:
  2186. 	mes "[Ash]";
  2187. 	mes "This is what we have to offer.";
  2188. 	next;
  2189. 	menu "Spike - 65T",-,"Slash - 90T",N_Slash,"Grand Cross - 100T",N_GrandC,"Quadrille - 110T",N_Quadr,"Fist of Fury - 1000T",N_MJ,"Nevermind",N_NVM;
  2190.  
  2191. 	if (#Treasure_Token < 65) goto N_NeedToken;
  2192. 	set #Treasure_Token,#Treasure_Token-65;
  2193. 	logmes "Treasure Token: Bought a Spike";
  2194. 	getitem 1523,1;
  2195. 	close;
  2196. N_Slash:
  2197. 	if (#Treasure_Token < 90) goto N_NeedToken;
  2198. 	set #Treasure_Token,#Treasure_Token-90;
  2199. 	logmes "Treasure Token: Bought a Slash";
  2200. 	getitem 1526,1;
  2201. 	close;
  2202. N_GrandC:
  2203. 	if (#Treasure_Token < 100) goto N_NeedToken;
  2204. 	set #Treasure_Token,#Treasure_Token-100;
  2205. 	logmes "Treasure Token: Bought a Grand Cross";
  2206. 	getitem 1528,1;
  2207. 	close;
  2208. N_Quadr:
  2209. 	if (#Treasure_Token < 110) goto N_NeedToken;
  2210. 	set #Treasure_Token,#Treasure_Token-110;
  2211. 	logmes "Treasure Token: Bought a Quadrille";
  2212. 	getitem 1527,1;
  2213. 	close;
  2214. N_MJ:
  2215. 	if (#Treasure_Token < 1000) goto N_NeedToken;
  2216. 	set #Treasure_Token,#Treasure_Token-1000;
  2217. 	logmes "Treasure Token: Bought a Fist of Fury";
  2218. 	getitem 1530,1;
  2219. 	close;
  2220.  
  2221. N_Whip:
  2222. 	mes "[Ash]";
  2223. 	mes "This is what we have to offer.";
  2224. 	next;
  2225. 	menu "Rapture Rose - 50T",-,"Chemeti - 65T",N_Chemeti,"Nevermind",N_NVM;
  2226.  
  2227. 	if (#Treasure_Token < 50) goto N_NeedToken;
  2228. 	set #Treasure_Token,#Treasure_Token-50;
  2229. 	logmes "Treasure Token: Bought a Rapture Rose";
  2230. 	getitem 1963,1;
  2231. 	close;
  2232. N_Chemeti:
  2233. 	if (#Treasure_Token < 65) goto N_NeedToken;
  2234. 	set #Treasure_Token,#Treasure_Token-65;
  2235. 	logmes "Treasure Token: Bought a Chemeti";
  2236. 	getitem 1964,1;
  2237. 	close;
  2238.  
  2239. N_Wand:
  2240. 	mes "[Ash]";
  2241. 	mes "This is what we have to offer.";
  2242. 	next;
  2243. 	menu "Mighty Staff - 90T",-,"Wizardry Staff - 150T",N_Wizardry,"Bone Wand - 110T",N_BoneW,"Staff of Soul - 120T",N_SOSoul,"Nevermind",N_NVM;
  2244.  
  2245. 	if (#Treasure_Token < 90) goto N_NeedToken;
  2246. 	set #Treasure_Token,#Treasure_Token-90;
  2247. 	logmes "Treasure Token: Bought a Mighty Staff";
  2248. 	getitem 1613,1;//Items: Mighty_Staff,
  2249. 	close;
  2250. N_Wizardry:
  2251. 	if (#Treasure_Token < 150) goto N_NeedToken;
  2252. 	set #Treasure_Token,#Treasure_Token-150;
  2253. 	logmes "Treasure Token: Bought a Wizardry Staff";
  2254. 	getitem 1473,1;//Items: Wizardy_Staff,
  2255. 	close;
  2256. N_BoneW:
  2257. 	if (#Treasure_Token < 110) goto N_NeedToken;
  2258. 	set #Treasure_Token,#Treasure_Token-110;
  2259. 	logmes "Treasure Token: Bought a Bone Wand";
  2260. 	getitem 1615,1;//Items: Bone_Wand,
  2261. 	close;
  2262. N_SOSoul:
  2263. 	if (#Treasure_Token < 120) goto N_NeedToken;
  2264. 	set #Treasure_Token,#Treasure_Token-120;
  2265. 	logmes "Treasure Token: Bought a Staff of Soul";
  2266. 	getitem 1472,1;//Items: Staff_of_Soul,
  2267. 	close;
  2268.  
  2269. N_BuyCards:
  2270. 	mes "[Ash]";
  2271. 	mes "This is what we have to offer.";
  2272. 	next;
  2273. 	menu "Emblem of the Sun God - 200T",-,"Silver Ornament - 200T",N_CPasana,"Treasure Chest - 350T",N_CTreasure,"Billow - 200T",N_CDok,"Ripple - 200T",N_CSFish,
  2274. 		"Wrath of Valkyrie - 200T",N_CSMan,"GTB Card - 350T",N_CDrain,"Hollow Mask - 600T",N_CKaho,"Gentlemans Pipe - 600T",N_CMand,
  2275. 		"Ghostring Card - 350T",N_CVadon,"Omen of Tempest - 300T",N_CMummy,"Snow Crystal - 300T",N_CZeno,"Sinew of Bear - 300T",N_CCond,
  2276. 		"Deviling Card - 350T",N_CZomb,"Nevermind",N_NVM;
  2277.  
  2278. 	if (#Treasure_Token < 200) goto N_NeedToken;
  2279. 	set #Treasure_Token,#Treasure_Token-200;
  2280. 	logmes "Treasure Token: Bought a ESG";
  2281. 	getitem 7086,1;//Items: Emblem_of_the_Sun_God,
  2282. 	close;
  2283.  
  2284. N_CPasana:
  2285. 	if (#Treasure_Token < 200) goto N_NeedToken;
  2286. 	set #Treasure_Token,#Treasure_Token-200;
  2287. 	logmes "Treasure Token: Bought a Silver Ornament";
  2288. 	getitem 7077,1;//Items: Silver_Ornament,
  2289. 	close;
  2290. N_CTreasure:
  2291. 	if (#Treasure_Token < 350) goto N_NeedToken;
  2292. 	set #Treasure_Token,#Treasure_Token-350;
  2293. 	logmes "Treasure Token: Bought a Treasure Chest";
  2294. 	getitem 30202,1;//Items: Treasure_Chest,
  2295. 	close;
  2296. N_CDok:
  2297. 	if (#Treasure_Token < 200) goto N_NeedToken;
  2298. 	set #Treasure_Token,#Treasure_Token-200;
  2299. 	logmes "Treasure Token: Bought a Billow";
  2300. 	getitem 7091,1;//Items: Billow,
  2301. 	close;
  2302. N_CSFish:
  2303. 	if (#Treasure_Token < 200) goto N_NeedToken;
  2304. 	set #Treasure_Token,#Treasure_Token-200;
  2305. 	logmes "Treasure Token: Bought a Ripple";
  2306. 	getitem 7090,1;//Items: Ripple,
  2307. 	close;
  2308. N_CSMan:
  2309. 	if (#Treasure_Token < 200) goto N_NeedToken;
  2310. 	set #Treasure_Token,#Treasure_Token-200;
  2311. 	logmes "Treasure Token: Bought a Wrath of Valkyrie";
  2312. 	getitem 7078,1;//Items: Wrath_of_Valkyrie,
  2313. 	close;
  2314. N_CDrain:
  2315. 	if (#Treasure_Token < 350) goto N_NeedToken;
  2316. 	set #Treasure_Token,#Treasure_Token-350;
  2317. 	logmes "Treasure Token: Bought a Golden Thief Bug Card";
  2318. 	getitem 4128,1;//Items: Golden_Thief_Bug_Card,
  2319. 	close;
  2320. N_CKaho:
  2321. 	if (#Treasure_Token < 600) goto N_NeedToken;
  2322. 	set #Treasure_Token,#Treasure_Token-600;
  2323. 	logmes "Treasure Token: Bought a Hollow Mask";
  2324. 	getitem 30021,1;//Items: Hollow_Mask,
  2325. 	close;
  2326. N_CMand:
  2327. 	if (#Treasure_Token < 600) goto N_NeedToken;
  2328. 	set #Treasure_Token,#Treasure_Token-600;
  2329. 	logmes "Treasure Token: Bought a Gentlemans Pipe";
  2330. 	getitem 30004,1;//Items: Gentlemans_Pipe,
  2331. 	close;
  2332. N_CVadon:
  2333. 	if (#Treasure_Token < 350) goto N_NeedToken;
  2334. 	set #Treasure_Token,#Treasure_Token-350;
  2335. 	logmes "Treasure Token: Bought a Ghostring Card";
  2336. 	getitem 4047,1;//Items: Ghostring_Card,
  2337. 	close;
  2338. N_CMummy:
  2339. 	if (#Treasure_Token < 300) goto N_NeedToken;
  2340. 	set #Treasure_Token,#Treasure_Token-300;
  2341. 	logmes "Treasure Token: Bought a Omen of Tempest";
  2342. 	getitem 7089,1;//Items: Omen_of_Tempest,
  2343. 	close;
  2344. N_CZeno:
  2345. 	if (#Treasure_Token < 300) goto N_NeedToken;
  2346. 	set #Treasure_Token,#Treasure_Token-300;
  2347. 	logmes "Treasure Token: Bought a Snow Crystal";
  2348. 	getitem 7088,1;//Items: Snow_Crystal,
  2349. 	close;
  2350. N_CCond:
  2351. 	if (#Treasure_Token < 300) goto N_NeedToken;
  2352. 	set #Treasure_Token,#Treasure_Token-300;
  2353. 	logmes "Treasure Token: Bought a Sinew of Bear";
  2354. 	getitem 7085,1;//Items: Sinew_of_Bear,
  2355. 	close;
  2356. N_CZomb:
  2357. 	if (#Treasure_Token < 350) goto N_NeedToken;
  2358. 	set #Treasure_Token,#Treasure_Token-350;
  2359. 	logmes "Treasure Token: Bought a Deviling Card";
  2360. 	getitem 4174,1;//Items: Deviling_Card,
  2361. 	close;
  2362. }
Viewed 1070 times, submitted by Guest.