needs to do some calculation
on official repo is OnTimer7200000: means 2 hours
btw OnTimer28800000: is 8 hours, not 4 hours
so let's leave it at OnTimer28800000: then
if you want 2 hours then setnpctimer 28800000 - 2*60*60*1000; startnpctimer;
if you want 3 hours then setnpctimer 28800000 - 3*60*60*1000; startnpctimer;
if you want 4 hours then setnpctimer 28800000 - 4*60*60*1000; startnpctimer;
so it should look like this
OnTimer36000:
OnTimer37000:
mapwarp "thana_boss","tha_t12",130,52;
stopnpctimer;
setnpctimer 28800000 - F_Rand(2,3,4)*60*60*1000;
startnpctimer;
end;
OnTimer28800000:
$@thana_summon = 0;
$@thana_summon2 = 0;
donpcevent "Memory Seal#tt1::OnEnable";
donpcevent "Memory Seal#tt2::OnEnable";
donpcevent "Memory Seal#tt3::OnEnable";
donpcevent "Memory Seal#tt4::OnEnable";
donpcevent "#thanatos_seal::OnEnable";
stopnpctimer;
end;
didn't hard to test ... hopefully you don't say its bug