FROG_TalentCore & TalentBasedTraits: problems with menu and learning skills
BMM Archive · July 15, 2026
Original Source
- Original title: FROG_TalentCore & TalentBasedTraits: problems with menu and learning skills
- Original author: Damascus7
- Original date: April 23, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/frog_talentcore-talentbasedtraits-problems-with-menu-and-learning-skills.120541/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
I'm having a several problems with Froboy's Talent Core and Talent-Based Traits. It's be too cumbersome to post screenshots of all the problems I'm having, so I'll try to describe them as best I can. My first problem is that the game menu is not displaying Talents under the correct characters, and isn't showing changes in Talent ranks. I currently have the following ten Talents under the following Classes. I've gone into the plugin parameters and double-checked that they are all correctly assigned. Class 5: Polearms, Axes, Crossbows, Acrobatics, Tactics
Archived First Post
My first problem is that the game menu is not displaying Talents under the correct characters, and isn't showing changes in Talent ranks.
I currently have the following ten Talents under the following Classes. I've gone into the plugin parameters and double-checked that they are all correctly assigned.
Class 5: Polearms, Axes, Crossbows, Acrobatics, Tactics
Class 6: Fire, Ice, Lightning, Healing, Swords
But, when I open the game menu, Polearms is not displayed under the Talents of the character in Class 5, and Axes is displayed under BOTH the character in class 5 and the one in class 6.
Additionally, although it displays starting ranks correctly, changes in those ranks are not displayed. I tried starting all talents in class 5 at 0, and all talents in class 6 at 1, and this is displayed correctly. However, when I increase those ranks, the menu still displays them at where they started. I used a script to call the talent ranks, to make sure they were actually increasing. But still, nothing changes.
My second problem is that new skills are only appearing in one of the talents as they level up. I have a script that levels up all talents to max level simultaneously, but the only new Skills that appear are the ones learned under the Polearms talent.
I believe I have the parameters correct. As an example, I'll list a skill under Polearms (abbr. pole) and a skill under Axes (abbr. axes). Skill 3 is Twin Thrust, and Skill 41 is Great Cleave).
{"Description":"Twin Thrust","Name":"Twin Thrust","Talent Abbr":"pole","Start Rank":"4","End Rank":"100","Skill ID":"3"}
{"Description":"Great Cleave","Name":"Great Cleave","Talent Abbr":"axes","Start Rank":"2","End Rank":"100","Skill ID":"41"}
Yet, when I increase the rank of both Talents to 5, the only new skill learned is Twin Thrust.
Hopefully someone here can help me. I don't know what other information you might need to help me out, but I'll gladly provide it if asked.
Here's all the plugins I currently have installed:
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...