Advertisement
Leecruz

Untitled

Oct 1st, 2020
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.30 KB | None | 0 0
  1. //=============Valkyrie Quest==============
  2. //===================== BTS =====================================================
  3.  
  4. prontera,154,198,6 script Guardian of Prontera 811,{
  5.  
  6. if(dar_dar >= 1) goto L_taposme;
  7. if(hen_hen >= 1) goto L_taposna;
  8. if(hen_hen >= 1) goto L_taposbts;
  9. if(hen_hen < 1)
  10.  
  11. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  12. mes "The Guardian of Prontera is looking ";
  13. mes "for brave warriors willing to";
  14. mes "defend our world against evil and darkness.";
  15. next;
  16. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  17. mes "Are you worthy to Break the Seal";
  18. mes "and recieve blessings powerful";
  19. mes "enough to to defend our land?";
  20. next;
  21. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  22. mes "I've been protecting Midgard for so ";
  23. mes "long, and now I think it is the";
  24. mes "right time to unleash the power of Valkyrie.";
  25. next;
  26. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  27. mes "Thounsand of people are required to ";
  28. mes "Break The Seal so Valkyrie will";
  29. mes "have enough power to rise again.";
  30. next;
  31. menu "I am willing to help!",Lbts,"I'm totally fine.",Lleave;
  32. Lbts:
  33. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  34. mes "In order to Break the Seal, you";
  35. mes "need to have patience. You also";
  36. mes "have to retrieve the items on this";
  37. mes "lits:";
  38. mes " ";
  39. mes "- 300 ^FF0000Cursed Seal^000000,";
  40. mes "- 200 ^FF0000Hand Of God^000000,";
  41. mes "- 100 ^FF0000Ancient Lips^000000,";
  42. mes "- 20 ^FF0000Peridots^000000,";
  43. mes "- 10 ^FF0000Pyroxene^000000,";
  44. mes "- 10 ^FF0000Muscovite^000000,";
  45. mes "- 10 ^FF0000Biotite^000000 and...";
  46. next;
  47. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  48. mes " - 10 ^FF0000Talon of Griffon,^000000";
  49. mes " - 10 ^FF0000Rose Quartz,^000000";
  50. mes " - 10 ^FF0000Agate^000000,";
  51. mes " - 10 ^FF0000Young Twig^000000,";
  52. mes " - 10 ^FF0000Fragment of Rosatta Stone^000000,";
  53. mes " - 10 ^FF0000Mothers Nightmare^000000,";
  54. mes " - 10 ^FF0000Matchstick^000000,";
  55. mes " - 10 ^FF0000MPhlogophite^000000,";
  56. mes "Its a huge list. I know, but that is the only way.";
  57. next;
  58. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  59. mes "Goodluck on your journey..It will";
  60. mes "take some time to complete the list";
  61. close;
  62.  
  63. Lleave:
  64. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  65. mes "If you change your mind, just come back and talk to me.";
  66. close;
  67.  
  68. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  69. mes "Welcome back, ^1DCE63" + strcharinfo(0) + ",^000000";
  70. mes " ";
  71. mes "Do you have everything I need?";
  72. next;
  73. menu "Yes, I have it now ",-, "Could you repeat the list again?",L_later;
  74. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  75. mes "You missed something, This is the list:";
  76. mes "- 300 ^FF0000Cursed Seal^000000,";
  77. mes "- 200 ^FF0000Hand Of God^000000,";
  78. mes "- 100 ^FF0000Ancient Lips^000000,";
  79. mes "- 20 ^FF0000Peridots^000000,";
  80. mes "- 10 ^FF0000Pyroxene^000000,";
  81. mes "- 10 ^FF0000Muscovite^000000,";
  82. mes "- 10 ^FF0000Biotite^000000,";
  83. next;
  84. mes " - 10 ^FF0000Talon of Griffon,^000000";
  85. mes " - 10 ^FF0000Rose Quartz,^000000";
  86. mes " - 10 ^FF0000Agate^000000,";
  87. mes " - 10 ^FF0000Young Twig^000000,";
  88. mes " - 10 ^FF0000Fragment of Rosatta Stone^000000,";
  89. mes " - 10 ^FF0000Mothers Nightmare^000000,";
  90. mes " - 10 ^FF0000Matchstick^000000,";
  91. mes " - 10 ^FF0000MPhlogophite^000000,";
  92. mes "Please check your item..";
  93. next;
  94. if(countitem(7442) < 300 || countitem(1009) < 200 || countitem(1054) < 100 || countitem(7289) < 20 || countitem(7296) < 10 || countitem(7292) < 10 || countitem(7297) < 10 || countitem(7048) < 10 || countitem(7293) < 10 || countitem(7291) < 10 || countitem(7018) < 10 || countitem(7211) < 10 || countitem(7020) < 10 || countitem(7035) < 10 || countitem(7290) < 10) goto L_later2;
  95.  
  96. delitem 7442,300;
  97. delitem 1009,200;
  98. delitem 1054,100;
  99. delitem 7289,20;
  100. delitem 7296,10;
  101. delitem 7292,10;
  102. delitem 7297,10;
  103. delitem 7048,10;
  104. delitem 7293,10;
  105. delitem 7291,10;
  106. delitem 7018,10;
  107. delitem 7211,10;
  108. delitem 7020,10;
  109. delitem 7035,10;
  110. delitem 7290,10;
  111.  
  112. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  113. mes "So thank you for the help";
  114. mes "you have broken the seal.";
  115. set hen_hen,1;
  116. next;
  117.  
  118. switch (select("Your Welcome")) {
  119.  
  120. case 1: // Castle Drops
  121. set .@gamble1,rand(1,500);
  122. if ((.@gamble1 > 200) && (.@gamble1 < 205)) {
  123. set .@gamble2,rand(1,10);
  124. if ((.@gamble2 > 0) && (.@gamble2 < 3)) set .@item,7086; // esg
  125. else if ((.@gamble2 > 2) && (.@gamble2 < 5)) set .@item,7090; // ripple
  126. else if ((.@gamble2 > 4) && (.@gamble2 < 7)) set .@item,7091; // billow
  127. else if ((.@gamble2 > 6) && (.@gamble2 < 9)) set .@item,7077; // silver
  128. else if ((.@gamble2 > 8) && (.@gamble2 < 11)) set .@item,7078; // wov
  129. }
  130. else if ((.@gamble1 > 0) && (.@gamble1 < 201)) set .@item,7086; // esg
  131. else if ((.@gamble1 > 204) && (.@gamble1 < 301)) set .@item,7090; // ripple
  132. else if ((.@gamble1 > 300) && (.@gamble1 < 401)) set .@item,7091; // billow
  133. else if ((.@gamble1 > 401) && (.@gamble1 < 481)) set .@item,7077; // silver
  134. else if ((.@gamble1 > 480) && (.@gamble1 < 501)) set .@item,7078; // wov
  135. break;
  136.  
  137. }
  138.  
  139. getitem .@item,1;
  140.  
  141. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  142. mes "Ah, you have out done your self!!";
  143. mes "Thank you for your help";
  144. mes "Now start your journey to find";
  145. mes "my nephews who hold the valkyries";
  146. announce "has"+strcharinfo(0)+" broken the seal!! and will now begin the quest of valkyrie!","0x33FF66";
  147. close2;
  148.  
  149. end;
  150. L_taposna:
  151. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  152. mes "Go out and search the fields of payon the fields of geffen and the towns of lighthalzen and comodo for the valkyrie equips";
  153. close;
  154.  
  155. L_taposme:
  156. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  157. mes "You have already done this quest and there is no point in doing it again";
  158. close;
  159.  
  160. L_later:
  161. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  162. mes "- 300 ^FF0000Cursed Seal^000000,";
  163. mes "- 200 ^FF0000Hand Of God^000000,";
  164. mes "- 100 ^FF0000Ancient Lips^000000,";
  165. mes "- 20 ^FF0000Peridots^000000,";
  166. mes "- 10 ^FF0000Pyroxene^000000,";
  167. mes "- 10 ^FF0000Muscovite^000000,";
  168. mes "- 10 ^FF0000Biotite^000000,";
  169. next;
  170. mes " - 10 ^FF0000Talon of Griffon,^000000";
  171. mes " - 10 ^FF0000Rose Quartz,^000000";
  172. mes " - 10 ^FF0000Agate^000000,";
  173. mes " - 10 ^FF0000Young Twig^000000,";
  174. mes " - 10 ^FF0000Fragment of Rosatta Stone^000000,";
  175. mes " - 10 ^FF0000Mothers Nightmare^000000,";
  176. mes " - 10 ^FF0000Matchstick^000000,";
  177. mes " - 10 ^FF0000MPhlogophite^000000,";
  178. mes "Its so hard right?";
  179. close;
  180.  
  181. L_later2:
  182. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  183. mes "Come back when your really done";
  184. close;
  185.  
  186.  
  187. }
  188.  
  189. pay_fild10.gat,182,157,5 script Russell 900,{
  190.  
  191. if(dar_dar >= 1) goto L_udone;
  192. if(rus_rus >= 1) goto L_tapospopo;
  193. if(hen_hen >= 1) goto continueq;
  194. if(hen_hen < 1)
  195. {
  196. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  197. mes "[ Russell ]";
  198. mes "Are you the delivery boy of pizza hut?";
  199. mes "If not go way i don't need you";
  200. close;
  201. }
  202. continueq:
  203.  
  204. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  205. mes "[ Russell ]";
  206. mes "Oh my grasya santisimo!!";
  207. mes "You have spoken to uncle henry!";
  208. next;
  209. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  210. mes "[ Russell ]";
  211. mes "By the way i am Russell of Payon the crafter of the valkyrie armor";
  212. mes "would you like to have one?";
  213. menu "Yes",-,"No",L_ayaw;
  214. next;
  215.  
  216. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  217. mes "[ Russell ]";
  218. mes "This great armor is very complicated, it needs very rare materials to craft it if you really want it go get me these";
  219. next;
  220. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  221. mes "100 Three-Headed Dragon's head";
  222. mes "7 Emblem of Sun God";
  223. mes "1 Chain Mail[1]";
  224. mes "100 Treasure Box";
  225. next;
  226. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  227. mes "[ Russell ]";
  228. mes "I'll be waiting for you chosen one!";
  229. if(countitem(7443) < 100 || countitem(7086) < 7 || countitem(7444) < 100 || countitem(2315) < 1) goto koolang;
  230. if(countitem(7443) >= 100 || countitem(7086) >= 7 || countitem(7444) >= 100 || countitem(2315) >= 1) goto kontinueq;
  231. close;
  232.  
  233. L_ayaw:
  234.  
  235. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  236. mes "[ Russell ]";
  237. mes "Wacha Wachi Wacho... go shoooo";
  238. mes "Just speak to me if you want it already";
  239. close;
  240.  
  241.  
  242. koolang:
  243. next;
  244. mes "[ Russell ]";
  245. mes "As i said one missing material and all the others go to waste";
  246. close;
  247.  
  248. kontinueq:
  249. next;
  250. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  251. mes "[ Russell ]";
  252. mes "Very well done my friend you have finished the valkyrie armor quest";
  253. delitem 7443,100;
  254. delitem 7086,7;
  255. delitem 7444,100;
  256. delitem 2315,1;
  257. next;
  258. getitem 2357,1;
  259. set rus_rus,1;
  260. next;
  261. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  262. mes "[ Russell ]";
  263. mes "Good job sir, enjoy your new armor";
  264. mes "Now you should seek my brothers and cousins and finish the quest";
  265. mes "And when you gain the valkyrie set speak to Daryl";
  266. mes "By the way my brothers and cousins are scattered";
  267. mes "around Rune-Midgard and Daryl is in valkyrie";
  268. announce "has "+strcharinfo(0)+" just created the Valkyrie Armor.",8;
  269. close;
  270.  
  271. L_tapospopo:
  272. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  273. mes "[ Russell ]";
  274. mes "As i said complete the valkyrie quest";
  275. mes "And then speak to Daryl";
  276. close;
  277.  
  278. L_udone:
  279. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  280. mes "[ Russell ]";
  281. mes "This quest, once done no more repeating";
  282. close;
  283. }
  284.  
  285. gef_fild07.gat,185,249,5 script Jhames 899,{
  286.  
  287. if(dar_dar >=1) goto L_bulmadone;
  288.  
  289. if(jmz_bit >=1) goto L_bulmatapos;
  290.  
  291. if(hen_hen >=1) goto B_ulma;
  292. if(hen_hen < 1)
  293. {
  294. mes "[ Jhames ]";
  295. mes "I am sight seeing don't disturb me";
  296. mes "go far far away from me!!";
  297. close;
  298. }
  299. B_ulma:
  300.  
  301. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  302. mes "[ Jhames ]";
  303. mes "Oh, you know my uncle";
  304. mes "Nice to meet you i'm jhames";
  305. mes "I craft the valkyrie shield";
  306. mes "Would you like me to craft the said shield?";
  307. menu "Okay",-,"Nope",M_ofo;
  308. next;
  309.  
  310. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  311. mes "[ Jhames ]";
  312. mes "The valkyrie shield is a very difficult item to craft the materials are rare. Well if your sure you want to make it";
  313. mes "these are the items i need.";
  314. next;
  315. mes "50 Fire Dragon Scale";
  316. mes "7 Ripple";
  317. mes "1 Buckler[1]";
  318. mes "100 Treasure Box";
  319. next;
  320. if(bulma >= 1 || countitem(7451) < 50 || countitem(7090) < 7 || countitem(2104) < 1 || countitem(7444) < 100) goto K_ulangot;
  321. if(bulma >= 1 || countitem(7451) >= 50 || countitem(7090) >= 7 || countitem(2104) >= 1 || countitem(7444) >= 100) goto K_umpleto;
  322. close;
  323.  
  324. M_ofo:
  325.  
  326. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  327. mes "[ Jhames ]";
  328. mes "Okay, Talk to me later.";
  329. close;
  330.  
  331. K_ulangot:
  332.  
  333. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  334. mes "[ Jhames ]";
  335. mes "You don't have the items";
  336. close;
  337.  
  338. K_umpleto:
  339.  
  340. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  341. mes "[ Jhames ]";
  342. mes "Wow, thanks!";
  343. delitem 7451,50;
  344. delitem 7090,7;
  345. delitem 2104,1;
  346. delitem 7444,100;
  347. getitem 2115,1;
  348. next;
  349. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  350. mes "[ Jhames ]";
  351. mes "Nicely done enjoy the shield";
  352. mes "Continue searching for my friends";
  353. mes "And when you gain the valkyrie set speak to Daryl";
  354. mes "Again my brothers and cousins are scattered";
  355. mes "Around Rune-Midgard and Daryl is in valkyrie";
  356. announce "has "+strcharinfo(0)+" just created the Valkyrie Shield.",8;
  357. set jmz_bit,1;
  358. close;
  359.  
  360.  
  361. L_bulmatapos:
  362. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  363. mes "[ Jhames ]";
  364. mes "Complete the valkyrie quest and speak to Daryl";
  365. close;
  366.  
  367. L_bulmadone:
  368. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  369. mes "[ Jhames ]";
  370. mes "Dude, you can only do this quest once";
  371. close;
  372. }
  373.  
  374. lighthalzen.gat,189,297,5 script Anthonie 904,{
  375.  
  376. if(dar_dar >=1) goto L_chichix;
  377. if(tonton >=1) goto L_chichi;
  378. if(hen_hen >= 1) goto tsitsi;
  379. if(hen_hen < 1)
  380. {
  381. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  382. mes "[ Anthonie ]";
  383. mes "I miss Donna";
  384. mes "I wish i could see her again";
  385. close;
  386. }
  387. tsitsi:
  388.  
  389. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  390. mes "[ Anthonie ]";
  391. mes "You have spoken to my great uncle Henry";
  392. mes "I am Anthonie the crafter of the Valkyrie Shoes";
  393. mes "Would you like me to craft you the shoes?";
  394. next;
  395. menu "Sure",-,"Maybe Later",L_basho;
  396. next;
  397.  
  398.  
  399.  
  400. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  401. mes "[ Anthonie ]";
  402. mes "The shoe is quite brittle";
  403. mes "So it need some hard to find items to make";
  404. mes "Here are the requirements";
  405. next;
  406. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  407. mes "20 Bone Armor Piece";
  408. mes "7 Billow";
  409. mes "1 Boots[1]";
  410. mes "100 Treasure Box";
  411. next;
  412. if(countitem(7450) < 20 || countitem(7091) < 7 || countitem(7444) < 100 || countitem(2406) < 1) goto M_wala;
  413. if(countitem(7450) >= 20 || countitem(7091) >= 7 || countitem(7444) >= 100 || countitem(2406) >= 1) goto M_eron;
  414. mes "[ Anthonie ]";
  415. mes "Hurry up i have something to do";
  416. close;
  417. L_basho:
  418.  
  419. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  420. mes "[ Anthonie ]";
  421. mes "Talk to me when you want it already.";
  422. close;
  423.  
  424. M_wala:
  425.  
  426. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  427. mes "[ Anthonie ]";
  428. mes "You lack some few items.";
  429. close;
  430.  
  431. M_eron:
  432.  
  433. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  434. mes "[ Anthonie ]";
  435. mes "Oh thank you!";
  436. delitem 7450,20;
  437. delitem 7091,7;
  438. delitem 2406,1;
  439. delitem 7444,100;
  440. getitem 2421,1;
  441. set tonton,1;
  442. next;
  443. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  444. mes "[ Anthonie ]";
  445. mes "Good one dude Enjoy the shoes";
  446. mes "continue the holy valkyrie quest";
  447. mes "and when you gain the valkyrie set speak to Daryl";
  448. mes "my brothers and cousins are scattered around Rune-Midgard and Daryl is at the valkyrie hall";
  449. announce "has "+strcharinfo(0)+" just created the Valkyrie Shoes.",8;
  450. close;
  451.  
  452. L_chichi:
  453. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  454. mes "[ Anthonie ]";
  455. mes "Search my cousins and after that";
  456. mes "Find Daryl!";
  457. close;
  458.  
  459. L_chichix:
  460. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  461. mes "[ Anthonie ]";
  462. mes "Nice to meet you again brave warrior, how is life treating you with your new (GODLY!) equips!";
  463. close;
  464. }
  465.  
  466. comodo.gat,172,229,5 script Christian 731,{
  467.  
  468. if(dar_dar >=1) goto L_puten;
  469. if(tan_tan >=1) goto L_buten;
  470. if(hen_hen >=1) goto M_buten;
  471. if(hen_hen < 1)
  472. {
  473. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  474. mes "[ Christian ]";
  475. mes "Hi.... Now fly you noob";
  476. close;
  477. }
  478.  
  479. M_buten:
  480.  
  481.  
  482. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  483. mes "[ Christian ]";
  484. mes "You know my uncle henry?? wow this is great!!";
  485. mes "I can make the Valkyrie Manteau!";
  486. mes "Do you want one??";
  487. menu "Yeye",-,"No thanks",karpenter;
  488.  
  489.  
  490. next;
  491. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  492. mes "[ Christian ]";
  493. mes "Okay if you want it bring me these";
  494. next;
  495. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  496. mes "50 Matchstick";
  497. mes "7 Silver Ornament";
  498. mes "1 Manteau[1]";
  499. mes "100 Treasure Box";
  500. next;
  501. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  502. mes "[ Christian ]";
  503. mes "I'll be waiting for you";
  504. if (countitem(7035) < 50 || countitem(7077) < 7 || countitem(2506) < 1 || countitem(7444) < 100) goto Kewlung;
  505. if (countitem(7035) >= 50 || countitem(7077) >= 7 || countitem(2506) >= 1 || countitem(7444) >= 100) goto Kempleto;
  506. close;
  507.  
  508. karpenter:
  509. next;
  510. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  511. mes "[ Christian ]";
  512. mes "Huhuhuhu T_T cry cry.. you wasted my time";
  513. close;
  514.  
  515. Kewlung:
  516. next;
  517. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  518. mes "[ Christian ]";
  519. mes "Incomplete items noob!";
  520. close;
  521.  
  522. Kempleto:
  523. next;
  524. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  525. mes "[ Christian ]";
  526. mes "You are trustworthy!!";
  527. delitem 7444,100;
  528. delitem 2506,1;
  529. delitem 7077,7;
  530. delitem 7035,50;
  531. getitem 2524,1;
  532. set tan_tan,1;
  533. next;
  534. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  535. mes "[ Christian ]";
  536. mes "Rawr, take the robe then continue the valkyrie quest,";
  537. mes "and when you gain the valkyrie set speak to Daryl.";
  538. mes "my brothers and cousins are scattered around Rune-Midgard and Daryl is in the valkyrie hall";
  539. announce "has "+strcharinfo(0)+" just created the Valkyrie Manteau.",8;
  540. close;
  541.  
  542. L_buten:
  543. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  544. mes "[ Christian ]";
  545. mes "Finish my uncle's quest and speak to Daryl at the valkyrie";
  546. close;
  547.  
  548. L_puten:
  549. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  550. mes "[ Christian ]";
  551. mes "Wow, your one of the Mega-Warrior. How is life treating you my friend?";
  552. close;
  553. }
  554.  
  555. valkyrie.gat,49,49,5 script Daryl 733,{
  556.  
  557. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  558. mes "[ Daryl ]";
  559. mes "Hello there my friend i am Daryl";
  560. next;
  561. if(dar_dar >= 1) goto L_kalbo;
  562. if(countitem(2524) < 1 || countitem(2421) < 1 || countitem(2357) < 1 || countitem(2115) < 1) goto daryl;
  563.  
  564. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  565. mes "[ Daryl ]";
  566. mes "Good you have the valkyrie set if you must know i am the crafter of the Sleipnir";
  567. next;
  568.  
  569. if(tan_tan >= 1) goto darylquest;
  570. if(tan_tan < 1) goto daryl;
  571.  
  572. darylquest:
  573. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  574. mes "[ Daryl ]";
  575. mes "I see you really have spoken to my brothers.";
  576. mes "Very well then!";
  577. next;
  578. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  579. mes "[ Daryl ]";
  580. mes "By the way i am Daryl of the valkyries and you already know what i make,";
  581. mes "Do you desire the Sleipnir?";
  582. menu "Yes",-,"No",L_nono;
  583. next;
  584. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  585. mes "[ Daryl ]";
  586. mes "The great sleipnir named after Odin's trusty";
  587. mes "steed, is the most powerful shoe in the land";
  588. mes "Gather these things so i may craft it";
  589. next;
  590. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  591. mes "300 Handcuffs";
  592. mes "50 Emblem of Sun God";
  593. mes "10 Matchstick";
  594. mes "100 Gold";
  595. next;
  596. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  597. mes "[ Daryl ]";
  598. mes "I'll be waiting for you chosen one!";
  599. if(countitem(7345) < 300 || countitem(7086) < 50 || countitem(7035) < 10 || countitem(969) < 100) goto kikiki;
  600. if(countitem(7345) >= 300 || countitem(7086) >= 50 || countitem(7035) >= 10 || countitem(969) >= 100) goto killhim;
  601. close;
  602.  
  603. L_nono:
  604.  
  605. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  606. mes "[ Daryl ]";
  607. mes "Go away if you don't want it";
  608. mes "Just speak to me if you want it already";
  609. close;
  610.  
  611.  
  612. kikiki:
  613. next;
  614. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  615. mes "[ Daryl ]";
  616. mes "Incomplete supplies dude";
  617. close;
  618.  
  619. killhim:
  620. next;
  621. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  622. mes "[ Daryl ]";
  623. mes "Very well done my friend";
  624. mes "You are very good!!";
  625. delitem 7345,300;
  626. delitem 7086,50;
  627. delitem 969,100;
  628. delitem 7035,10;
  629. getitem2 2410,1,1,@ref,0,254,0,getcharid(0)&0xffff,(getcharid(0)>>16)&0xffff;
  630. set dar_dar,1;
  631. next;
  632. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  633. mes "[ Daryl ]";
  634. mes "Success!!!! Enjoy the sleipnir";
  635. mes "You are now a Mega-Warrior of Tsukiohana";
  636. mes "Go free now you noble man";
  637. announce "ROFLMAO "+strcharinfo(0)+" has just become the Mega-Warrior and gained Sleipnir.",8;
  638. close;
  639.  
  640. L_kalbo:
  641. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  642. mes "[ Daryl ]";
  643. mes "You have already gained sleipnir";
  644. mes "How dare you speak to me again now i order you to go back to prontera!";
  645. next;
  646. percentheal -100,0;
  647. warp "prontera.gat",0,0;
  648. close;
  649.  
  650. daryl:
  651. mes "[ ^C6A518Guardian of Prontera^000000 ]";
  652. mes "[ Daryl ]";
  653. mes "Oh, your just another newbie";
  654. mes "Go fly away";
  655. close;
  656.  
  657. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement