PDA

View Full Version : Missing rules


WillowyLady
06-27-2009, 09:57 AM
Running Emu Ver 715 & Peq DB 26

Seem to be missing:-

[Debug] [RULES__ERROR] Unable to find rule 'Aggro:PetAggroAmount'

[Debug] [RULES__ERROR] Unable to find rule 'Combat:ArcheryStationaryPenalty'

Are these included on an .SQL?

Thanks:)

Randymarsh9
06-27-2009, 03:11 PM
I'm getting

[06.27. - 14:57:34] [RULES__ERROR] Unable to find rule 'Aggro:PetAggroAmount'
[06.27. - 14:57:34] [RULES__ERROR] Unable to interpret rule record for Aggro:PetAggroAmount

I'm not sure where this comes in
[06.27. - 14:57:34] [WORLD__INIT_ERR] Unable to load eqtime.cfg

Derision
06-27-2009, 03:29 PM
If you get unable to find rule/unable to interpret rule messages, this means that you have rules in your rule_values table that the server doesn't know what to do with. In this case, those rules have been removed due to changes to the aggro/archery code, so go into your rules_value table, find the rules and delete them.

e.g.

delete from rule_values where rule_name = 'Aggro:PetAggroAmount';
delete from rule_values where rule_name = 'Combat:ArcheryStationaryPenalty';

WillowyLady
06-27-2009, 03:36 PM
Thanks Der:)

Randy look here http://syrith.servegame.org:85/mediawiki/index.php/Server_Error_FAQ