YesNoOk
avatar

How to fix this (Read 348 times)

Started by karimpop, October 06, 2012, 12:59:28 pm
Share this topic:
How to fix this
#1  October 06, 2012, 12:59:28 pm
  • avatar
  • *
Hi mugen fans I need help with this problem
I think everyone has encounter it so any solutions.
Thanks in advance

Re: How to fix this
#2  October 06, 2012, 06:31:57 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
Stop calling that helper.

Xan

Re: How to fix this
#3  October 06, 2012, 06:36:07 pm
  • ******
  • I am light.
    • Skype - Istillhasnoname
Don't use Simul mode?
MY YOUTUBE || MY TUMBLR

Xan is always lovable
Is finding MUGEN to be more enjoyable to play when you're not wearing clothes an underrated opinion?
Re: How to fix this
#4  October 06, 2012, 06:41:16 pm
  • **
  • Gay Alien Boyfriend
    • USA
    • lunchboxlabs.tumblr.com
Could you go more in depth as to what's actually happening?
Re: How to fix this
#5  October 06, 2012, 06:53:10 pm
  • **
I think he is having the End changestate problem, Character is changing at invalid state after a move.
Re: How to fix this
#6  October 06, 2012, 11:01:30 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Probably imperfect winane AI code.

Rajaa is right, stop calling that helper.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: How to fix this
#7  October 08, 2012, 04:28:22 pm
  • avatar
  • *
it's not a helper, it appears at the beginning of battle, the life bar has not even appear yet
Re: How to fix this
#8  October 08, 2012, 05:22:19 pm
  • **
  • Gay Alien Boyfriend
    • USA
    • lunchboxlabs.tumblr.com
There's nothing that prevents a helper from being created at the start of a battle.

In fact, if it's being created at the very first tick, it's even more likely that it's a Helper, specifically the aforementioned AI Code.
Re: How to fix this
#9  October 08, 2012, 06:25:56 pm
  • avatar
  • *
so how to remove it?
Re: How to fix this
#10  October 08, 2012, 07:12:38 pm
  • *****
  • Mega Klinklang confirmed
    • USA
    • ricepigeon.webs.com
so how to remove it?

Check either your statedef -2 or statedef -3 for any helpers controllers (you should see a line that says type = helper). Comment those out or change them to type = null until the problem no longer occurs.

<<-- Updated 09/14/14

You limit yourself so badly when you try to avoid variables. When you get over your fear of the "complexity" of variables, you will find yourself in a better place: A beautiful world where coding is actually fun.

2OS

Re: How to fix this
#11  October 08, 2012, 07:35:47 pm
  • ****
  • Ich schicke dich zur HOELLE ! ¡ ! ¡
    • Egypt
    • deuceovspadez.webs.com/
Statedef

-1
-2
-3
5900
190+(random%# of intros)  ;;  191 192 193 etc etc etc
0


[ 052012 ] Inazumachi 181/256  /  deviantART   /  2OS Grafphicsxz  Dead Anims ( Orochi/Mizuchi )  /  608's FX Volume 3
Re: How to fix this
#12  October 08, 2012, 10:57:32 pm
  • avatar
  • *
thanks I'll try it out