- Joined
- Aug 12, 2019
- Messages
- 5
- Reaction score
- 1
- First Language
- pt_BR
- Primarily Uses
- RMMV
So, I'm using Yanfly's Skill Learn System along with Equip Core and all the other requirements (obviously).
Now, my issue is, I want some skills to show up for the player to learn only when specific equipments are being worn by the character.
For example, skill #10 Fire will only show up in the skill learning menu when armor #10 Fire Gloves is being worn in the off-hand slot.
If I understand correctly, using the equipment slots from the Equip Core plugin would make said slots' indexes the same as was defined in the class note tag. So, if I have equip slot 1 for my weapon and equip slot 2 for my off-hand defined as such in the note tag, that would mean they are now indexes 1 and 2 respectively, instead of 0 and 1, right? Wrong? Anyway.
How do I check the name of the equipment in that specific slot and how do I turn that into a condition to show the skill in the skill learning menu?
Thanks in advance!
Now, my issue is, I want some skills to show up for the player to learn only when specific equipments are being worn by the character.
For example, skill #10 Fire will only show up in the skill learning menu when armor #10 Fire Gloves is being worn in the off-hand slot.
If I understand correctly, using the equipment slots from the Equip Core plugin would make said slots' indexes the same as was defined in the class note tag. So, if I have equip slot 1 for my weapon and equip slot 2 for my off-hand defined as such in the note tag, that would mean they are now indexes 1 and 2 respectively, instead of 0 and 1, right? Wrong? Anyway.
How do I check the name of the equipment in that specific slot and how do I turn that into a condition to show the skill in the skill learning menu?
Thanks in advance!

