- Joined
- Mar 6, 2017
- Messages
- 159
- Reaction score
- 24
- First Language
- french
- Primarily Uses
- RMMV
Hi
I'm using this plugin by Yami to open a Skill Shop window where the party can buy Skills.
I prefer this plugin over Yanfly's one, because YEP's SkillShop plugins opens a separate shop for each party member, YED's one opens the shop for the whole party, and that's what I want
However, there's a thing bugging me. When selecting an actor, it lists every available skill, even these that can't be learned by the selected actor. This results in a list that is too big and confusing.

In this screenshot, we might think that Leon can learn "Ice" and that it costs 500g to learn it. But actually, he can't learn that skill (another actor in the party can). That's why the skill is grayed out.
Instead of disabling it, is there a way to just hide skills that a selected actor can't learn ?
More information about the matter :
The skillshop plugin allows to set learning requirement via notetags. Each skill in the shop has this notetag in them :
Where X is the ID of the actor who can learn the skill.
I'm using this plugin by Yami to open a Skill Shop window where the party can buy Skills.
I prefer this plugin over Yanfly's one, because YEP's SkillShop plugins opens a separate shop for each party member, YED's one opens the shop for the whole party, and that's what I want
However, there's a thing bugging me. When selecting an actor, it lists every available skill, even these that can't be learned by the selected actor. This results in a list that is too big and confusing.

In this screenshot, we might think that Leon can learn "Ice" and that it costs 500g to learn it. But actually, he can't learn that skill (another actor in the party can). That's why the skill is grayed out.
Instead of disabling it, is there a way to just hide skills that a selected actor can't learn ?
More information about the matter :
The skillshop plugin allows to set learning requirement via notetags. Each skill in the shop has this notetag in them :
Code:
<Buy Custom Require>
actor._actorId === X
</Buy Custom Require>
Last edited: