View Full Version : How to fix....
Warleggon
09-17-2008, 02:21 PM
World.exe is kicking out a fistfull of these errors...
[Debug] [RULES__ERROR] Unable to find rule 'NPC:MinorNPCCorpseDecayTimeMS'
the variables (I guess that is what to call them) are different, and I wasnt sure how many of them to post up, because the list is kinda large.
Anyone got any thoughts on how do fix this?
Thanks,
Warleggon.
renoofturks1
09-17-2008, 03:50 PM
What Database are you using?
trevius
09-17-2008, 03:51 PM
These are your rules. If you are running a new database with an old source version, you will have this problem. If you update to the latest or pretty recent version, this problem should go away.
Warleggon
09-17-2008, 10:28 PM
I am using the peq database cvs'd 2 days ago. The eqemu build is 1129a.
AndMetal
09-18-2008, 03:09 AM
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 (http://eqemulator.cvs.sourceforge.net/eqemulator/EQEmuCVS/Source/common/ruletypes.h?view=markup#l_139):
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.
Warleggon
09-18-2008, 02:53 PM
Thank you, AndMetal. Now I know where to go to look to learn how this is all put together.
I did find the cause of the problem. It came when I went to add bots.
Congdar's bot release, not the one that comes off MArgoth78's website was ment to be used with the peq database I have and the 1129a release of eqemu.
With Congdar's world,zone and dll, all my errors went away as well as the extra lag and general instability that I was having.
Thank you all for all the very obvious hard work you are all putting into this. My kids will love you.
Warleggon
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.