- Joined
- Aug 16, 2015
- Messages
- 10
- Reaction score
- 3
- First Language
- Spanish
- Primarily Uses
Hello beautiful people!
Here I am trying to somehow tweak Yanfly's FFV dualcast to make it work as the FFXIV (if possible).
If you have a better way to do it i'd like to hear it.
For those unfamiliar with how the FFXIV version works, I'll explain:
So basically you doublecast every two spells.
The problem with Yanfly's plugin is the following:
In order to gain a State when actioning an ability, this is what my formula for a random spell looks like.

Where State(68) is, of course, the double cast state.
Thing is, even if I write a line on Yanfly's plugin in order to remove that said state, when the double cast actually happens, the state gets regained. Why? Because, obviously, is written on the formula of the spell that is getting repeated.
So i'm guessing it has to be another way around for all this mess, probably with variables.
Something like making that a series of skill.ids only give the said state every 3 times. That way you won't never get the state when you are on "dualcast".
Unfortunately, I know nothing about how variables are programmed.. so if anyone can help, I'd appreciate.
Thanks in advance!
Here I am trying to somehow tweak Yanfly's FFV dualcast to make it work as the FFXIV (if possible).
If you have a better way to do it i'd like to hear it.
For those unfamiliar with how the FFXIV version works, I'll explain:
- You cast some random magic, it doesn't matter which. Whatever the magic you cast it gives you the state "Dualcast".
- You cast another random magic, whichever you cast this time, it gets repeated.
- You loose the "Dualcast" state now.
The problem with Yanfly's plugin is the following:
In order to gain a State when actioning an ability, this is what my formula for a random spell looks like.

Where State(68) is, of course, the double cast state.
Thing is, even if I write a line on Yanfly's plugin in order to remove that said state, when the double cast actually happens, the state gets regained. Why? Because, obviously, is written on the formula of the spell that is getting repeated.
So i'm guessing it has to be another way around for all this mess, probably with variables.
Something like making that a series of skill.ids only give the said state every 3 times. That way you won't never get the state when you are on "dualcast".
Unfortunately, I know nothing about how variables are programmed.. so if anyone can help, I'd appreciate.
Thanks in advance!