sec_in01,79,36,4 script Freebies 123,{
mes "[Hello]";
mes "[I can give you a free gift based on your future job.]";
mes "[Please choose the correct item for the future job]";
if(!#Freebie) {
mes "Select one:";
next;
switch(select("Swordsman:Magician:Archer:Acolyte:Merchant:Thief:Ninja:Linker:Taek")) {
case 1:
getitem 2328,1;
getitem 2404,1:
getitem 2503,1;
rentitem 29280,604800;
rentitem 5394,604800;
getitem 1109,1; //Item for Swordsman
break;
case 2:
getitem 2334,1;
getitem 2403,1;
getitem 2503 ,1;
getitem 1601 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Magician
break;
case 3:
getitem 2330,1;
getitem 2405,1;
getitem 2503 ,1;
getitem 1701 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Archer
break;
case 4:
getitem 2309,1;
getitem 2403,1;
getitem 2503 ,1;
getitem 1601 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Acolyte
break;
case 5:
getitem 2309,1;
getitem 2405,1;
getitem 2503 ,1;
getitem 1354 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Merchant
break;
case 6:
getitem 2335,1;
getitem 2405,1;
getitem 2503 ,1;
getitem 1221 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Thief
break;
case 7:
getitem 2335,1;
getitem 2403,1;
getitem 2503 ,1;
getitem 1221 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Ninja
break;
case 8:
getitem 2335,1;
getitem 2403,1;
getitem 2503 ,1;
getitem 1603 ,1;
rentitem 29280,604800;
rentitem 5394,604800; //Item for Linker
break;
}
set #Freebie, 1;
close;
}
OnInit:
waitingroom "Get your freebies here ! ",0;
end;
}
try this script