Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm still working with the code you gave me, but I thought I let you know something I noticed while working with the plugin. When Skill Does not consume Tp is set to true its supposed to only allow skills to be used when a Tp threshold is met but not consume it like it would normally. But whenever I use a skill it consumes Tp like normal. (The Tp is consumed Immediately as the skill is being used, and not as a result of anything so I don't think its the formula doing that, I even removed the note tag when making the gif to make sure it wasn't that.) (Here's the gif of it and an image of my settings.) Don't know if I set something wrong or not.


Thanks for the feedback! I think I fixed that on the new version 1.5.0!

(1 edit)

Its still consuming Tp when I perform skills, though. 

Can you just leave enabled my Eli Book and the Tp System on your plugin manager and see if the problem persists?

I made and new project with only those plugins and it work perfectly. So its definitely an issue on my end.

Show me a screenshot of your plugin manager with all your plugins.

But you will probably have to disable one plugin, test. And repeat the process until it works. The last disabled plugin will be the one with the compatibility.

Unless the problem has to do with the tp formulas you are using. You can also trybto detach them from the actor and test to see what happens.

(+1)

I found it. It was conflicting with the Visustella SkillsStatesCore. More specifically the Skill Cost Types under Skill settings. The Tp coding title "Paying the Cost" under the JS Type formula was overriding your plugin. I simply had to remove that code. Now it functions as intended.

Oh, nice you manage to find it! I will add that into the plugin help file!