View Single Post
  #3  
Old 01-27-2008, 07:50 AM
gatorman's Avatar
gatorman
Sarnak
 
Join Date: Jan 2008
Posts: 32
Default fixed..

Fixed my problem.

After completely destroying my database and setting it all up again, I noticed that the rule_sets table had a default rule with an id of 2. In the rule_values table, all the rules were using the rule_id of 0. After I switched all of these to 2 (I could have just switched the default rule_set rule id to 0 I guess...), everything ran correctly.... corpses are working.

-Blaz
Reply With Quote