2400 shouldn't do it. That should yield a ... 12.6 * 2400 = 302.4% chance to succeed. Every swing should give you a skill-up if the 2400 rule is in effect.
My suspicion at this point would be that the rule set that the 2400 rule is on (rule_values.ruleset_id -> rule_sets.ruleset_id) is not the one that the server is working with (variables "RuleSet" -> rule_sets.name).
If your rule_values table is using rulesetid 10, and rulesetid 10 is named "Default" in rule_sets, then you would need a variable in your Variables table called RuleSet with the value of Default.
|