- Joined
- Jul 21, 2019
- Messages
- 100
- Reaction score
- 23
- First Language
- English
- Primarily Uses
- RMMV
Hi there! I'm currently using Frogboy's Talent-Based Traits, which is built off his Talent Core. I'm having an unusual little glitch. I have some Skills that should be added to a set of talents. As it is now, in my Talent Core, these Talents should only be available to classes 5 and 6. No other class has been assigned any Talents.
Here's my current "Talent Config" in the Talent Core, with the relevant classes listed under "Class Visibility":
Under the "Add Skill" section of Talent-Based Traits, these are the Skills that have been assigned to each Talent.
However, after starting a battle with some other Actors in my party (from classes 10 and 11), I find they have many of the skills that are assigned to the Talents in the Talent Core (specifically, they have Wide Slash, Taunt, Feint, Flame, Snow, Shock and Heal--this is weird cause they're all Rank 1 Skills EXCEPT Wide Slash which is Rank 2). I know the culprit is the Talent-Based Traits plugin, as the issue went away when I disabled it, but I don't know how these skills are being added.
Something curious I noticed: For the Wide Slash skill in line 2, when I changed the Skill ID in that line to something else, the actor still had Wide Slash instead of the other Skill. Then I tried just deleting that entire line, and the actor STILL had Wide Slash. It was only when I deleted the entire "Add Skill" section of this plugin, and only that made the Skills disappear.
This is very weird.
Current plugins:

Here's my current "Talent Config" in the Talent Core, with the relevant classes listed under "Class Visibility":
Code:
["{\"Name\":\"Polearms\",\"Description\":\"\\\"Polearms\\\"\",\"Abbreviation\":\"pole\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"5\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Crossbows\",\"Description\":\"\\\"Crossbows\\\"\",\"Abbreviation\":\"guns\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"5\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Axes\",\"Description\":\"\\\"Axes\\\"\",\"Abbreviation\":\"axes\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"5\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Tactics\",\"Description\":\"\\\"Tactics\\\"\",\"Abbreviation\":\"tact\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"5\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Acrobatics\",\"Description\":\"\\\"Acrobatics\\\"\",\"Abbreviation\":\"acro\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"5\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Swords\",\"Description\":\"\\\"Swords\\\"\",\"Abbreviation\":\"swor\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"6\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Fire\",\"Description\":\"\\\"Fire\\\"\",\"Abbreviation\":\"fire\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"6\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Ice\",\"Description\":\"\\\"Ice\\\"\",\"Abbreviation\":\"icee\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"6\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Lightning\",\"Description\":\"\\\"Lightning\\\"\",\"Abbreviation\":\"ligh\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"6\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}",
"{\"Name\":\"Healing\",\"Description\":\"\\\"Healing\\\"\",\"Abbreviation\":\"heal\",\"Class Proficiencies\":\"[]\",\"Class Signatures\":\"[]\",\"Visibility Mode\":\"CLASS\",\"Class Visibility\":\"[\\\"6\\\"]\",\"Starting Ranks\":\"1\",\"Requires Training\":\"false\",\"Synergy Requirement\":\"[]\",\"Synergy Bonuses\":\"[]\",\"Required Item\":\"{}\"}"]
Under the "Add Skill" section of Talent-Based Traits, these are the Skills that have been assigned to each Talent.
Code:
["{\"Description\":\"Twin Thrust\",\"Name\":\"Twin Thrust\",\"Talent Abbr\":\"pole\",\"Start Rank\":\"4\",\"End Rank\":\"100\",\"Skill ID\":\"3\"}",
"{\"Description\":\"Wide Slash\",\"Name\":\"Wide Slash\",\"Talent Abbr\":\"pole\",\"Start Rank\":\"2\",\"End Rank\":\"100\",\"Skill ID\":\"12\"}",
"{\"Description\":\"Flame\",\"Name\":\"Flame\",\"Talent Abbr\":\"fire\",\"Start Rank\":\"1\",\"End Rank\":\"100\",\"Skill ID\":\"9\"}",
"{\"Description\":\"Snow\",\"Name\":\"Snow\",\"Talent Abbr\":\"icee\",\"Start Rank\":\"1\",\"End Rank\":\"100\",\"Skill ID\":\"13\"}",
"{\"Description\":\"Shock\",\"Name\":\"Shock\",\"Talent Abbr\":\"ligh\",\"Start Rank\":\"1\",\"End Rank\":\"100\",\"Skill ID\":\"10\"}",
"{\"Description\":\"Heal\",\"Name\":\"Heal\",\"Talent Abbr\":\"heal\",\"Start Rank\":\"1\",\"End Rank\":\"100\",\"Skill ID\":\"8\"}",
"{\"Description\":\"Blaze\",\"Name\":\"Blaze\",\"Talent Abbr\":\"fire\",\"Start Rank\":\"3\",\"End Rank\":\"100\",\"Skill ID\":\"18\"}",
"{\"Description\":\"Hail\",\"Name\":\"Hail\",\"Talent Abbr\":\"icee\",\"Start Rank\":\"3\",\"End Rank\":\"100\",\"Skill ID\":\"20\"}",
"{\"Description\":\"Shockwave\",\"Name\":\"Shockwave\",\"Talent Abbr\":\"ligh\",\"Start Rank\":\"3\",\"End Rank\":\"100\",\"Skill ID\":\"21\"}",
"{\"Description\":\"Antidote\",\"Name\":\"Antidote\",\"Talent Abbr\":\"heal\",\"Start Rank\":\"4\",\"End Rank\":\"100\",\"Skill ID\":\"22\"}",
"{\"Description\":\"Feint\",\"Name\":\"Feint\",\"Talent Abbr\":\"acro\",\"Start Rank\":\"1\",\"End Rank\":\"100\",\"Skill ID\":\"11\"}",
"{\"Description\":\"Taunt\",\"Name\":\"Taunt\",\"Talent Abbr\":\"tact\",\"Start Rank\":\"1\",\"End Rank\":\"100\",\"Skill ID\":\"19\"}",
"{\"Description\":\"Revive\",\"Name\":\"Revive\",\"Talent Abbr\":\"heal\",\"Start Rank\":\"5\",\"End Rank\":\"100\",\"Skill ID\":\"27\"}",
"{\"Description\":\"Repeater\",\"Name\":\"Repeater\",\"Talent Abbr\":\"guns\",\"Start Rank\":\"3\",\"End Rank\":\"100\",\"Skill ID\":\"29\"}",
"{\"Description\":\"Great Cleave\",\"Name\":\"Great Cleave\",\"Talent Abbr\":\"axes\",\"Start Rank\":\"2\",\"End Rank\":\"100\",\"Skill ID\":\"41\"}",
"{\"Description\":\"Haste\",\"Name\":\"Haste\",\"Talent Abbr\":\"swor\",\"Start Rank\":\"3\",\"End Rank\":\"100\",\"Skill ID\":\"43\"}",
"{\"Description\":\"Inferno\",\"Name\":\"Inferno\",\"Talent Abbr\":\"fire\",\"Start Rank\":\"5\",\"End Rank\":\"100\",\"Skill ID\":\"45\"}",
"{\"Description\":\"Blizzard\",\"Name\":\"Blizzard\",\"Talent Abbr\":\"icee\",\"Start Rank\":\"5\",\"End Rank\":\"100\",\"Skill ID\":\"47\"}",
"{\"Description\":\"Cataclysm\",\"Name\":\"Cataclysm\",\"Talent Abbr\":\"ligh\",\"Start Rank\":\"5\",\"End Rank\":\"100\",\"Skill ID\":\"46\"}"]
However, after starting a battle with some other Actors in my party (from classes 10 and 11), I find they have many of the skills that are assigned to the Talents in the Talent Core (specifically, they have Wide Slash, Taunt, Feint, Flame, Snow, Shock and Heal--this is weird cause they're all Rank 1 Skills EXCEPT Wide Slash which is Rank 2). I know the culprit is the Talent-Based Traits plugin, as the issue went away when I disabled it, but I don't know how these skills are being added.
Something curious I noticed: For the Wide Slash skill in line 2, when I changed the Skill ID in that line to something else, the actor still had Wide Slash instead of the other Skill. Then I tried just deleting that entire line, and the actor STILL had Wide Slash. It was only when I deleted the entire "Add Skill" section of this plugin, and only that made the Skills disappear.
This is very weird.
Current plugins:

