quests_lutie.txt 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. //===== eAthena Script =======================================
  2. //= Item Quest NPCs located in Lutie
  3. //===== By: ==================================================
  4. //= TonyMan
  5. //===== Current Version: =====================================
  6. //= 1.2
  7. //===== Compatible With: =====================================
  8. //= eAthena 1.0
  9. //===== Description: =========================================
  10. //= Blush, Cake Hat, Candle, Chef Hat, Raccoon Hat, Rainbow Eggshell,
  11. //= Spore Hat, Wonder Nutshell Quests
  12. //===== Additional Comments: =================================
  13. //= 1.1 Optimized [Lupus]
  14. //= 1.2 Fixed Chef Hat items [Lupus]
  15. //============================================================
  16. xmas.gat,117,295,3 script Titicupe 704,{
  17. mes "[^469ED2Titicupe^000000]";
  18. mes "I am the well known ^27BEB7Vending Machine Man Titicupe^000000, I am also a Wizard of the great ^9A3CA2Geffen Mage Guild^000000. I can use my special magic to make some rare items, but I need ingridients. Choose an item you want.";
  19. next;
  20. menu "Blush",-,"Cake Hat",cake_hat,"Candle",candle,"Chef Hat",chef_hat,"Raccoon Hat",raccoon_hat,"Rainbow Eggshell",rainbow_egg,"Spore Hat",spore_hat,"Wonder Nutshell",wonder_nut,"Cancel",M_Cancel;
  21. mes "[^469ED2Titicupe^000000]";
  22. mes "Hmm... spell ingridients are...";
  23. mes "100 Alice's Apron";
  24. next;
  25. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  26. if(countitem(7047)<100) goto L_NoItem;
  27. delitem 7047,100;
  28. getitem 5040,1;
  29. mes "[^469ED2Titicupe^000000]";
  30. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^D6294BBlush^000000, it's yours.";
  31. close;
  32. cake_hat:
  33. mes "[^469ED2Titicupe^000000]";
  34. mes "Hmm... spell ingridients are...";
  35. mes "10 Candy";
  36. mes "5 Candy Cane";
  37. mes "20 Piece of Cake";
  38. mes "10 Steel";
  39. mes "15 Well-baked Cookie";
  40. next;
  41. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  42. if(countitem(529)<10 || countitem(530)<5 || countitem(539)<20 || countitem(999)<10 || countitem(538)<15) goto L_NoItem;
  43. delitem 529,10;
  44. delitem 530,5;
  45. delitem 539,20;
  46. delitem 999,10;
  47. delitem 538,15;
  48. getitem 5024,1;
  49. mes "[^469ED2Titicupe^000000]";
  50. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^BD3CBACake Hat^000000, it's yours.";
  51. close;
  52. candle:
  53. mes "[^469ED2Titicupe^000000]";
  54. mes "Hmm... spell ingridients are...";
  55. mes "1 Bomb Wick";
  56. mes "50 Matchstick";
  57. mes "100 Royal Jelly";
  58. next;
  59. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  60. if(countitem(2279)<1 || countitem(7035)<50 || countitem(526)<100) goto L_NoItem;
  61. delitem 2279,1;
  62. delitem 7035,50;
  63. delitem 526,100;
  64. getitem 5028,1;
  65. mes "[^469ED2Titicupe^000000]";
  66. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^BD3CBACandle^000000, it's yours.";
  67. close;
  68. chef_hat:
  69. mes "[^469ED2Titicupe^000000]";
  70. mes "Hmm... spell ingridients are...";
  71. mes "450 Dragon Scale";
  72. mes "330 Feather";
  73. mes "120 Piece of Cake";
  74. mes " 1 White Dyestuffs";
  75. next;
  76. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  77. if(countitem(1036)<450 || countitem(949)<330 || countitem(539)<120 || countitem(982)<1) goto L_NoItem;
  78. delitem 1036,450;
  79. delitem 949,330;
  80. delitem 539,120;
  81. delitem 982,1;
  82. getitem 5026,1;
  83. mes "[^469ED2Titicupe^000000]";
  84. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^BD3CBAChef Hat^000000, it's yours.";
  85. close;
  86. raccoon_hat:
  87. mes "[^469ED2Titicupe^000000]";
  88. mes "Hmm... spell ingridients are...";
  89. mes "20 Dragon Scale";
  90. mes "1 Kitty Band";
  91. mes "300 Sea-otter Fur";
  92. mes "200 Tough Scalelike Stem";
  93. next;
  94. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  95. if(countitem(1036)<20 || countitem(2213)<1 || countitem(7065)<300 || countitem(7012)<200) goto L_NoItem;
  96. delitem 1036,20;
  97. delitem 2213,1;
  98. delitem 7065,300;
  99. delitem 7012,200;
  100. getitem 5033,1;
  101. mes "[^469ED2Titicupe^000000]";
  102. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^7D4E31Raccoon Hat^000000, it's yours.";
  103. close;
  104. rainbow_egg:
  105. mes "[^469ED2Titicupe^000000]";
  106. mes "Hmm... spell ingridients are...";
  107. mes "50 Claw of Desert Wolf";
  108. mes "1 Cobaltblue Dyestuffs";
  109. mes "1 Egg Shell";
  110. next;
  111. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  112. if(countitem(7030)<50 || countitem(978)<1 || countitem(5015)<1) goto L_NoItem;
  113. delitem 7030,50;
  114. delitem 978,1;
  115. delitem 5015,1;
  116. getitem 5039,1;
  117. mes "[^469ED2Titicupe^000000]";
  118. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^8D4178Rainbow Egg^000000, it's yours.";
  119. close;
  120. spore_hat:
  121. mes "[^469ED2Titicupe^000000]";
  122. mes "Hmm... spell ingridients are...";
  123. mes "300 Burnt Tree";
  124. mes "850 Poison Spore";
  125. mes "1 Tongue";
  126. next;
  127. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  128. if(countitem(7068)<300 || countitem(7033)<850 || countitem(1015)<1) goto L_NoItem;
  129. delitem 7068,300;
  130. delitem 7033,850;
  131. delitem 1015,1;
  132. getitem 5029,1;
  133. mes "[^469ED2Titicupe^000000]";
  134. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^7D4E31Spore Hat^000000, it's yours.";
  135. close;
  136. wonder_nut:
  137. mes "[^469ED2Titicupe^000000]";
  138. mes "Hmm... spell ingridients are...";
  139. mes "1 Nut Shell";
  140. mes "500 Wing of Dragonfly";
  141. next;
  142. menu "Here. Now do your magic!",-,"Cancel",M_Cancel;
  143. if(countitem(5037)<1 || countitem(7064)<500) goto L_NoItem;
  144. delitem 5037,1;
  145. delitem 7064,500;
  146. getitem 5050,1;
  147. mes "[^469ED2Titicupe^000000]";
  148. mes "^4599A3Abra ^66A73FKa ^C7A82EDabra, ^64826BSim ^E9239ESa ^B7EB01La ^8080C0Bim^000000!! ^45A8C9*poof*^000000 I succeeded! Here take this ^7D4E31Wonder Nutshell^000000, it's yours.";
  149. close;
  150. M_Cancel:
  151. mes "[^469ED2Titicupe^000000]";
  152. mes "I bid you farewell, try not to catch a cold out here. It's ^5A9FD8freezing out here!^000000";
  153. close;
  154. L_NoItem:
  155. mes "[^469ED2Titicupe^000000]";
  156. mes "I can't cast since you don't seem to have all I need...";
  157. close;
  158. }