EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Missing rules (https://www.eqemulator.org/forums/showthread.php?t=28702)

WillowyLady 06-27-2009 09:57 AM

Missing rules
 
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
Code:

[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
Code:

[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.
Code:

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/media...rver_Error_FAQ


All times are GMT -4. The time now is 10:43 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.