New account registration is temporarily disabled.

THEBOUNDDEMON'S PROFILE

Search

Filter

[RMVX ACE] State that deals elemental DoT

author=Marrend
author=TheBoundDemon
Would it be possible to make a state such a poison that, instead of dealing percentage damage (with negative HP regen parameter), it would deal damage euqal to a damage formula in a skill.
Maybe something like a state that executes a specific skill on the affected enemy?
The way I would tackle this is to attach a note tag to the state(s) that you want to perform a skill's damage value rather than a standard negative-value HP regen factor. The note-tag might look something like...

<DoT_skill: skill_id>


...this. The idea being that you extract the 'skill_id' data from the note-tag, then get the formula from the $data_skills array using that value. As for how you might implement the skill's damage formula, my thoughts are to look into either BattleManager, or maybe Scene_Battle, as one of those would likely contain functions that occur on a per-turn basis (such as applying the standard HP/MP regen).


Problem is... I don't know how to make scripts... So I don't really understand what you said here :v

[RMVX ACE] State that deals elemental DoT

Avatar not updating/removal?

I am having the same problem. The only difference is that I tried adding an avatar instead of replacing an old one. (i joined this forum very recently and haven't made an avatar here yet.

[RMVX ACE] State that deals elemental DoT

I see...
I tried looking for a script but the only thing I found was for MV, not VX Ace.


Meanwhile, may I ask another question?
Would it be possible to make a state such a poison that, instead of dealing percentage damage (with negative HP regen parameter), it would deal damage euqal to a damage formula in a skill.
Maybe something like a state that executes a specific skill on the affected enemy?

[RMVX ACE] State that deals elemental DoT

Is it possible to make a state (like poison) to deal elemental damage?

Imagine two states: Bleeding and Poison. Both deal damage over time, but Poison, unlike Bleeding deals it as elemental, "poison" damage. Therefore, an enemy with poison damage resistance will take less damage from the Poison state but will not have damage reduced from the Bleeding state.

Is it possible to do something like that? Or maybe is there a script that allows to do so?
Pages: 1