Hi everyone ! I may have a request, but maybe a pluggin already exist !
Here is my situations :
1 - My characters can read books to learn some skills. But one of them can’t read (Actually his gameplay is very different from the other, so I don’t want him to be able to use books) So I would like to prevent this character to use this Item.
2 – Some of my skill are melee skills, and some are distant skills. I create two passive skills (thanks to Yanfly pluggin passive state) Melee and Distance. So I would like to prevent the player to “teach” a melee skill to a character without the “Melee Skill/State)”
The Yanfly Item Requirement system is a good one, but it only works in battle. If you use it in the menu on the map, the requirements don’t work. The reason is, on the menu screen the character who uses the item is not the targeted one but the first in the group even if the target of the item is the “user”.
Do you think it may be possible to :
Create an modification for the Yanfly pluggin to make it work in the menu screen ?
Or
Create an all new pluggin that allow you to prevent the use of an item for a character on the menu screen ?
If you tried to “teach” a skill to a character that already know the skill, the item doesn’t work. Maybe it could be possible to work on this aspect ?
However thanks for reading and have great making !
Gregaur-X
Item Requirement
● ARCHIVED · READ-ONLY
-
-
I'd add a small check within the item usage routine that'd check for a note tag to prevent the usage.
since it's only one character that *can't* read as opposed to one who *can* read among other who mostly *can't*, then check for that.
grab whatever note tags -> can't read? no? -> pass, as usual. -
I'd add a small check within the item usage routine that'd check for a note tag to prevent the usage.
since it's only one character that *can't* read as opposed to one who *can* read among other who mostly *can't*, then check for that.
grab whatever note tags -> can't read? no? -> pass, as usual.
Hey, I'm not sure to understand your answer... Would you have an exemple ?