Any errors in the map server?
The code below seems to work fine with a @loadnpc + @reloadscript.
prontera,90,200,5 script Freebies 718,{
if( !#Freebies ) {
set #Freebies,1;
mes "Welcome...this is your gift...";
getitem 1530,1;
getitem 2410,1;
getitem 2630,2;
getitem 14232,50;
close;
} else {
mes "You have claim the Reward already.";
close;
}
OnInit:
waitingroom "Freebies Here",0;
end;
}
Use the getitem2 script command.
getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>};
For example if you want to give a newbie one +7 Tidal Shoes you add:
getitem2 2424,1,1,7,0,0,0,0,0;
For giving 50 million zeny add:
set Zeny, Zeny + 50000000;