- Joined
- Jun 18, 2013
- Messages
- 129
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV





I removed the credits plugin and got the exact same result in the end. AdditionallyIt seems to be a conflict with Yep_credits page.
Try remove the yep one and see if super tolls will work. If yes, then it's a conflict problem.
I used Srd super tools a lot in the past, and I can affirm to you that you do not have make any changes in the code for it to work(assuming that the thing you said about exemption list is a change in the code).
So, first of all, put the code the way it is.
Second, you use a lot of plugins. This is not recommended in any project, you will have a lot of problems coming for that. Try to think if you really need all of them...
Unfortunately, Srd One's change a lot of things. It will probably cause conflict.
Another thing is to put the yanfly plugins in the correct order. They has to be in an specific order to work flawless. See his site to consult the order.
After that you can try to put the srd one above all yanflys or below to see if it works.

what happened when I cleared the exemption menu again.It's not the same error.I removed the credits plugin and got the exact same result in the end. AdditionallyView attachment 136326View attachment 136327 what happened when I cleared the exemption menu again.
Both times through up the same error message and directed towards those lines of code.It's not the same error.
It's another error.
Try to follow the instructiona from Andar.
Also, open a new project, with only the super tools engine, and see if it will work.
If it works, then is a compatibility issue.
I don't know how can I help you anymore![]()



rpg_core.js v1.6.1 is the core version. I am unsure when the update applied that prevented this from being able to run. I took a long hiatus and a few have been installed since. The reason I took one was because of this same issue.what is your core version?
Go to your project directories and open the file called rpg_core.js with a text editor. The version number is the number at the end of the title line, no number means it's 1.0
There is no other plugin listed in the error trace of the console, so it's not an incompatibility with another plugin.
But there is a chance that it is an incompatibility between the plugin and the core version - there have been a lot of changes to the engine over the years, and some plugins only work under specific version because they need certain commands in the engine that were added or removed from earlier versions.