Anyone Can Fix this Script.. Item must be Bounded but i cannot get it...
invek,153,116,4 script Freebies NPC 423,{
OnInit:
waitingroom "Freebies",0;
if(#sorry == 1) goto L_1;
mes "You will receive Some Present as a reward for joining the server";
mes "We're gladly thankful for your support in the future too.";
next;
if(checkweight(2504,1) == 0 ) goto L_OverWeight;
// rentitem 20036,604800; //hokagehat
// rentitem 20014,604800; //vampirewing
// rentitem 20057,604800; //hallowmask
// rentitem 2115,259200; //shield valk
// rentitem 2630,259200; //briss
// rentitem 4047,259200; //ghost-ring
// rentitem 4198,259200; //maya-p
// rentitem 4146,259200; //maya
// rentitem 4131,259200; //moonlight c
// rentitem 4147,259200; //baphomet
getitembound2 14533,20,1,0,0,0,0,0,0; // (Custom Items
getitembound2 12210,4,1,0,0,0,0,0,0; // (Custom Items
getitembound2 12214,5,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20117,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20118,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20119,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20120,2,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20121,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20122,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20143,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20142,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 20144,1,1,0,0,0,0,0,0; // (Custom Items
getitembound2 4302,1,1,0,0,0,0,0,0;
getitembound2 4142,1,1,0,0,0,0,0,0;
emotion e_thx;
set #sorry,1;
close;
L_OverWeight:
mes "Sorry, you are over weight";
emotion e_omg;
close;
L_1:
mes "You had already received before the gift.";
emotion e_bzz;
close;
}