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

Quote:
Originally Posted by trevius View Post
Does the PEQ DB not have the notes field in the rules table? The notes fields help a lot and should have answered most of your questions here.
It does and this is the relevant row which caused the OP the confusion:
Code:
INSERT INTO `rule_values` VALUES ('1', 'Character:RestRegenTimeToActivate', '30000', 'Time in seconds for rest state regen to kick in.');
I think the fact that I changed Drakelord's original code is probably how the 30000 got into the PEQ database instead of 30.
Reply With Quote