Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Throw Command
- Original author: Fomar0153
- Original date: August 25, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/throw-command.126094/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Throw Command Version 1.0 by Fomar0153 Description
Archived First Post
Throw Command
Version 1.0
by Fomar0153
Version 1.0
by Fomar0153
Description
Implements a throw command, allowing you to throw weapons.
Requires Actor Battle Commands.
Features
Throw weapons at your enemies.
Customise the damage.
Notetag weapons as not throwable.
Notetag weapons to deal bonus throwing damage.
Screenshots
How to Use
Place the plugin in your project's js/plugins/ folder.
Inside RPG Maker MZ's editor, open the Plugin Manager.
Create a new entry and select this plugin from the list, make sure it is below Actor Battle Commands.
Customise the options to your liking and then click ok.
To give someone the throw command in their battle commands notetag use, "throw" like this:
<battlecommands: attack, skilltype 2, throw, item>
You will need to make a skill for this plugin to use. Scope, accuracy, animation etc are all determined by your skill.
Here's the skill I used when making this:
For the damage formula I used:
JavaScript:
50*a._throwMult*$dataWeapons[a._lastThrow].params[2]-b.def*2
Once you've set that up you should be good to go!
You can use the following notetags on weapons:
<nothrow> - the weapon will not appear in the throw menu.
<throwmult:n> - if you are using the damage formula layout I proposed then you can use this to make the weapon do n x damage when thrown.
Download
Click here.
FAQ
Q: Nothing seems to happen when I use your plugin.
A: Make sure the plugin has its original name and that you haven't accidentally renamed it.
Q: I get an error.
A: Make sure this plugin is below Actor Battle Commands in the plugin manager.
Credits
Fomar0153
Terms of Use
As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
Features Mentioned
- Throw weapons at your enemies.
- Customise the damage.
- Notetag weapons as not throwable.
- Notetag weapons to deal bonus throwing damage.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Credits Fomar0153 Terms of Use As long as I am credited, you may use this plugin in your projects both commercial and non-commercial.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...