Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rules] Gate /tgb, /autofire and /melody #1679

Merged
merged 2 commits into from Nov 12, 2021

Commits on Nov 12, 2021

  1. Rules to negate /tgb, /autofire, and /melody

    Created new rules to negate server and client side effects of commands: /tgb, /autofire, and /melody. These commands are enabled by default and can be disabled to enforce a classic EQ experience if using progression style play for example.
    
    Rules
    --------------
    RULE_BOOL(Character, EnableBardMelody, true, "Enable Bard /melody by default, to disable change to false for a classic experience.")
    RULE_BOOL(Character, EnableRangerAutoFire, true, "Enable Ranger /autofire by default, to disable change to false for a classic experience.")
    RULE_BOOL(Character, EnableTGB, true, "Enable /tgb (Target Group Buff) by default, to disable change to false for a classic experience.")
    cybernine186 authored and Akkadius committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f80ccaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5665c18 View commit details
    Browse the repository at this point in the history