- Joined
- Mar 30, 2012
- Messages
- 617
- Reaction score
- 3,706
- First Language
- English
- Primarily Uses
- RMMV
It seems like this plugin needs a bit of reworking by Yanfly. Half the code fails to work.
Alright, here's my problem with it this time.
Now, I'd like to have my characters learn skills and abilities through items that they can find either through exploration or buying in a shop. These tomes can only be read\used by a specific class and if they are sufficiently high enough in level. Ok, fine. the first tome you find is a black mage spell. Class: Mage. The Class is identified as value number 3. So....
<Enable Requirements>
Class: 3
</Enable Requirements>
I will add in a Variable later for the level.
In anycase the code doesn't work. Nobody can use the item.
So either Yanfly needs to redo this plugin, or I'm doing something wrong.
Alright, here's my problem with it this time.
Now, I'd like to have my characters learn skills and abilities through items that they can find either through exploration or buying in a shop. These tomes can only be read\used by a specific class and if they are sufficiently high enough in level. Ok, fine. the first tome you find is a black mage spell. Class: Mage. The Class is identified as value number 3. So....
<Enable Requirements>
Class: 3
</Enable Requirements>
I will add in a Variable later for the level.
In anycase the code doesn't work. Nobody can use the item.
So either Yanfly needs to redo this plugin, or I'm doing something wrong.