- Joined
- Jul 30, 2013
- Messages
- 225
- Reaction score
- 424
- First Language
- English
- Primarily Uses
- RMMV
Timed Attack: Wheel
by SumRndmDde
Version 1.00
What This Plugin Does:
Adds a new Timed Attack system that replicates the system from the game "Magna Carta: Tears of Blood".
This sets up a ring of commands that must be completed as they cycle towards the top of the ring.
Basic Setup:
This Plugin requires the Timed Attack Core.
Have both the Timed Attack Core installed and the Timed Attack: Wheel installed underneath it.
Next, you're going to need to create/install 3 images:
- Button
- Ring
- Target
(place them in /img/SumRndmDde/tas/)
You can download sample images here:
Button Images:



Ring Image (it's there, just hard to see since it's completely white):

Target Image:

Finally, use the following Notetags inside the Skill you wish to use this "Timed Attack System":
Code:
<Timed Attack: wheel>
<End Timed Attack>
Advanced Setup:
Once you can set up all of the basic stuff and have it working, you can start to use "properties".
You can assign attributes to a Skill's Timed Attack by placing things in between the two Notetags:
Code:
<Timed Attack: wheel>
Command Amount: 6
<End Timed Attack>
This would set it so the amount of commands in the Timed Attack to 6.
All of the available attributes are listed in the Parameters and in the "Help" section of the Plugin.
Furthermore, you can set up all the default values for every "Timed Attack" in the Parameters.
Using "properties", one can make it so Skills are all slightly different from one or another.
Randomize Commands:
Code:
<Timed Attack: wheel>
Randomize Commands: true
<End Timed Attack>
This would set it so that the commands are randomized.
Alternatively, you can do:
Code:
<Timed Attack: wheel>
Randomize Commands: z, x, x, x
<End Timed Attack>
This would set it so the sequence of commands will always be Z -> X -> X -> X
Using this property you can choose whether or not the commands will be randomized or customized.
Screenshot:
Download:
You can download the Plugin here:
http://sumrndm.site/timed-attack-wheel/
Terms of Use:
Terms of Use for my Plugins can be found here:
http://sumrndm.site/terms-of-use/
Change Log:
Version: 1.00:
This Plugin was created after seconds of training and years of sleeping.
Last edited by a moderator: