- Joined
- Feb 11, 2016
- Messages
- 73
- Reaction score
- 16
- First Language
- English
- Primarily Uses
Hi,
I'm having a hard time creating something with Yanfly's Limited Skill uses plugin.
I would like the Limited Uses to increase +1 Use with the player's LV as they Level Up.
However, with the included Lunatic Mode tags I am not getting the desired effect.
Using:
<Custom Skill x Use Max>
value += user.level;
</Custom Skill x Use Max>
This simply adds the amount of uses equal to the level, so with this setup, every Skill that has 0 uses will have uses equal to the
Actor's level (regardless of when they learnt it)
I would like the Actor to gain a +1 on each Skill upon Level Up.
For example:
Lv 1 (Skill A is learned with 1 use)
Lv 2 (Skill B is learned with 1 use, Skill A has 2 uses)
Lv 5 (Skill C is learned with 1 use, Skill A has 5 uses, Skill B has 4 uses)
etc....
Also I am unable to find any Plugin Commands or Script Calls to change a Skill's usage amount manually, so far it seems it needs to happen through an Item or other Skill.
I've also tried putting negative values in the Limit Uses tag, to compensate for the Level it is learned at, but it doesn't work as a negative value results in disabling the Limit Uses.
Any help or thoughts would be great!
I'm having a hard time creating something with Yanfly's Limited Skill uses plugin.
I would like the Limited Uses to increase +1 Use with the player's LV as they Level Up.
However, with the included Lunatic Mode tags I am not getting the desired effect.
Using:
<Custom Skill x Use Max>
value += user.level;
</Custom Skill x Use Max>
This simply adds the amount of uses equal to the level, so with this setup, every Skill that has 0 uses will have uses equal to the
Actor's level (regardless of when they learnt it)
I would like the Actor to gain a +1 on each Skill upon Level Up.
For example:
Lv 1 (Skill A is learned with 1 use)
Lv 2 (Skill B is learned with 1 use, Skill A has 2 uses)
Lv 5 (Skill C is learned with 1 use, Skill A has 5 uses, Skill B has 4 uses)
etc....
Also I am unable to find any Plugin Commands or Script Calls to change a Skill's usage amount manually, so far it seems it needs to happen through an Item or other Skill.
I've also tried putting negative values in the Limit Uses tag, to compensate for the Level it is learned at, but it doesn't work as a negative value results in disabling the Limit Uses.
Any help or thoughts would be great!
