Hi.
I'm currently writing some plugins to turn SRPG more like Dofus.
it's going well so far for all plugins I have done for now.
I'm currently trying to make a plugin to chain actions and I have trouble founding what method to use to do that.
The way i would the plugin to work would be to have those note-tags :
* <multiSkills:id1,id2,id3...>
* After the skill has been performed, perform skill id1, then id2...
* You can put as many ids as you need.
*
* <randomSkills:id,id,id...>
* After the skill has been performed, perform a random skill between all
* id you put on the note-tag
* You can put as many ids as you need.
And what I'm looking for is the method that apply skill effect and popups after the range check and use conditions if there is one. I'd love to know those methods if you can help me
:)
Note: I'm only using map battles !
So a lot of RMMZ methods are not called and I think the logic is in your plugin.
If you want to check the plugins i've done it's here
:)
MZ - Dofus plugin for Rpg Maker MZ (Work with SRPG)