- Joined
- Mar 30, 2019
- Messages
- 56
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RMMV
Good day everyone im here in search of people who are most likely smarter than I am.
I have tried searching for my problem and tried solving it myself to no avail.
I have been searching for a way to set custom use Conditions. I have tried yanfly's plugin for item requirements
but either im missing something or it just does not work for my purpose.
What im trying to achieve is to make items usable by a specific class to learn new skills.
Like a Mage NPC that sells spellbooks. ( I know how to make the Items to teach the skills)
I found out how to restrict items to specific Actors but not specific class.
This would be a worst case scenario option. But ton of work as i would have to make a
common event for every Actor + every possible class for every actor and a state for every skill.
Which would mean If i have 3 classes and 3 actors and 3 skills per class i would need 9 common events per Actor
and thats only using 3 classes with 3 skills.
What i want is to set a restriction on a Item
For example:
White Mage ClassID 1
Item:
Scroll of Heal 1
Contains the knowledge of the Heal 1 spell.
Notetag:
<Enable Requirements>
ClassID: 1
</Enable Requirements>
So you cant use the Item if you are lets say a Archer.
I found a plugin from Himeworks that does exactly what i want but its for Ace not MV.
There was talk about converting it to MV but the last update on that was in early 2016
so i guess its not happening.
Anyone know of a quick elegent way of doing this without having to make a gazillion common events?
Or am i really as ignorant and dumb as i think and im going about this entirely the wrong way?
I have tried searching for my problem and tried solving it myself to no avail.
I have been searching for a way to set custom use Conditions. I have tried yanfly's plugin for item requirements
but either im missing something or it just does not work for my purpose.
What im trying to achieve is to make items usable by a specific class to learn new skills.
Like a Mage NPC that sells spellbooks. ( I know how to make the Items to teach the skills)
I found out how to restrict items to specific Actors but not specific class.
This would be a worst case scenario option. But ton of work as i would have to make a
common event for every Actor + every possible class for every actor and a state for every skill.
Which would mean If i have 3 classes and 3 actors and 3 skills per class i would need 9 common events per Actor
and thats only using 3 classes with 3 skills.
What i want is to set a restriction on a Item
For example:
White Mage ClassID 1
Item:
Scroll of Heal 1
Contains the knowledge of the Heal 1 spell.
Notetag:
<Enable Requirements>
ClassID: 1
</Enable Requirements>
So you cant use the Item if you are lets say a Archer.
I found a plugin from Himeworks that does exactly what i want but its for Ace not MV.
There was talk about converting it to MV but the last update on that was in early 2016
so i guess its not happening.
Anyone know of a quick elegent way of doing this without having to make a gazillion common events?
Or am i really as ignorant and dumb as i think and im going about this entirely the wrong way?
Last edited:

