RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Making Combo Attacks/Multiple Hit Attacks [RPG Maker 2k3]

0 Members and 1 Guest are viewing this topic.

****
Touhou Fantasy Developer and all around cool person. :)
Rep:
Level 85
T.G. "Thunder God" Xenomic
Alright, so I was thinking of making multiple hit/combo attacks for my game. As in, say an attack hits 8 times, the target(s) would take 8 hits respectively. Now, I'm certain that it's possible to do this in 2k3...though I'm not sure HOW it would work. Can anyone help me with this bit? x_x

*****
Rep:
Level 84
This text is way too personal.
Bronze - GIAW 11 (Hard)Silver - GIAW Halloween
Though I can't say for sure, I think Rm2k3 has a Force Action command. Just make a skill that starts up a common event that uses the Force Action command "Skill" -> "Whatever", and repeat that 8 times.

****
Touhou Fantasy Developer and all around cool person. :)
Rep:
Level 85
T.G. "Thunder God" Xenomic
Force Action....don't see that in there. Unless you mean Call or something? Though don't think that's it either...

***
Rep:
Level 89
slate furry thing
Enable Combo.

` u`b

****
Touhou Fantasy Developer and all around cool person. :)
Rep:
Level 85
T.G. "Thunder God" Xenomic
Oh, I see. It's in Monster Groups. So let's see if I get this. I would have to make an event trigger then use the Combo or something? So it'd be like


[New Page]
Trigger: [Cloud] uses the [Magic] command
Enable Combo: Target [Cloud], Target Battle Command [Magic], number of Reptitions [4]


The issue here for me then is...would this still only work on one attack, or everything in that command? Since say, Meteor is in the Magic command, but so isn't something say, Ultima. I wouldn't want Ultima to be used 4 times as well since I only want Meteor to hit 4 times.

***
Rep:
Level 89
slate furry thing
Ah, here it gets complicated. I think "Enable Combo" is more like, say a cutscene in battle happens. Enable Combo is in it, which allows the next turn to use that option x times. Using it within the command itself won't work until the next turn most likely.

Now as I suspected a while after posting you want to make specific multi-hit moves. This can be done through editing the skills themselves. ... by making the skill do 4x damage.

I just checked now, and it seems the only way to create that multi-hit, with multiple damage pops is with the Enable Combo event command (maybe) or with weapons. When making a weapon if you click 'Set' under the hero's sprite you can change repetitions - but only up to three times.

The option isn't available for skills unfortunately.

****
Touhou Fantasy Developer and all around cool person. :)
Rep:
Level 85
T.G. "Thunder God" Xenomic
Ah, so I can't do what I was aiming to do with skills then. Darnit! That would've made some characters in my rpg a lot more useful if that was possible >_<