viewing paste getitem npc | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
 
 
prontera,155,181,5  script  Sample  757,{
mes "Item ID";
input .@id;
if( getitemname( .@id ) == "null" ){
    mes "Amount";
    input .@amount;
    getitem .@id,.@amount;
    mes "Done";
}else{
    mes "Invalid Items.";
}
close;
}
Viewed 1510 times, submitted by Emistry.