MrPrimate / ddb-importer

Integrate your dndbeyond.com content into Foundry virtual tabletop
https://docs.ddb.mrprimate.co.uk/docs/intro
MIT License
201 stars 79 forks source link

Create Bonfire Bugs #366

Open jared112git opened 1 year ago

jared112git commented 1 year ago

Describe the bug Create Bonfire does not react as expected and throws multiple console errors.

To Reproduce Steps to reproduce the behavior: Import spells via the console command (not munched). When cast the below error show in the console: image

If cast on top of an enemy it will roll the damage as expected but it will not react if a creatures moves through it. Seems like the active effect is not attaching to an enemy when moved through.

Additionally if it is cast outside of combat the below error shows in console and concentration is not applied to targe.t image

Expected behavior When cast on an enemy it rolls the overtime effect, when a creature moves through it rolls the overtime effect and when cast it applies concentration in and out of combat.

Environment: Foundry: 10.291 Dnd 5e: 2.2.1 DDBI: 3.4.49

MrPrimate commented 1 year ago

When logging an issue, the template also asks for some other info which you have not provided. Please also provide:

Please try with just these modules enabled and provide the versions. The yellow "Error" is not an error but is just a warning about a deprecated method and can be safely ignored.

MrPrimate commented 1 year ago

I have also added some changes to v 3.4.51, which should help the out of combat issue.