Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-28-2002, 09:19 AM
scottman5587 scottman5587 is offline
Registered User
Join Date: Feb 2002
Location: New York
Posts: 122
scottman5587 is on a distinguished road
Send a message via AIM to scottman5587
Question 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!
__________________
Reply With Quote
  #2  
Old 02-28-2002, 09:23 AM
scottman5587 scottman5587 is offline
Registered User
Join Date: Feb 2002
Location: New York
Posts: 122
scottman5587 is on a distinguished road
Send a message via AIM to scottman5587
and also, how can u check online scripts?
__________________
Reply With Quote
  #3  
Old 02-28-2002, 09:29 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
What do you mean how do you check online scripts?
Reply With Quote
  #4  
Old 02-28-2002, 09:30 AM
relenakat relenakat is offline
Registered User
Join Date: Feb 2002
Posts: 36
relenakat is on a distinguished road
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.
__________________
Quote:
Boredem is like a headache and/or yawn, they are very contagious!
Website deleted x.o If I really need one again, I'll buy it. Thank you very much... and yes, I use x.o o.x x.x o.o and X.o Freqently. Deal with it >:O
Reply With Quote
  #5  
Old 02-28-2002, 10:00 AM
Phenom1K Phenom1K is offline
Registered User
Join Date: Dec 2001
Location: Somewhereoffthecoastof, Paradise
Posts: 138
Phenom1K is on a distinguished road
Send a message via AIM to Phenom1K Send a message via Yahoo to Phenom1K
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;

__________________
The following is a message brought to you in part by JR

The procedding was a message brought to you in part by JR
Reply With Quote
  #6  
Old 02-28-2002, 01:13 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
-=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.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #7  
Old 03-01-2002, 04:23 AM
scottman5587 scottman5587 is offline
Registered User
Join Date: Feb 2002
Location: New York
Posts: 122
scottman5587 is on a distinguished road
Send a message via AIM to scottman5587
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!
__________________
Reply With Quote
  #8  
Old 03-01-2002, 04:40 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
yawn, why dont you start with something small ??
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote
  #9  
Old 03-01-2002, 04:55 AM
scottman5587 scottman5587 is offline
Registered User
Join Date: Feb 2002
Location: New York
Posts: 122
scottman5587 is on a distinguished road
Send a message via AIM to scottman5587
i script lots

i script lots, bars, bombs, ect
__________________
Reply With Quote
  #10  
Old 03-01-2002, 05:20 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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 ? ?
Reply With Quote
  #11  
Old 03-01-2002, 05:25 AM
TDK_RC6 TDK_RC6 is offline
Registered User
TDK_RC6's Avatar
Join Date: Jan 2002
Location: Earth
Posts: 0
TDK_RC6 is on a distinguished road
o my, not bars and bombs, you must be a really l33t scripter

if you didnt catch it, that was sarcasism
__________________
Staff on Renegade


email: [email protected]
aim: papivicente
Reply With Quote
  #12  
Old 03-01-2002, 05:28 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by TDK_RC6

if you didnt catch it, that was sarcasism
oh, thanx, that clarified everything for me ...
Reply With Quote
  #13  
Old 03-01-2002, 05:37 AM
scottman5587 scottman5587 is offline
Registered User
Join Date: Feb 2002
Location: New York
Posts: 122
scottman5587 is on a distinguished road
Send a message via AIM to scottman5587
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
__________________
Reply With Quote
  #14  
Old 03-01-2002, 05:42 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
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 ...
Reply With Quote
  #15  
Old 03-01-2002, 05:58 AM
scottman5587 scottman5587 is offline
Registered User
Join Date: Feb 2002
Location: New York
Posts: 122
scottman5587 is on a distinguished road
Send a message via AIM to scottman5587
then...

answer my above questions, and stop tdk from sayin i suck, cause i dont
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:07 AM.


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