Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. brasilis,195,176,6 script EventNpc Prizes#01::pprizs 109,{
  2.  
  3. mes "[Event Rewards]";
  4. mes "How you won any events recently?";
  5. mes "I can exchange event coupons for reward items";
  6. next;
  7. mes "[Event Rewards]";
  8. mes "Choose a Category:";
  9. next;
  10. menu "Upper Headgear",-,"Mid and Lower Headgears",L_BGHEAD,"Exit",L_OUT;
  11.  
  12. mes "[IntenseRO BG]";
  13. mes "Here Are the list of IntenseRO Upper Head Gear Rewards.:";
  14. mes "^3355FFBandit Hat [1] - 2 Event Coupon^000000";
  15. mes "^3355FFRudolp_Santa_Hat [0] - 2 Event Coupon^000000";
  16. mes "^3355FFPizza Hat [0] - 2 Event Coupon^000000";
  17. mes "^3355FFAFK Hat - 2 Event Coupon^000000";
  18. mes "^3355FFPoporing Cap [0] - 2 Event Coupon^000000";
  19. mes "^3355FFDeviling Hat [1] - 2 Event Coupon^000000";
  20. mes "^3355FFDrooping Nine Tail [1] - 2 Event Coupon^000000";
  21. mes "^3355FFParty Recruiter Hat [0] - 2 Event Coupon^000000";
  22. mes "^3355FFBogy Cap [1] - 2 Event Coupon^000000";
  23. mes "^3355FFKwati Hat [1] - 10 Event Coupon^000000";
  24. mes "^3355FFHelm Of Abyss [1] - 10 Event Coupon^000000";
  25. mes "^3355FFAries Diadem [0] - 10 Event Coupon^000000";
  26. mes "^3355FFAquarius Diadem [0] - 10 Event Coupon^000000";
  27. mes "^3355FFTaurus Diadem [0] - 10 Event Coupon^000000";
  28. mes "^3355FFCrown of Deceit [1] - 20 Event Coupon^000000";
  29. mes "^3355FFRabbit Bonnet [1] - 50 Event Coupon^000000";
  30. mes "^3355FFClassic Hat [1] - 50 Event Coupon^000000"
  31. next;
  32. menu "Bandit Hat [1]",-,"Rudolp_Santa_Hat [0]",L_YGBG,"Pizza Hat [0]",L_YGBG,"AFK Hat",L_YGBM,"Poporing Cap [0]",L_YGBN,"Deviling Hat [1]",L_MFBG,"Drooping Nine Tail [1]",L_RJBG,"Party Recruiter Hat [0]",L_LFBG,"Bogy Cap [1]",L_DFBG,"Kwati Hat [1]",L_IFBG,"Helm Of Abyss [1]",L_AFBG,"Aries Diadem [0]",L_VFBG,"Aquarius Diadem [0]",L_SFBG,"Taurus Diadem [0]",L_SFBM,"Crown of Deceit [1]",L_SFBN,"Rabbit Bonnet [1]",L_ABBG,"Classic Hat [1]",L_GBBG,"Cancel",L_OUT;
  33.  
  34. if(countitem(7539) < 2) goto L_NOTENOUGH;
  35. delitem 7539,2;
  36. getitem 5491,1;
  37. close;
  38. L_RGBG:
  39. if(countitem(7539) < 2) goto L_NOTENOUGH;
  40. delitem 7539,2;
  41. getitem 5742,1;
  42. close;
  43. L_YGBG:
  44. if(countitem(7539) < 2) goto L_NOTENOUGH;
  45. delitem 7539,2;
  46. getitem 5499,1;
  47. close;
  48. L_YGBM:
  49. if(countitem(7539) < 2) goto L_NOTENOUGH;
  50. delitem 7539,2;
  51. getitem 5474,1;
  52. close;
  53. L_YGBN:
  54. if(countitem(7539) < 2) goto L_NOTENOUGH;
  55. delitem 7539,2;
  56. getitem 5352,1;
  57. close;
  58. L_MFBG:
  59. if(countitem(7539) < 2) goto L_NOTENOUGH;
  60. delitem 7539,2;
  61. getitem 5254,1;
  62. close;
  63. L_RJBG:
  64. if(countitem(7539) < 2) goto L_NOTENOUGH;
  65. delitem 7539,2;
  66. getitem 5296,1;
  67. close;
  68. L_LFBG:
  69. if(countitem(7539) < 2) goto L_NOTENOUGH;
  70. delitem 7539,2;
  71. getitem 5337,1;
  72. close;
  73. L_DFBG:
  74. if(countitem(7539) < 2) goto L_NOTENOUGH;
  75. delitem 7539,2;
  76. getitem 5429,1;
  77. close;
  78. L_IFBG:
  79. if(countitem(7539) < 10) goto L_NOTENOUGH;
  80. delitem 7539,10;
  81. getitem 5537,1;
  82. close;
  83. L_AFBG:
  84. if(countitem(7539) < 10) goto L_NOTENOUGH;
  85. delitem 7539,10;
  86. getitem 5363,1;
  87. close;
  88. L_VFBG:
  89. if(countitem(7539) < 10) goto L_NOTENOUGH;
  90. delitem 7539,10;
  91. getitem 5545,1;
  92. close;
  93. L_SFBG:
  94. if(countitem(7539) < 10) goto L_NOTENOUGH;
  95. delitem 7539,10;
  96. getitem 5512,1;
  97. close;
  98. L_SFBM:
  99. if(countitem(7539) < 10) goto L_NOTENOUGH;
  100. delitem 7539,10;
  101. getitem 5549,1;
  102. close;
  103. L_SFBN:
  104. if(countitem(7539) < 20) goto L_NOTENOUGH;
  105. delitem 7539,20;
  106. getitem 5564,1;
  107. close;
  108. L_ABBG:
  109. if(countitem(7539) < 50) goto L_NOTENOUGH;
  110. delitem 7539,50;
  111. getitem 5593,1;
  112. close;
  113. L_GBBG:
  114. if(countitem(7539) < 50) goto L_NOTENOUGH;
  115. delitem 7539,50;
  116. getitem 5815,1;
  117. close;
  118.  
  119. L_BGHEAD:
  120. mes "[IntenseRO]";
  121. mes "Here Are the list of IntenseRO Middle and Lower Headies.:";
  122. mes "^3355FFMask Cube [0] - 2 Event Coupon^000000";
  123. mes "^3355FFScuba Gear [0]- 2 Event Coupon^000000";
  124. mes "^3355FFBandit Beard [0]- 2 Event Coupon^000000";
  125. mes "^3355FFSigrun's Wings [0] - 3 Event Coupon^000000";
  126. mes "^3355FFPeco Ears [0] - 3 Event Coupon^000000";
  127. mes "^3355FFGlasses [1] - 5 Event Coupon^000000";
  128. mes "^3355FFPeco Ears [0] - 5 Event Coupon^000000";
  129. mes "^3355FFWell-Chewed Pencil [0] - 5 Event Coupon^000000";
  130. mes "^3355FFGlasses [1] - 10 Event Coupon^000000";
  131. mes "^3355FFSpiked Scarf [0] - 10 Event Coupon^000000";
  132. mes "^3355FFHockey Mask [0] - 10 Event Coupon^000000";
  133. next;
  134. menu "Mask Cube [0]",-,"Scuba Gear [0]",L_ROCBG,"Bandit Beard [0]",L_BFCBG,"Sigrun's Wings [0]",L_SCOBG,"Peco Ears [0]",L_SCOBG,"Glasses [1]",L_SCOBG,"Peco Ears [0]",L_SCOBG,"Well-Chewed Pencil [0]",L_SCOBG,"Glasses [1]",L_SCOBG,"Spiked Scarf [0]"L_SCOBG,"Hockey Mask [0]",L_SCOBG,"Exit",L_OUT;
  135.  
  136. if(countitem(7539) < 2) goto L_NOTENOUGH;
  137. delitem 7539,2;
  138. getitem 5475,1;
  139. close;
  140. L_ROCBG:
  141. if(countitem(7539) < 2) goto L_NOTENOUGH;
  142. delitem 7539,2;
  143. getitem 5397,1;
  144. close;
  145. L_ROCBG:
  146. if(countitem(7539) < 2) goto L_NOTENOUGH;
  147. delitem 7539,2;
  148. getitem 2237,1;
  149. close;
  150. L_ROCBG:
  151. if(countitem(7539) < 3) goto L_NOTENOUGH;
  152. delitem 7539,3;
  153. getitem 5592,1;
  154. close;
  155. L_ROCBG:
  156. if(countitem(7539) < 3) goto L_NOTENOUGH;
  157. delitem 7539,3;
  158. getitem 5358,1;
  159. close;
  160. L_ROCBG:
  161. if(countitem(7539) < 5) goto L_NOTENOUGH;
  162. delitem 7539,5;
  163. getitem 2204,1;
  164. close;
  165. L_ROCBG:
  166. if(countitem(7539) < 5) goto L_NOTENOUGH;
  167. delitem 7539,5;
  168. getitem 5358,1;
  169. close;
  170. L_ROCBG:
  171. if(countitem(7539) < 5) goto L_NOTENOUGH;
  172. delitem 7539,5;
  173. getitem 5574,1;
  174. close;
  175. L_ROCBG:
  176. if(countitem(7539) < 10) goto L_NOTENOUGH;
  177. delitem 7539,10;
  178. getitem 2204,1;
  179. close;
  180. L_ROCBG:
  181. if(countitem(7539) < 10) goto L_NOTENOUGH;
  182. delitem 7539,10;
  183. getitem 5462,1;
  184. close;
  185. L_ROCBG:
  186. if(countitem(7539) < 10) goto L_NOTENOUGH;
  187. delitem 7539,10;
  188. getitem 5314,1;
  189. close;
  190.  
  191.  
  192. L_NOTENOUGH:
  193. mes "[IntenseRO]";
  194. mes "Sorry, You Dont Have Enough Event Coupons.";
  195. close;
  196. L_OUT:
  197. close;
  198. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement