Infinity MUGEN Team

IMT Main => M.U.G.E.N Help => Topic started by: Onju_Asakura on January 29, 2010, 05:18:57 AM

Title: Power Charge Effects??
Post by: Onju_Asakura on January 29, 2010, 05:18:57 AM
I've got a problem with power charge...i don't know if it's a glitch or something but every time I do the power charge, instead of the effect anim, the anim of the stance comes up for BOTH chars (p1 and p2) and it freezes...

Heres the CNS code
(click to show/hide)

and the cmd:

(click to show/hide)
Title: Re: Power Charge Effects??
Post by: ClubSyN-X-TReME on January 29, 2010, 05:58:14 AM
1. I bet you copied and pasted this into your character you are making/editing from another source.
2. You have no helper states which is why you are getting clones.

How are you calling for a helper without the helper having no states to use?
Its not a glitch, its an error on your part.

[State 740, FX]
type = helper
trigger1 = anim = 740 && animelemtime(2) >= 0
trigger1 = !numhelper(7240)
helpertype = normal
stateno = 7240
ID = 7240
name = "Power Charge"
postype = p1
pausemovetime = 65535
supermovetime = 65535
ownpal = 1

[State 740, FX]
type = helper
trigger1 = anim = 740 && animelemtime(2) >= 0
trigger1 = !numhelper(7243)
helpertype = normal
stateno = 7243
ID = 7243
name = "Particles"
postype = p1
pausemovetime = 65535
supermovetime = 65535
ownpal = 1

[State 740, Aura]
type = helper
trigger1 = anim = 740 && animelemtime(5) >= 0 && !numhelper(6000)
helpertype = normal
stateno = 6000
ID = 6000
postype = p1
ownpal = 1

See whats in bold and underlined? You need to make statedefs for each helper using the needed effects for an animation since you are calling for them when attempting to do this move.
It would be better to attempt your own method of doing this rather than copying and pasting other ppl codes that were never meant to be compatible at all.
Title: Re: Power Charge Effects??
Post by: Onju_Asakura on January 29, 2010, 02:34:27 PM
Thanks...and yeah...Sorry for coping and pasting it...it's just for the beginning because I am not very good at coding so it helps me to learn. To the Dock mobile!
SimplePortal 2.3.5 © 2008-2012, SimplePortal