[Rule] Classic Tracking Skillups (#3923)

* [Rule] Classic Tracking Skillups

Rule: TrackingAutoRefreshSkillUps
Default: True

Disable rule to prevent skillups from happening on auto refresh of tracking window.

* typo
This commit is contained in:
Fryguy
2024-01-09 05:48:35 -05:00
committed by GitHub
parent 66d9371714
commit 1b5b22eeca
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -257,6 +257,7 @@ RULE_BOOL(Skills, SelfLanguageLearning, true, "Enabling self-learning of languag
RULE_BOOL(Skills, RequireTomeHandin, false, "Disable click-to-learn and force hand in to Guild Master")
RULE_INT(Skills, TradeSkillClamp, 0, "Legacy tradeskills would clamp at 252 regardless of item modifiers and skill combination. DEFAULT: 0 will bypass clamp. Legacy value 252")
RULE_BOOL(Skills, UseAltSinisterStrikeFormula, false, "Enabling will utilize a formula derived from 2004 monkey business post which makes the AA actually worth something.")
RULE_BOOL(Skills, TrackingAutoRefreshSkillUps, true, "Disable to prevent tracking auto-refresh from giving skill-ups. Classic Style")
RULE_CATEGORY_END()
RULE_CATEGORY(Pets)