Giter Club home page Giter Club logo

Comments (2)

YakFromStateFarm avatar YakFromStateFarm commented on July 2, 2024 1

Ive been looking at this on my local devbox and I think I have the solution. If you look at magicitem.js, line 945, they way it sets up chatData by calling spell.use() is slightly off. It seems like the new use function should take in two params, both dicts, named configs and options(might be singular). Options is what sets up how the chat messages are sent, but currently the call is passing
{ "configureDialog": false, "createMessage": false } to the configs param. Basically the whole line should look something like this let chatData = await spell.use({},{ "configureDialog": false, "createMessage": false }); The first {} is set to configs and then the rest is set to options.

The actual function is documented here https://github.com/foundryvtt/dnd5e/blob/master/module/documents/item.mjs. Its a fairly easy fix so I didnt fork or anything, but I can do that and make a PR if you are busy and just want the code updated.

from magic-items-2.

PwQt avatar PwQt commented on July 2, 2024

Should be fixed in 1.2.2

from magic-items-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.