yes use the rathena'll post my script changes ae apra I see.
- script dye -1,{
end;
OnInit:
if(gettime(3) > 7 && gettime(3) < 19)
{
goto DIA;
} else {
goto NOITE;
}
NOITE:
night;
announce "xxxxxxxxxxxxx",0;
announce "yyyyyyyyyyyyy",0;
end;
DIA:
day;
announce "xxxxxxxxxxxxx",0;
announce "yyyyyyyyyyyyy",0;
end;
OnHour19:
goto NOITE;
OnHour07:
goto DIA;
OnClock1200:
announce "xxxxxxxxxxxxx",0;
announce "yyyyyyyyyyyyy",0;
end;
OnClock2400:
announce "xxxxxxxxxxxxx",0;
announce "yyyyyyyyyyyyy",0;
end;
}