YesNoOk
avatar

help with my sharingan = solved !!! (Read 264 times)

Started by Zodiac Uchiha, September 12, 2010, 07:41:46 pm
Share this topic:
help with my sharingan = solved !!!
New #1  September 12, 2010, 07:41:46 pm
  • **
    • Germany
hi there. i know there are some threads which topic the sharingan. but i dont understand them very well. this is my cns statedef 901 in wich he activates the sharingan and the undefined explod begins:
Spoiler, click to toggle visibilty
ok, this one is the statedef 902 which should remove the slowmotion effect as well as the explod with the id = 2:
Spoiler, click to toggle visibilty
ok and here is the statedef -2 needed to check statetypes which must be checked every tick:
Spoiler, click to toggle visibilty
well and finally the tiny cmd part:
Spoiler, click to toggle visibilty
good. thats it. i went through it a million times. but couldnt find any errors. everything seems ok to me. pls help
Last Edit: September 14, 2010, 08:07:56 pm by Zodiac Uchiha
Re: help with my sharingan
#2  September 13, 2010, 10:47:14 pm
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You have lots of information, what is actually going wrong? You kinda haven't told us that and i see nothing wrong at first glance.


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.
Sharingan..but no errors??and it doesnt work ?
#3  September 14, 2010, 12:01:11 am
  • **
    • Germany
hm... he does nothing when i press down, S...we only need one variable to do this. it is set ok i believe...i cant find mistakes either...
i am just learning to code...it seems that i understand good for a beginner, but if even the experienced ones like you cant see any problems there then i am desperated... :-(
when i coded teleport, there was a similar case, but when we use the template elecbyte player he creates a taunt assigned to the command = "s"
i removed the taunt from the cmd and cns as i dont need it and it worked afterwards.
but the sharingan isnt blocked i believe. i have teleport  set on comand "s"...but that should be ok since i set the command to D, s for the sharingan mode. but then again...it doesnt work. he ducks . but thats normal because i have to press Down.
as soon as i am done learning to code myself, i will assist others to assist mugen develpment xD but i am far from there  atm. well, thanks for taking a look =)
Re: help with my sharingan
#4  September 14, 2010, 01:17:27 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
[mcode]triggerall = command = "Sharingan"
trigger1 = statetype = s
trigger1 = ctrl[/mcode]
If you press DOWN you are crouching, so you are not in statetype = S, try

trigger1 = statetype != A

Which means "Not in an Air state" which should help out.


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: help with my sharingan = solved !!!
New #5  September 14, 2010, 01:36:03 am
  • **
    • Germany
man perfect. now it works.
finally i can begin to adjust it as i want it to work.
i did actually think about the crouching, but this easy solution didnt show up in my mind xDDD
oh well thats why i am a beginner. i have learned something new. thats only logical. thx for your help really
Last Edit: September 14, 2010, 08:08:15 pm by Zodiac Uchiha