Thread: How to fix....
View Single Post
  #5  
Old 09-18-2008, 03:09 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Code:
INSERT INTO rule_values VALUES (0, NPC:MinorNPCCorpseDecayTimeMS, 450000)
That should get rid of it generating an error message. The default value of 450000 came from common/ruletypes.h:
Code:
RULE_INT ( NPC, MinorNPCCorpseDecayTimeMS, 450000 ) //level<55
In general, it should still use the default value from ruletypes.h, although it is certainly possible there may be an issue there.

Hope this helps.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote