YesNoOk
avatar

i have 2 problems >:( (1. problem SOLVED) (Read 294 times)

Started by NBA01, August 14, 2011, 02:07:03 am
Share this topic:
i have 2 problems >:( (1. problem SOLVED)
#1  August 14, 2011, 02:07:03 am
  • **
  • Surgeon of Death
    • Turkey
NOT: My english not good.


1. Problem  (SOLVED)



i can't fix this error. "Has No Target With Hit ID -1 ". How can i fix ?


2. Problem
my Akainu char have AI but somerounds don't work AI. i don't understand WHY!?

Thank you in advance  ;)
Last Edit: August 14, 2011, 05:08:08 am by NBA01
Re: i have 2 problems >:(
#2  August 14, 2011, 03:22:45 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Can't help much with the AI bit. The error you have will be caused by a line something like this

trigger1 = target, stateno = 800

Anywhere you have used that format of target comma. Find those and right above add

trigger1 = numtarget = 1

It is most likely in state -1 or state -2 where you have coded the AI.


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: i have 2 problems >:(
#3  August 14, 2011, 05:05:23 am
  • **
  • Surgeon of Death
    • Turkey
thx cyanide. i solved my 1. problem. now only have 2. problem. how can i fix, i don't understand. for reasons which may be?
Re: i have 2 problems >:( (1. problem SOLVED)
#4  August 14, 2011, 05:41:32 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Are you saying. Sometimes the AI does not work?

If that's the case there are some things you can do to improve it, like additional triggers for activation, or making the variable persist between rounds.

Alternatively, you can swap to 1.0 development.

Trigger1 = ailevel != 0 will instantly tell you if the character is controlled by AI or not. But it's a 1.0 feature only and does not work in the older versions.


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: i have 2 problems >:( (1. problem SOLVED)
#5  August 14, 2011, 12:15:58 pm
  • ****
  • "Go to the woods....with me!"
    • page.freett.com/werewood/mugen.html

It's supper time!
* Pleasing other people is nice, but when creating for Mugen, you're supposed to please yourself first. -- Cybaster
Re: i have 2 problems >:( (1. problem SOLVED)
#6  August 14, 2011, 10:37:10 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
He's not even slightly going to understand that at the moment and really, if people MUST have AI i really recommend the switch to 1.0. Ailevel is much simpler, doesn't use up 3 variables and doesn't require a load of code to implement.


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: i have 2 problems >:( (1. problem SOLVED)
New #7  August 15, 2011, 01:27:37 am
  • **
  • Surgeon of Death
    • Turkey
i don't use AI level. my char not 1.0.
Last Edit: August 23, 2011, 08:34:10 pm by NBA01