The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» Dc V M dimensional wars-Superman WIP
Really weird combo oddity Emptyby manbatshark8 Yesterday at 10:05 pm

» Classic VS : Athena
Really weird combo oddity Emptyby ELECTRO May 15th 2024, 12:27 pm

» More Legionnaires
Really weird combo oddity Emptyby marvel May 15th 2024, 8:18 am

» Soul Calibur Edits
Really weird combo oddity Emptyby Shining May 14th 2024, 10:56 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 Really weird combo oddity

Go down 
2 posters
AuthorMessage
Mega_Man

Mega_Man


Posts : 148
Join date : 2016-01-23

Really weird combo oddity Empty
PostSubject: Really weird combo oddity   Really weird combo oddity EmptyJanuary 24th 2016, 3:26 am

For some reason, I can not get my super moves to combo before the normal punches. Also when I turn the super move's command to the x button, it gets triggered after the regular attack (light punch) happens.


Basically I just want my super move to combo from normal attacks.

Code:
;Thunderwave
[State -1, TW]
type = ChangeState
value = 3000
triggerall = command = "fwd_z" && command != "holddown"
triggerall = statetype !=A
triggerall = power >= 1000
trigger1 = ctrl
trigger2 = helper(2501),  ifelse (p2statetype = S, movehit, 0)
trigger3 = helper(241),  ifelse (p2statetype = S, movehit, 0) && helper(341),  ifelse (p2statetype = S, movehit, 0)
trigger4 = stateno = 210 &&  ifelse (p2statetype = S, movehit, 0) && stateno = 310 &&  ifelse (p2statetype = S, movehit, 0)
trigger5 = stateno = 200 &&  ifelse (p2statetype = S, movehit, 0) && stateno = 300 &&  ifelse (p2statetype = S, movehit, 0)
Back to top Go down
Werewood

Werewood


Posts : 5691
Join date : 2014-08-11

Really weird combo oddity Empty
PostSubject: Re: Really weird combo oddity   Really weird combo oddity EmptyJanuary 24th 2016, 3:57 am

>> command = "fwd_z" && command != "holddown"
If your "fwd_z" command has a hold-down direction then command != "holddown" can make it not work.......not so sure though....

>> stateno = 200 &&  ifelse (p2statetype = S, movehit, 0) && stateno = 300 &&  ifelse (p2statetype = S, movehit, 0)
Removed the "&& (p2statetype = S, movehit, 0)" parts and the left-over is stateno = 200 && stateno = 300, so, how can the Player enter both StateDef 200 and StateDef 300 at the same time?......well, also not so sure though........I don't know in this case you might want to use ^^ instead of && like this:

Code:
trigger5 = (stateno = 200 && ifelse (p2statetype = S, movehit, 0)) ^^ (stateno = 300 &&  ifelse (p2statetype = S, movehit,
0))

And I doubt whether something like "helper(2501), 0" will ever work..........because this is a MUGEN Trigger Redirection supposedly.........?_?
Back to top Go down
https://onedrive.live.com/?cid=7DB65F02B0BBD12E
Mega_Man

Mega_Man


Posts : 148
Join date : 2016-01-23

Really weird combo oddity Empty
PostSubject: Re: Really weird combo oddity   Really weird combo oddity EmptyJanuary 24th 2016, 9:51 am

Using ^^ instead of && seemed to work instead. I don't remember this ever being in the code docs but ok.
Back to top Go down
Sponsored content





Really weird combo oddity Empty
PostSubject: Re: Really weird combo oddity   Really weird combo oddity Empty

Back to top Go down
 
Really weird combo oddity
Back to top 
Page 1 of 1
 Similar topics
-
» Anybody heard about Combo Crew? Alguien ha escuchado de Combo Crew?
» Venom [Weird Trailer]
» Lizard's air combo
» Awesome Dan combo
» Balrog vs T.J.Combo:DeathBattle!!!

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Help-
Jump to: