huh ? month reward but cant claim again on next month ???
are you looking for a npc that give Item Monthly ??
try this
prontera,155,181,5 script Sample 757,{
// January ~ December Item Lists
setarray .ItemID[0],7539,5022,512,607,608,7539,5022,512,607,608,7539,5022;
setarray .Amount[0],1,2,3,4,5,6,7,8,9,10,11,12;
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;
}