Hi sir here's the script
how can I block 5377 , 5374 and godlikes items in this script
I mean how to add restricted items in this script.
prontera,209,229,5 script Item Giver 106,{
mes "[item Giver]";
mes "Please input the ITEM NUMBER that you want to receive.";
mes " ";
mes "You could use @ii <item name> to look for it or browse at ratemyserver.net";
input .@itemnum;
next;
mes "[item Giver]";
mes "How many pieces of this item do you want to receive?";
input .@itemcount;
next;
mes "[item Giver]";
mes "Here you go! Come again!";
getitem .@itemnum,.@itemcount;
close;
end;
}