Is there any possibility to add notes for the states to modify the parameters?
For example, when a character obtains a state, it will increase or decrease certain parameters while it has that state.
Ok here is the link with video, here it shows the configuration and how the motion is played constantly loops
And here I leave you another video where I show you the normal configuration only for the basic attack skill, where I want the motion to be reproduced.
Here you can see that this does not play when activating the skill and another thing happens, the skill does not execute correctly either, that is, it does not generate the damage it should.
In the same video I show this and I also show that when deleting the motion configuration for the skill, it executes normally generating the damage.
I share with you the link so you can download the new project folder that I made testing this, so you can check it yourself
I leave you the screenshot of what the console shows
In my project there is the same error and this is what it throws
I hope this information is useful and thank you very much for your time.
Sure, here's the screenshot.
I also tried creating a new project and re-configuring it to test it, but it's the same, the motion can't be executed.
Do you have a discord or something where I can send you a link with the game folder so you can see it?
Another thing, I left you a comment on "RPG Maker MV/MZ: Tactical Battle System", it's a question about another topic if you can see it.
Thanks for your time
Hello, sorry. What happens is the following. I still don't see an error in the console.
since I haven't been able to make them work together.
I have the following plugins
-VisuMZ_0_CoreEngine : in this one I have created custom parameters
-VisuMZ_1_ElementStatusCore : with this one I use it to see the parameters in the menu
And I also have
EliMZ_Book
EliMZ_ClassCurves
EliMZ_CustomParameters : with this one I have created custom parameters and tried to put them in the classes so that they modify the initial parameters.
since with this perception it should have a value of 24 but this is not displayed
but when I want these parameters to appear in the menu of VisuMZ_1_ElementStatusCore, they don't appear and I don't know if they are working.
I have tried creating parameters with VisuMZ_0_CoreEngine and tried to modify them using EliMZ_CustomParameters in the class notes, but these changes are not displayed.
I have also tried creating the parameter with the same name in both plugins to be able to modify them and see them in the menu, but they do not appear.
That is why I am asking if these are compatible so that I can make them work together and how to do this.
Since my idea is that the parameters increase as the level goes up, that is why I use EliMZ_CustomParameters