Advertisement
Guest User

Untitled

a guest
Oct 31st, 2017
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. prontera,164,147,5 script Bonus Pumpkin 1722,{
  2. mes "[Mr. Pumpkin]";
  3. mes "Hello Sir! Are you out";
  4. mes "shopping in the city?!";
  5. next;
  6. mes "[Mr. Pumpkin]";
  7. mes "I'm Pumpkin! I'll exchange cool";
  8. mes "random prizes for every";
  9. mes "^ff000030 Credit^000000.";
  10. next;
  11. mes "[Mr. Pumpkin]";
  12. mes "Item can get here is random:";
  13. mes "^ff0000Random Consumables^000000";
  14. mes "^ff0000Random Items^000000";
  15. next;
  16. mes "[Mr. Pumpkin]";
  17. mes "You can still get random item";
  18. mes "if you failed to get the grand";
  19. mes "prize and special prizes.";
  20. if (countitem(20234) < 30)
  21. close;
  22. next;
  23. if(select("Deal me in!:No way...")==2)
  24. close;
  25. mes "[Mr. Pumpkin]";
  26. mes "Here we go...";
  27. delitem 20234,30;
  28. progressbar "",5;
  29. .@item = F_Rand( 20234,671,20718,7776,7491,20719,20720,20721,20722,20723,7339,20725,20726,13973,12210,14159,14160,14161,14162,14163,14164,4236,4425,4372,4147,4168,4386,4142,4134,4137,4123,4330,4324,4047,4263,4318,4419,4376,4276,4146,4132,4131,4143,4144,4121,4005,4342,4305,4374,4441,4399,20619,7076,7077,7078,7079,7080,7081,7082,7083,7084,708,7087,7088,7089,7090,7091,7092,2744,2440,2387 );
  30. getitem .@item, 1;
  31. specialeffect2 248;
  32. close;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement