Vauryx / advancedspelleffects

This module will use Sequencer, Tagger, JB2A spell effects and socketlib to create advanced spell functionality without relying on finicky macros to do the heavy lifting.
Other
19 stars 12 forks source link

Steel Wind Strike #11

Closed asimone closed 3 years ago

asimone commented 3 years ago

Steel Wind Strike is calling the wrong database call for sequencer. Current build is using jb2a.sword.melee.01 but should now be autoanimations.melee.sword.01.white.0 etc., etc.

Vauryx commented 3 years ago

Nope, the jb2a path is correct for the current jb2a patreon module. The autoanimations path is for, well, the auto-animations module.

asimone commented 3 years ago

The issue, btw, was I thought that it was pulling from the Sequencer database, based on the error I was seeing, and the database Sequencer shows in the module settings has the format for autoanimations. I assumed you were piggy backing off of that. My problem was I didn't have JBA enabled (and haven't been required to for other animation modules I use with JBA). Not a big deal in the slightest, but just so you understand why I filed the ticket, if something similar comes up again.

Vauryx commented 3 years ago

Ahh yes sorry about that, there should have been a message letting you know to have it installed that wasn't appearing thanks to an oversight from me. Thanks for pointing that out!