Skip to content

Magic Spells won't work while having filters active.

Summary

Magic spell can't be used when a filter is active.

Steps to reproduce

  1. Set these filters

image

2A.

if (!Magic.WIND_STRIKE.isSelected()) {
                        if (Magic.WIND_STRIKE.activate()) {
                            Execution.delayUntil(Magic.WIND_STRIKE::isSelected, 2000, 3000);
                        }
                    }

2B. Check the Development Tool and select the Air Strike with the filter enabled, and you'll see it'll be: image

(How one can reproduce the issue - this is very important)

What is the current behavior?

The spellbook doens't work with filters enabled.

What is the expected correct behavior?

The spellbook should work with the filters enabled.