View Single Post
  #3  
Old 03-30-2010, 03:52 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by ChaosSlayerZ View Post
The RestRegenTimeToActivate is in mili seconds, so 30000 is 30 seconds
Looking back through previous posts and the code, I believe Drakelord originally had this in milliseconds when he submitted it, but I changed it to seconds when I comnitted it.

Certainly 434_optional_rest_state_rules.sql has 30 seconds as the default:
Code:
INSERT INTO rule_values VALUES(0,'Character:RestRegenPercent',0);
INSERT INTO rule_values VALUES(0,'Character:RestRegenTimeToActivate',30);
and the default in the code is 30, so this is maybe just a mistake in the PEQ database.

I've not tested it recently, but I am *fairly* sure it is in seconds.

Last edited by Derision; 03-30-2010 at 03:59 PM..
Reply With Quote