Infinity MUGEN Team

IMT Main => M.U.G.E.N Help => Topic started by: AensleigheR on April 19, 2017, 07:57:42 AM

Title: Random HitDef. Help please :(
Post by: AensleigheR on April 19, 2017, 07:57:42 AM
Heey guys.  :rules:
I know it is possible to randomize the hitdefs of a character. But would anyone mind teaching me how to do that stuff?
I have to get 2 random hitdefs for a single attack.

- One that would either cause the opponent to simply get hurt. (The normal stuff)  %-(
- or one that would cause the opponent to explode upon contact with the said attack. :o

Can somebody please help me with this?  :'(

Thank you!  XD||
Title: Re: Random HitDef. Help please :(
Post by: MGMURROW on April 19, 2017, 02:04:21 PM
put this before the hitdef code

[State 1000]
type = VarRandom
trigger1 = !time
v = 3
range = 0,1

then put the hitdef with the code

[State 1000] <----custom hit
type=HitDef
trigger1=Var(3)=1
trigger1=Animelem=2
priority=3,Hit
attr=S,NA
guardflag=MA
hitflag=MAF
damage=25
animtype=Light
air.animtype=Back
fall.animtype=Back
ground.type=High
air.type=Low
getpower=10,5
givepower=11,8
pausetime=8,8
sparkno=S-1
p2stateno = 1001 <----this state will need to have the explodes in it


[State 1000] <----regular hit
type=HitDef
trigger1=Var(3)=0
trigger1=Animelem=2
priority=3,Hit
attr=S,NA
guardflag=MA
hitflag=MAF
damage=25
animtype=Light
air.animtype=Back
fall.animtype=Back
ground.type=High
air.type=Low
getpower=10,5
givepower=11,8
pausetime=8,8
sparkno=S-1


hope this helps

MGMURROW
Title: Re: Random HitDef. Help please :(
Post by: AensleigheR on April 20, 2017, 05:47:57 AM
put this before the hitdef code

[State 1000]
type = VarRandom
trigger1 = !time
v = 3
range = 0,1

then put the hitdef with the code

[State 1000] <----custom hit
type=HitDef
trigger1=Var(3)=1
trigger1=Animelem=2
priority=3,Hit
attr=S,NA
guardflag=MA
hitflag=MAF
damage=25
animtype=Light
air.animtype=Back
fall.animtype=Back
ground.type=High
air.type=Low
getpower=10,5
givepower=11,8
pausetime=8,8
sparkno=S-1
p2stateno = 1001 <----this state will need to have the explodes in it


[State 1000] <----regular hit
type=HitDef
trigger1=Var(3)=0
trigger1=Animelem=2
priority=3,Hit
attr=S,NA
guardflag=MA
hitflag=MAF
damage=25
animtype=Light
air.animtype=Back
fall.animtype=Back
ground.type=High
air.type=Low
getpower=10,5
givepower=11,8
pausetime=8,8
sparkno=S-1


hope this helps

MGMURROW

Thank you bro! For the state of the p2, I would also like him to have a pallete change into red/orange one and an explod. can I do it under the p2stateno code?
Title: Re: Random HitDef. Help please :(
Post by: AensleigheR on April 20, 2017, 06:00:54 AM
..and also a different PlaySnd state. sorry I wasn't precise on my 1st post.  %-(
Title: Re: Random HitDef. Help please :(
Post by: Cyanide on April 21, 2017, 05:36:49 AM
You can use the palfx parameters on the special hitdef to assign different colours. You can just use the variable to play the different sounds. If it's active, that hitdef is the one that will make contact so playing sounds etc can trigger off that variable as well.
SimplePortal 2.3.5 © 2008-2012, SimplePortal