YesNoOk
avatar

SuperArmor - against projectiles and Low Atks (Read 1891 times)

Started by 0WNT, March 17, 2013, 01:09:14 pm
Share this topic:
SuperArmor - against projectiles and Low Atks
#1  March 17, 2013, 01:09:14 pm
    • Portugal
    • anxl37y.gaming@gmail.com
Hi, everyone, I'm a newcomer to this word that is Mugen char creation.
I was trying to code a super armor for one of my characters that gives protection against projectiles atks and crouch atks. Does anyone have a code already made, or one that i could edit?

Thanks in advance.

--UPDATE--

I made some research and i found this -> http://mugenguild.com/forum/topics/super-armor-guarding-disabled-144526.0.html
But i have no idea on how to modify it in order to be active only against projectiles and crouch attacks.

Is there any expect in the field that could give me an hand ?
Last Edit: March 17, 2013, 06:30:23 pm by 0WNT
Re: SuperArmor - against projectiles and Low Atks
#2  March 17, 2013, 10:42:58 pm
  • ****
  • Hey, I'm Grump!
    • USA
    • soldier.ucoz.net/
Code:
[State 800, 4]
type = HitOverride ;This is so when the helper gets hit, it changes to stateno 801.
trigger1 = 1
attr = SCA, NA, SA, HA, NP, SP, HP, NT, ST, HT
stateno = 801
time = -1



Code:
[State 800, 4]
type = HitOverride ;This is so when the helper gets hit by stand, crouch and air projectiles, it changes to stateno 801.
trigger1 = 1
attr = SCA, NP, SP, HP
stateno = 801
time = -1

[State 800, 4]
type = HitOverride ;This is so when the helper gets hit by crouch attacks, it changes to stateno 801.
trigger1 = 1
attr = C, NA, SA, HA
stateno = 801
time = -1
If it doesn't work, mess around with it until it does.

SCA = StandCrouchAir
NP, SA, HT = Normal Projectile, Special Attack, Hyper Throw
N, S, H = Normal, Special, Hyper
A, P, T = Attack, Projectile, Throw

Just so we're clear. Copy pasting that super armor coding will not help you learn anything and that batch of super armor coding is not professional work. You could ask for help in the M.U.G.E.N. Development Help section instead and it would be pretty hard, but you'll learn a lot of things if you try and you might even get a better super armor at the end of it all.

(Youtube) (WIP) (Mediafire) (New Anime Shop) My Manga Reviews! Personal favorite Patreon! Check her out!

"There is nothing either good or bad, but thinking makes it so."
Last Edit: March 17, 2013, 11:45:37 pm by Noctis
Re: SuperArmor - against projectiles and Low Atks
#3  March 18, 2013, 02:10:02 am
    • Portugal
    • anxl37y.gaming@gmail.com
Thank you for your reply.
Sadly it didn't work with your suggestion, i'll try different combinations see if i go somewhere with my limited knowledge so far.
Re: SuperArmor - against projectiles and Low Atks
#4  March 18, 2013, 05:01:52 am
  • ****
  • Hey, I'm Grump!
    • USA
    • soldier.ucoz.net/

(Youtube) (WIP) (Mediafire) (New Anime Shop) My Manga Reviews! Personal favorite Patreon! Check her out!

"There is nothing either good or bad, but thinking makes it so."