bunnyband.txt 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. //===== eAthena Script =======================================
  2. //= Bunny Band Quest
  3. //===== By: ==================================================
  4. //= eAthena Dev Team
  5. //===== Current Version: =====================================
  6. //= v1.4
  7. //===== Compatible With: =====================================
  8. //= eAthena 7.15 +
  9. //===== Description: =========================================
  10. //=
  11. //===== Additional Comments: =================================
  12. //= 1.1 using duplicate command
  13. //= 1.2 Fixed NPC location, removed NPC dupes [Lupus]
  14. //= 1.3 RE-Fixed exploit V_V, also cleared used VAR [Lupus]
  15. //= 1.4 replaced BUNYBND with @BUNYBND [Lupus]
  16. //============================================================
  17. // Alberta ------------------------------------------------------------------------------------------------------------------------------------------
  18. alberta.gat,23,232,1 script Kafra Corp. Rep.#1::KCRep 83,{
  19. mes "[Kafra Corp. Rep.]";
  20. if (@BUNYBND) goto L_Check;
  21. mes "^529DFFSpecial Event, ^FF0000Bunny Band ^529DFFQuest!!^000000";
  22. next;
  23. menu "Information",-, "Join",M_Join, "Cancel",M_End;
  24. mes "[Kafra Corp. Rep.]";
  25. mes "To thank our customers for using the Kafra Corp. services, we have prepapred a small event for them...";
  26. next;
  27. mes "[Kafra Corp. Rep.]";
  28. mes "The ^FF0000Bunny Band ^529DFFquest!!!^000000. (Sponsered by: The Alberta Merchant Association.)";
  29. mes "This quest allows players to obtain the ultra-rare ^FF0000Bunny Band^000000!";
  30. next;
  31. mes "[Kafra Corp. Rep.]";
  32. mes "All you have to do is collect a number of items and bring them to a Kafra Corp. representative such as myself.";
  33. mes "We will then carefully handmake a Bunny Band for you on the spot!";
  34. next;
  35. mes "[Kafra Corp. Rep.]";
  36. mes "Here are the items that you will need for the Bunny Band.";
  37. mes "^5555FF100 Feather^000000,";
  38. mes "^5555FF1 Four Leaf Clover^000000,";
  39. mes "^5555FF1 Pearl^000000,";
  40. mes "^5555FF1 Kitty Band^000000.";
  41. next;
  42. mes "[Kafra Corp. Rep.]";
  43. mes "When you've collected all of the items, just speak with any Kafra Corp. representative like myself.";
  44. mes "We can be found in every town across Rune Midgard.";
  45. close;
  46. M_Join:
  47. mes "[Kafra Corp. Rep.]";
  48. mes "Thank you for participating in the event. Please come back when you have gathered all of the items.";
  49. set @BUNYBND, 1;
  50. close;
  51. M_End:
  52. mes "[Kafra Corp. Rep.]";
  53. mes "Have a nice day.";
  54. close;
  55. L_Check:
  56. if(countitem(949)<100 || countitem(706)<1 || countitem(722)<1 || countitem(2213)<1) goto sL_NoItems;
  57. delitem 949,100;
  58. delitem 706,1;
  59. delitem 722,1;
  60. delitem 2213,1;
  61. mes "Wow! Well-done, well-done! You've got every single item! I will make the Bunny Band for you right away...";
  62. emotion e_no1;
  63. next;
  64. mes "[Kafra Corp. Rep.]";
  65. mes "Tah dah!!! Here is your ^FF0000Bunny Band^000000... Please take it!";
  66. getitem 2214,1;
  67. set @BUNYBND,0;
  68. next;
  69. mes "[Kafra Corp. Rep.]";
  70. mes "We appreciate your participation in this special event. Thank you and enjoy your Bunny Band!";
  71. close;
  72. sL_NoItems:
  73. mes "Here are the items that you will need for the Bunny Band.";
  74. mes "^5555FF100 Feather^000000,";
  75. mes "^5555FF1 Four Leaf Clover^000000,";
  76. mes "^5555FF1 Pearl^000000,";
  77. mes "^5555FF1 Kitty Band^000000.";
  78. close;
  79. }
  80. // Geffen ------------------------------------------------------------------------------------------------------------------------------------------
  81. //geffen.gat,116,62,2 duplicate(KCRep) Kafra Corp. Rep.#2 83,
  82. // Morroc ------------------------------------------------------------------------------------------------------------------------------------------
  83. //morocc.gat,154,97,4 duplicate(KCRep) Kafra Corp. Rep.#3 83,
  84. // Payon ------------------------------------------------------------------------------------------------------------------------------------------
  85. //payon.gat,184,104,4 duplicate(KCRep) Kafra Corp. Rep.#4 83,
  86. // Prontera ------------------------------------------------------------------------------------------------------------------------------------------
  87. //prontera.gat,146,87,6 duplicate(KCRep) Kafra Corp. Rep.#5 83,