Try changing the cool down timer to 1 hour. thana_quest.txt 2235-2288
OnTimer7200000 change to OnTimer3600000
thana_boss,1,1,0 script #cooltime_thana 844,{
end;
OnInit:
set $@thana_summon, 0;
set $@thana_summon2, 0;
end;
OnEnable:
initnpctimer;
end;
OnStop:
stopnpctimer;
end;
OnTimer3000:
mapannounce "thana_boss","Warning!!",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer6000:
mapannounce "thana_boss","The seal will re-activate in 30 seconds.",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer16000:
mapannounce "thana_boss","20 seconds left...",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer26000:
mapannounce "thana_boss","10 seconds left...",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer31000:
mapannounce "thana_boss","5 seconds.",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer32000:
mapannounce "thana_boss","4 seconds.",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer33000:
mapannounce "thana_boss","3 seconds.",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer34000:
mapannounce "thana_boss","2 seconds.",bc_map,"0x00ff00"; //FW_NORMAL 12 0 0
end;
OnTimer35000:
mapannounce "thana_boss","Time's up!",bc_map,"0xff0000"; //FW_NORMAL 12 0 0
end;
OnTimer36000:
OnTimer37000:
mapwarp "thana_boss","tha_t12",130,52;
end;
OnTimer3600000:
set $@thana_summon, 0;
set $@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;
}
Hope this helps,
~Azura Skyy