Hey everybody,
I'm new here. I hope it's the good section to ask my question.
I tried to search the answer but I haven't find it.
Usually I have no problems in game making on RPG Maker. But recently, I wanted to create my own database, and deeply. And for the game I'm currently developping, I want to make an equipment database where some weapons take a One Handed slot ( Swords for example), and some weapons take a Two Handed slot (like bows). So, in Types tab, I made a 'First Hand' et and 'Second Hand' type in equipment type. But after that I don't know what to do. I don't know what am I supposed to do with my One Handed and Two Handed Weapons. Do I need a plugin ? Or can I do that with the basic weapons options.
Thank you!
P.S. I hope my english is not too bad ^^' #SelfconfidentTroubles
(Question) Two-handed weapons on MV
● ARCHIVED · READ-ONLY
-
-
Depends on how you want to do this.
You can do a work around, where 1 handed weapons are the only weapons in the database. And where two handed weapons are an armor. And then make it where two handed weapons seal one handed weapons slot and your done.
Or you can use this plugin and make one and two handed weapons both weapons and set it up where two handed weapons are equipped into two handed slot. And then make it where two handed weapons seal one handed weapons and your done.
Note that the two handed slot is an armor slot and you have to use the notetag:
<equip type: TYPE />
where TYPE is the name of your two handed slot. -
Absolutely no need for a plugin.
Make all weapons use the primary slot, and have the two-handed weapons seal the secondary slot (called shield by default, but that depends on your setup). -
Yes thank you, I will check this plugin, or make it with armors. Thank you! :)