Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,164,147,5 script Bonus Pumpkin 1722,{
- mes "[Mr. Pumpkin]";
- mes "Hello Sir! Are you out";
- mes "shopping in the city?!";
- next;
- mes "[Mr. Pumpkin]";
- mes "I'm Pumpkin! I'll exchange cool";
- mes "random prizes for every";
- mes "^ff000030 Credit^000000.";
- next;
- mes "[Mr. Pumpkin]";
- mes "Item can get here is random:";
- mes "^ff0000Random Consumables^000000";
- mes "^ff0000Random Items^000000";
- next;
- mes "[Mr. Pumpkin]";
- mes "You can still get random item";
- mes "if you failed to get the grand";
- mes "prize and special prizes.";
- if (countitem(20234) < 30)
- close;
- next;
- if(select("Deal me in!:No way...")==2)
- close;
- mes "[Mr. Pumpkin]";
- mes "Here we go...";
- delitem 20234,30;
- progressbar "",5;
- .@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 );
- getitem .@item, 1;
- specialeffect2 248;
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement