Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Help coding jutsu! lol plz *click if u have a chance*
What Orginal Game you like best! [13 vote(s)]

Naruto GOA
0.0%
Naruto Kousen Myou
76.9%
Naruto Way of Shinboi A.K.A N WOTS
0.0%
Naruto: A Ninja's life
0.0%
B.L.N.
0.0%
Bleach Soul Of Choas
7.7%
Pokémon LightningYellow
0.0%
Duel Monsters Online
15.4%
The World R:2
0.0%
Shaman King Online
0.0%


Genin

Status: Offline
Posts: 11
Date:
Help coding jutsu! lol plz *click if u have a chance*


hey i need help coding jutsu i can code im a very good coder but justu and attacks im new to that so if anyone can help me plz leave there msn or aim

Attachments
__________________
[url=http://imageshack.us][img=http://img65.imageshack.us/img65/3364/randynphuj8kj3.gif][/url]
Shot at 2007-08-05


Anbu Grunt

Status: Offline
Posts: 302
Date:

oga boga


__________________
STOP THE CHICKEN ABUSE STOP KUNTUCKY FRIED CRUILTY

My nipples has the power to supply china for 3 years







Owner/Coder

Status: Offline
Posts: 354
Date:

I could give small examples if you want. Like here would be a VERY small jutsu

mob/Jutsu//Defines waht type of verb it is so the usr doesnt start out with it
    verb//defines that its a verb
       Housenka()//The verbs name
          if(usr.chakra > = 5)//Makes sure the user has atleast 5 chakra
             if(usr.firing)//Makes sure the user isnt firing
                return//stops him from doing the jutsu
             usr.firing=1//Makes the usr firing so he cant spam the jutsu
             usr.chakra -= 5//Minuses 5 chakra
             var/obj/Housenka/A = new//Makes the housenka
             A.loc = usr.loc//makes the housenka on the usr
             A.name="[usr.name]"//makes the housenkas name the users name
             A.dir=usr.dir//makes the housenkas dir the users dir
             walk(A,usr.dir)//makes the housenka move in the dir the usrs is facing
             usr.firing=0//stops firing the jutsu
       else//if usr doesnt have 5 chakra
          usr<<"You do not have enough chakra! chakra cost: 5"//tells him
obj
    Housenka//obj's name
       icon = 'Housenka.dmi''//obj's icon
       icon_state = "Housenka"//obj's icon_state
       Bump(mob/M)//when the obj bumps into a mob
           var/damage = 10//sets the damage to 10
           M.Health -= damage//damages the mob it bumps into

This is all from memory, but it should work

__________________
choujiwr9.jpg
untitled1wl2.jpg


Anbu Grunt

Status: Offline
Posts: 302
Date:

zuzu is the sexyist coder there is

__________________
STOP THE CHICKEN ABUSE STOP KUNTUCKY FRIED CRUILTY

My nipples has the power to supply china for 3 years







Owner/Coder

Status: Offline
Posts: 354
Date:

Twilight you didnt make that naruto icon! Also I was gonna start Computer Portrait Animations of Landscapes.

__________________
choujiwr9.jpg
untitled1wl2.jpg


Anbu Grunt

Status: Offline
Posts: 302
Date:

:o

__________________
STOP THE CHICKEN ABUSE STOP KUNTUCKY FRIED CRUILTY

My nipples has the power to supply china for 3 years







Tokubetsu Jounin

Status: Offline
Posts: 123
Date:

dam Menzu....how u memorize all that.
when i tried coding i got such a big head ache that after a slamed my head on the keyboard i got
QWERTYUIOP
ASDFG
embedded on my forehead

__________________

[/URL]


Owner/Coder

Status: Offline
Posts: 354
Date:

Well i'm a coder, and that is EASY shiz right there also the // explains what I did.

__________________
choujiwr9.jpg
untitled1wl2.jpg


Tokubetsu Jounin

Status: Offline
Posts: 123
Date:

i know what // means....there comments that dont mess with the code....
its just.....idk but i .....maybe i should try harder....

__________________

[/URL]


Genin

Status: Offline
Posts: 11
Date:

thanks ill try to code a jutsu in but say u wanan code a jutsu that goes in a diffr location

__________________
[url=http://imageshack.us][img=http://img65.imageshack.us/img65/3364/randynphuj8kj3.gif][/url]
Shot at 2007-08-05


Owner/Coder

Status: Offline
Posts: 354
Date:

This would be(If you insert this code in there instead of its old loc)
A.loc = locate(usr.x+1,usr.y-1,usr.z)
You can vary from alot of things(X+1 = 1 tile east, Y+1 = one step north)

__________________
choujiwr9.jpg
untitled1wl2.jpg


Anbu Grunt

Status: Offline
Posts: 302
Date:

>_>

__________________
STOP THE CHICKEN ABUSE STOP KUNTUCKY FRIED CRUILTY

My nipples has the power to supply china for 3 years







Owner/Iconner/Manager/Recruiter

Status: Offline
Posts: 699
Date:

People had to choose NKM >.> It is the 2nd best Naruto game on Byond, so says Master Dan and Legendary Goku

__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard