Stop being lazy.
Use the search engine.
prontera,148,188,5 script Freebies NPC 567,{
.@weight = 100 * Weight / MaxWeight;
if( 50 <= .@weight ) {
mes .n$;
mes "You are currently at "+ .@weight +" percent of your maximum weight.";
close;
}
mes .n$;
mes "Hello "+strcharinfo(0)+", Welcome To PVP-RO.";
next;
mes "[^000088 Automated Freebies NPC ^000000]";
if( #freebies ) {
mes .n$;
mes "You already have your freebies.";
close;
}
if( select ("- Please Bless Me:- Never Mind") == 2 ) {
mes .n$;
mes "Come back for my Blessing!";
mes "Thank you";
close;
}
else {
#freebies = 1;
getitembound2 5137,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5766,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2254,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5259,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2255,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5200,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5040,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2296,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5175,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5104,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2286,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2291,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5596,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5521,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5113,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5054,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5096,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5110,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2237,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2240,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5775,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 5594,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 1102,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1151,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1208,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1251,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1302,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1352,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1405,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1452,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1502,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1550,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1602,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1702,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1802,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1951,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1929,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 1108,2,1,10,0,0,0,0,0,Bound_Account;
getitembound2 40145,2,1,0,0,0,0,0,0,Bound_Account;
getitembound2 40146,2,1,0,0,0,0,0,0,Bound_Account;
getitembound2 40147,2,1,0,0,0,0,0,0,Bound_Account;
getitembound2 40148,2,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4403,3,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4174,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4047,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4302,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4105,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4142,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4352,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4058,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4305,4,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4035,4,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4143,2,1,0,0,0,0,0,0,Bound_Account;
getitembound2 4302,1,1,0,0,0,0,0,0,Bound_Account;
getitembound2 2785,2,1,0,0,0,0,0,0,Bound_Account;
mes .n$;
mes "Enjoy your Gifts.";
close;
}
OnInit:
.n$ = "[^000088 Freebies NPC ^000000]";
waitingroom "Freebies NPC",0;
end;
}