You can use this
//PHiLiP
//For 1 hour WoE Only
- script WoECountdown -1,{
OnAgitStart:
initnpctimer;
OnTimer1800000:
announce "[WoE]: Last 30 minutes",0;
end;
OnTimer2400000:
announce "[WoE]: Last 20 minutes",0;
end;
OnTimer3000000:
announce "[WoE]: Last 10 minutes",0;
end;
OnTimer3300000:
announce "[WoE]: Last 5 minutes",0;
end;
OnTimer3360000:
announce "[WoE]: Last 4 minutes",0;
end;
OnTimer3420000:
announce "[WoE]: Last 3 minutes",0;
end;
OnTimer3480000:
announce "[WoE]: Last 2 minutes",0;
end;
OnTimer3540000:
announce "[WoE]: Last 1 minute",0;
end;
OnTimer3570000:
announce "[WoE]: Last 30 Seconds",0;
end;
OnTimer3571000:
announce "[WoE]: Last 29 Seconds",0;
end;
OnTimer3572000:
announce "[WoE]: Last 28 Seconds",0;
end;
OnTimer3573000:
announce "[WoE]: Last 27 Seconds",0;
end;
OnTimer3574000:
announce "[WoE]: Last 26 Seconds",0;
end;
OnTimer3575000:
announce "[WoE]: Last 25 Seconds",0;
end;
OnTimer3576000:
announce "[WoE]: Last 24 Seconds",0;
end;
OnTimer3577000:
announce "[WoE]: Last 23 Seconds",0;
end;
OnTimer3578000:
announce "[WoE]: Last 22 Seconds",0;
end;
OnTimer3579000:
announce "[WoE]: Last 21 Seconds",0;
end;
OnTimer3580000:
announce "[WoE]: Last 20 Seconds",0;
end;
OnTimer3581000:
announce "[WoE]: Last 19 Seconds",0;
end;
OnTimer3582000:
announce "[WoE]: Last 18 Seconds",0;
end;
OnTimer3583000:
announce "[WoE]: Last 17 Seconds",0;
end;
OnTimer3584000:
announce "[WoE]: Last 16 Seconds",0;
end;
OnTimer3585000:
announce "[WoE]: Last 15 Seconds",0;
end;
OnTimer3586000:
announce "[WoE]: Last 14 Seconds",0;
end;
OnTimer3587000:
announce "[WoE]: Last 13 Seconds",0;
end;
OnTimer3588000:
announce "[WoE]: Last 12 Seconds",0;
end;
OnTimer3589000:
announce "[WoE]: Last 11 Seconds",0;
end;
OnTimer3590000:
announce "[WoE]: Last 10 Seconds",0;
end;
OnTimer3591000:
announce "[WoE]: Last 9 Seconds",0;
end;
OnTimer3592000:
announce "[WoE]: Last 8 Seconds",0;
end;
OnTimer3593000:
announce "[WoE]: Last 7 Seconds",0;
end;
OnTimer3594000:
announce "[WoE]: Last 6 Seconds",0;
end;
OnTimer3595000:
announce "[WoE]: Last 5 Seconds",0;
end;
OnTimer3596000:
announce "[WoE]: Last 4 Seconds",0;
end;
OnTimer3597000:
announce "[WoE]: Last 3 Seconds",0;
end;
OnTimer3598000:
announce "[WoE]: Last 2 Seconds",0;
end;
OnTimer3599000:
announce "[WoE]: Last 1 Second",0;
stopnpctimer;
end;
}