YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.

*
Naruto2167 is Offline
Contact Naruto2167:

Naruto2167

User

Messages by Naruto2167

    

Re: [SPANISH ONLY] Español solamente V2

 June 03, 2011, 03:41:13 pm View in topic context
 Posted by Naruto2167  in [SPANISH ONLY] Español solamente V2 (Started by Titiln July 14, 2010, 03:57:43 am
 Board: International

no quiero molestar, pero podria alguien explicarme QUIEN ES ESA MIKU HATSUNE????
ya escuché hablar mucho de ella, pero no se quien m***** es!
    

Re: Does this thing exist?/who is the author?/etc. thread.

 June 03, 2011, 03:22:01 am View in topic context
 Posted by Naruto2167  in Does this thing exist?/who is the author?/etc. thread.  (Started by Messatsu August 26, 2007, 08:29:40 pm
 Board: Requests

who made the best midnight bliss compatible lei-lei??
    

Re: [SPANISH ONLY] Español solamente V2

 June 01, 2011, 05:24:24 pm View in topic context
 Posted by Naruto2167  in [SPANISH ONLY] Español solamente V2 (Started by Titiln July 14, 2010, 03:57:43 am
 Board: International

en realidad esas partes del cuerpo siempre están oscuras no matter what sin importar qué.

El tema es, como puede ser que esas partes tengan la piel mas bronceada que el resto del cuerpo, si nunca le toca el sol ahi?
Siempre que fantaseo con una chica me pregunto cómo lucirán, porque... ¡Los colores de pezones son una lotería! :P

Ah, y ¡feliz cumple, RojoNabi!
Tienes toda la razón!
    

Re: [SPANISH ONLY] Español solamente V2

 June 01, 2011, 04:42:12 pm View in topic context
 Posted by Naruto2167  in [SPANISH ONLY] Español solamente V2 (Started by Titiln July 14, 2010, 03:57:43 am
 Board: International

:D No sabia que existía una sección para hablar en español!!! :sugoi:
Ya que al parecer estan hablando de anime, yo estoy planeando lanzar un doushinji, se trata sobre un chico, llamado genyumaru, que sale en un viaje de vacaciones.Pero termina peleando contra todo tipo de personas, HASTA SU PROPIO PADRE Y HERMANO!!!
No creo que sea muy popular pero veremos
    

Re: My Palettes *accepting requests*

 May 31, 2011, 02:41:08 am View in topic context
 Posted by Naruto2167  in My Palettes; Latest set: Jazu by Ahuron (Started by The Fisher King February 10, 2011, 11:13:54 pm
 Board: Edits & Add-ons

    

Re: My Palettes *accepting requests*

 May 31, 2011, 12:06:40 am View in topic context
 Posted by Naruto2167  in My Palettes; Latest set: Jazu by Ahuron (Started by The Fisher King February 10, 2011, 11:13:54 pm
 Board: Edits & Add-ons

Hello Goo! could you make me some palletes for JomJom's non-chibi yoh asakura???
Image:
    

Re: My Palettes *accepting requests*

 May 30, 2011, 02:52:27 pm View in topic context
 Posted by Naruto2167  in My Palettes; Latest set: Jazu by Ahuron (Started by The Fisher King February 10, 2011, 11:13:54 pm
 Board: Edits & Add-ons

thanks a lot goo! ;D
    

Re: My Palettes *accepting requests*

 May 27, 2011, 04:19:24 pm View in topic context
 Posted by Naruto2167  in My Palettes; Latest set: Jazu by Ahuron (Started by The Fisher King February 10, 2011, 11:13:54 pm
 Board: Edits & Add-ons

Goodaldo
zero: sure
omegaman: what the hell is that?  :P
[/quote said:
Omegaman
Its an edit of svc zero...
    

Re: My Palettes *accepting requests*

 May 26, 2011, 11:45:07 pm View in topic context
 Posted by Naruto2167  in My Palettes; Latest set: Jazu by Ahuron (Started by The Fisher King February 10, 2011, 11:13:54 pm
 Board: Edits & Add-ons

could you make me some palletes for svc zero by:aznperson569M?
And some for omegaman by:thsunami?
Thanks :)
    

Re: Fatality and Finish Him/Her sprites

 May 25, 2011, 04:48:35 am View in topic context
 Posted by Naruto2167  in Fatality and Finish Him/Her sprites (Started by Naruto2167 May 21, 2011, 05:02:35 am
 Board: Development Resources

thanks!
    

Re: GM(Game Master) by Kuon: how do you do the move: class change????

 May 24, 2011, 11:37:41 pm View in topic context
 Posted by Naruto2167  in GM(Game Master) by Kuon: how do you do the move: class change???? (Started by Naruto2167 May 21, 2011, 06:35:15 pm
 Board: M.U.G.E.N Development Help

MADE IT THANKS TO iCHISENNEN-san!!
thanks for helping
[Close this thread]
    

Re: GM(Game Master) by Kuon: how do you do the move: class change????

 May 21, 2011, 07:48:12 pm View in topic context
 Posted by Naruto2167  in GM(Game Master) by Kuon: how do you do the move: class change???? (Started by Naruto2167 May 21, 2011, 06:35:15 pm
 Board: M.U.G.E.N Development Help

[State -1, Class Change]; state controller header, this is required for all state controllers
type = ChangeState; means "change state to"
value = 10000; state number to change to
triggerall = command = "Class Change"; command that triggers the state change
triggerall = NumHelper(2100) != 1; trigger only if the number of helper 2100 isn't 1
triggerall = var(8) != 1; trigger only if variable 8's value isn't 1
triggerall = power >= 20000; trigger if player's power is greater than or equal to 20000
trigger1 = statetype != A; trigger in any statetype except for air
trigger1 = ctrl; trigger only if you have control
trigger2 = (stateno = 200) && Time > 5; trigger in state 200, if the time in that state is greater than 5
trigger3 = (stateno = 210) && Time > 10; same as above, but with different values
trigger4 = (stateno = 220) && Time > 20; same
trigger5 = (stateno = 300) && Time > 5; same
trigger6 = (stateno = 310) && Time > 10; same
trigger7 = (stateno = 320) && Time > 20; same

Triggeralls are always triggered, while the triggers with numbers are different conditions to trigger the state controller. For example, if everything in trigger1 is true, and all the triggeralls are true, the state will change.
Then, how do i activate it????
    

GM(Game Master) by Kuon: how do you do the move: class change????

 May 21, 2011, 06:35:15 pm View in topic context
 Posted by Naruto2167  in GM(Game Master) by Kuon: how do you do the move: class change???? (Started by Naruto2167 May 21, 2011, 06:35:15 pm
 Board: M.U.G.E.N Development Help

i was looking in the .CMD file of the char and i found out about a move i wanna do:
;ƒNƒ‰ƒXƒ`ƒFƒ“ƒW
[State -1, Class Change]
type = ChangeState
value = 10000
triggerall = command = "Class Change"
triggerall = NumHelper(2100) != 1
triggerall = var(8) != 1
triggerall = power >= 20000
trigger1 = statetype != A
trigger1 = ctrl
trigger2 = (stateno = 200) && Time > 5
trigger3 = (stateno = 210) && Time > 10
trigger4 = (stateno = 220) && Time > 20
trigger5 = (stateno = 300) && Time > 5
trigger6 = (stateno = 310) && Time > 10
trigger7 = (stateno = 320) && Time > 20
Anyone understands what does this mean????
    

Fatality and Finish Him/Her sprites

 May 21, 2011, 05:02:35 am View in topic context
 Posted by Naruto2167  in Fatality and Finish Him/Her sprites (Started by Naruto2167 May 21, 2011, 05:02:35 am
 Board: Development Resources

the only thing i need is already converted to .pcx fatality letters and finish him thing ;D
    

[Hard? Request] Espers from FFXII sprites [Hard? Request]

 May 21, 2011, 02:16:10 am View in topic context
 Posted by Naruto2167  in [Hard? Request] Espers from FFXII sprites [Hard? Request] (Started by Naruto2167 May 21, 2011, 02:16:10 am
 Board: Development Resources

Does anyone have sprites from the espers(summons) of final fantasy 12???
Needing'em for a project called "Summoner" it will be a char with the ability to summon a lot of the summons from the final fantasy series :D
    

Re: Symbiote akuma

 May 19, 2011, 11:45:25 pm View in topic context
 Posted by Naruto2167  in Symbiote akuma (Started by Naruto2167 May 19, 2011, 03:22:39 am
 Board: Requests

    

Re: Fire trail using particles.

 May 19, 2011, 05:24:06 pm View in topic context
 Posted by Naruto2167  in [SOLVED] Fire trail using particles. (Started by Алексей May 19, 2011, 04:22:38 am
 Board: M.U.G.E.N Development Help

althrought this may be off-topic, are you gonna post the char????? :S
i would love to have it :)
    

Re: Nero DMC 4 by CaWO4 Updated 05/10/2011

 May 19, 2011, 02:42:22 pm View in topic context
 Posted by Naruto2167  in Nero DMC 4 by CaWO4 Updated 05/10/2011 (Started by Furn May 07, 2011, 10:36:03 pm
 Board: Found Releases

Very good char! thanks for posting!!! :sugoi:
just whut i needed!
    

Re: Does this thing exist?/who is the author?/etc. thread.

 May 19, 2011, 02:20:20 pm View in topic context
 Posted by Naruto2167  in Does this thing exist?/who is the author?/etc. thread.  (Started by Messatsu August 26, 2007, 08:29:40 pm
 Board: Requests

have they created a sura/champion characters from ragnarok online????
also, the taekwon-boy/girl has been created???(also from RO)
plz help! :'(
    

Re: Symbiote akuma

 May 19, 2011, 03:35:16 am View in topic context
 Posted by Naruto2167  in Symbiote akuma (Started by Naruto2167 May 19, 2011, 03:22:39 am
 Board: Requests

As far as I know, no one has actually made a Symbiote Akuma. There WAS a WIP, but it was never released.
oh, too bad for me....
but thanks for telling! now i can concentrate on searching other chars... :sugoi: