If you would just follow my directions and learn how to fix the errors you are getting you be a lot better off. I'm done spoon feeding.
prontera,103,77,5 script Monthly Reward 757,{
// January ~ December Item Lists
setarray .ItemID[0],7539,7539,7539,7539,7539,7539,7539,7539,7539,7539,7539,7539;
setarray .Amount[0],100,120,130,140,150,160,170,180,190,200,210,20;
if( #MonthlyReward != gettime(6) ){
getitem .ItemID[gettime(6)],.Amount[gettime(6)];
set #MonthlyReward,gettime(6);
mes "You have grant an item for this month.";
}else{
mes "You cant take a reward again this month.";
}
close;
}
Notice how I removed line 14 and 15? Because they aren't apart of the script. Line 14 and 15 were user error.
Happy ragnaroking, I'm out.