TEINAAVA75'S PROFILE
Search
[RMMV] complex damage formula / script
Hello,
I've been stuck for hours on a formula embedded in a script using a plugin from Yanfly
I'm not familiar with scripts and I'm having a hard time configuring it the way I want, even if I think I'm close.
This is a tips & tricks (Chain Lightning), used so that an attack on a single target can reverberate on another target with reduced damage.
Here I want to use it for an equivalent in care.
My problem: the reverb should only hit one of my 4 heroes, but I'm using another plugin that allows me to summon creatures. Those creatures are therefore "friendly targets" but I don't want to include them.
The part of the formula that interests me seems to be this:
var members = allies.aliveMembers();
I would like to be able to specify that the allies who can be targeted are the members of groups 1, 2, 3 and 4.
Is it possible ?
Thanks to those who will help me.
(Translation made via google, please ask me to rephrase if necessary).
I've been stuck for hours on a formula embedded in a script using a plugin from Yanfly
I'm not familiar with scripts and I'm having a hard time configuring it the way I want, even if I think I'm close.
This is a tips & tricks (Chain Lightning), used so that an attack on a single target can reverberate on another target with reduced damage.
Here I want to use it for an equivalent in care.
My problem: the reverb should only hit one of my 4 heroes, but I'm using another plugin that allows me to summon creatures. Those creatures are therefore "friendly targets" but I don't want to include them.
The part of the formula that interests me seems to be this:
var members = allies.aliveMembers();
I would like to be able to specify that the allies who can be targeted are the members of groups 1, 2, 3 and 4.
Is it possible ?
Thanks to those who will help me.
(Translation made via google, please ask me to rephrase if necessary).
[RMMV] Alternative to MP
Hello,
I want to be able to change the MP on some of my characters, using a script for example.
MP is good for wizards, but I want to have a new mechanic on some characters.
For example, rage points for a warrior, energy points for a rogue, or whatever.
I can take care of how these points are generated. What I would like is to be able to change the mention "MP" to "RP" for example for rage. I also wish I could change the color of the MP bar (which would be red for rage).
Is it possible to change this only on certain characters? Or some class.
Thanks to anyone who will help me.
(Translation made via google, please ask me to rephrase if necessary).
I want to be able to change the MP on some of my characters, using a script for example.
MP is good for wizards, but I want to have a new mechanic on some characters.
For example, rage points for a warrior, energy points for a rogue, or whatever.
I can take care of how these points are generated. What I would like is to be able to change the mention "MP" to "RP" for example for rage. I also wish I could change the color of the MP bar (which would be red for rage).
Is it possible to change this only on certain characters? Or some class.
Thanks to anyone who will help me.
(Translation made via google, please ask me to rephrase if necessary).
Pages:
1













