PDA

View Full Version : peqzone timer


kimura0715
06-10-2009, 09:17 AM
how can i shorten this timer from 15 minutes to like 5 minutes? thanks

cavedude
06-10-2009, 01:09 PM
command.cpp line 1578 change:

c->GetPTimers().Start(pTimerPeqzoneReuse, 900);

to

c->GetPTimers().Start(pTimerPeqzoneReuse, 300);

And recompile. That number is in seconds, so you can change it to whatever you desire.

AndMetal
06-10-2009, 02:43 PM
Anyone have any objections to making this a rule?

gaeorn
06-10-2009, 02:57 PM
I have no objection. In fact, I would suggest it.

AndMetal
06-10-2009, 03:02 PM
I'll probably be working on some other stuff later, I'll try to sneak it in if no one else gets to it first :-D

AndMetal
06-21-2009, 02:07 AM
Just for the record, I just got this added in Rev 699/700.