Skip to content

Puppetmaster Stormwaker Enfeeble Bug & Suggested Fix #10563

Description

@VerdantFrog

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.

OS / platform the server is running (if known)

All - Server-side

Branch affected by issue

base

Steps to reproduce

I believe this break statement in the special dispel logic for the RDM Automaton is preventing all over enfeebles from occurring. When using the RDM head, notice ONLY dispels are used (when monster has something disableable active) and no other enfeebles are cast when their conditions are met (skill level, maneuvers, etc.)

Expected behavior

Stormwaker automaton is able to cast bio/dia/slow/paralyze/addle/distract/frazzle/blind/poison... etc. as on retail.

Fix

The break statement prevents additional logic from being run, so to maintain both the priority dispel AND the normal enfeeble list, I would suggest using a [[fallthrough]] statement instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions