Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   answer my questions plz (https://forums.graalonline.com/forums/showthread.php?t=24747)

scottman5587 02-28-2002 09:19 AM

answer my questions plz
 
i need some help, i want to know how to make new bows, such as new arrows, and i need some explaination on arrays, strings, and how to make npcs move, like the premade person npc, but one i can program. also, some neet scripts, i have run out of ideas, thx!

scottman5587 02-28-2002 09:23 AM

and also, how can u check online scripts?

nyghtGT 02-28-2002 09:29 AM

What do you mean how do you check online scripts?

relenakat 02-28-2002 09:30 AM

Well...To make a npc move you need to be familar with x and y stuff an example is like...
NPC Code:

if(created){
set move
}
if(move){
x-1;
y+1;
}


Kinda like that except a little more ummm Complicated but there are some good tutorials to read like the Graal tutorial that comes with graal.

Phenom1K 02-28-2002 10:00 AM

Quote:

Originally posted by relenakat
Well...To make a npc move you need to be familar with x and y stuff an example is like...
NPC Code:

if(created){
set move
}
if(move){
x-1;
y+1;
}


Kinda like that except a little more ummm Complicated but there are some good tutorials to read like the Graal tutorial that comes with graal.

Eww that's ugly yo.

An entire replacement for that script if

NPC Code:

move x,y,time,actions;


joseyisleet 02-28-2002 01:13 PM

-=Josey=-
How I first started making "walking" NPCs, I looked at the code inside of the pre-made NPCs, then found my own "unique" set up for doing it. It's not all that hard, just set the direction and gani, then move the x and/or y slowly.

scottman5587 03-01-2002 04:23 AM

k
 
i have the movement down, but i am still wondering what the perameter part of strings do, and how to make a new arrow, thx:Thanks alot!: i am on a friends account because it will not acces my other account to post replies and threads on any of the forums, if u can help me with this also, it will be a great help, thx!

TDK_RC6 03-01-2002 04:40 AM

yawn, why dont you start with something small ??

scottman5587 03-01-2002 04:55 AM

i script lots
 
i script lots, bars, bombs, ect

nyghtGT 03-01-2002 05:20 AM

Quote:

Originally posted by nyghtGT
What do you mean how do you check online scripts?
i'm not sure if this was Mr. Chik posting or me, but, what did you mean by online scripts, scott ? ?

TDK_RC6 03-01-2002 05:25 AM

o my, not bars and bombs, you must be a really l33t scripter

if you didnt catch it, that was sarcasism

nyghtGT 03-01-2002 05:28 AM

Quote:

Originally posted by TDK_RC6

if you didnt catch it, that was sarcasism

oh, thanx, that clarified everything for me ...;)

scottman5587 03-01-2002 05:37 AM

TDK=freak, and i meant like debugger, nm about online just about strings and bows
 
ive done more than that, i just have some questions thats all, TKD, u freak

nyghtGT 03-01-2002 05:42 AM

Re: TDK=freak, and i meant like debugger, nm about online just about strings and bows
 
Quote:

Originally posted by scottman5587
ive done more than that, i just have some questions thats all, TKD, u freak
dont confuse account names and nicknames ...

scottman5587 03-01-2002 05:58 AM

then...
 
answer my above questions, and stop tdk from sayin i suck, cause i dont


All times are GMT +2. The time now is 08:22 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.