Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Programming => Topic started by: Aerros on August 22, 2014, 09:08:38 PM



Title: Can't Find Code Which Triggers Marth's SpecialLwAtk from a hit SpecialLw
Post by: Aerros on August 22, 2014, 09:08:38 PM
I'm trying to find a "once hit" type of PSA command line to use for parrying. I think reverse engineering Marth is the answer XD but I can't find what I need -- the command which triggers the speciallwatk from a speciallw once a hitbox connects to Marth.

The "If hitbox connects/has connected/in a hitbox" commands don't exactly trigger similarly.


Title: Re: Can't Find Code Which Triggers Marth's SpecialLwAtk from a hit SpecialLw
Post by: Large Leader on August 22, 2014, 09:52:02 PM
Look at the Juri PSA by Kagemaru and JRush. It has a counter.


Title: Re: Can't Find Code Which Triggers Marth's SpecialLwAtk from a hit SpecialLw
Post by: pikazz on August 23, 2014, 05:49:06 AM
the reason why you cant find it is because that code is inside Marth Module SoStatusUniq.

you can recreate it with more hardcore PSA commands


Title: Re: Can't Find Code Which Triggers Marth's SpecialLwAtk from a hit SpecialLw
Post by: Aerros on August 24, 2014, 02:46:46 PM
I want to create a move where, if forward is tapped and if hit, the character goes into a "parry" without a counter-attack.

I'll check out Juri, and I'd love to see how this can be recreated authentically enough.
Thank you for the replies! @__@


Title: Re: Can't Find Code Which Triggers Marth's SpecialLwAtk from a hit SpecialLw
Post by: namq on November 06, 2014, 03:08:04 PM
It's super easy to recreate this, never done it but I do know it will work.

Give your character intangibles frames, that way he can collide with opponent's hitboxes but won't be affected.  Then give the if on hitlag statement and put there change action or sub action u want the character to use as a counter and there you go.  You made yourself a counter like command in psa.  

Sorry for bumping old thread I was away longtime and came back wanting to give my piece of sand.