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 11-23-2001, 12:33 AM
MaximusP2P MaximusP2P is offline
Pleasurehead
Join Date: Nov 2001
Location: Pangea
Posts: 249
MaximusP2P is on a distinguished road
Send a message via AIM to MaximusP2P
ski script

does anyone know the script for the g2k1 skis?
__________________
Reply With Quote
  #2  
Old 11-23-2001, 12:49 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
Quote:
make it youself
Reply With Quote
  #3  
Old 11-23-2001, 12:55 AM
MaximusP2P MaximusP2P is offline
Pleasurehead
Join Date: Nov 2001
Location: Pangea
Posts: 249
MaximusP2P is on a distinguished road
Send a message via AIM to MaximusP2P
ok the reason im asking is because when i try to make it it either
A) doesnt work
or
B) you dont stay on the skis

so i want the g2k1 script for them and then i can change it to my liking
__________________
Reply With Quote
  #4  
Old 11-23-2001, 01:24 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Am i the only one who sees something wrong with this?
Reply With Quote
  #5  
Old 11-23-2001, 01:28 AM
MaximusP2P MaximusP2P is offline
Pleasurehead
Join Date: Nov 2001
Location: Pangea
Posts: 249
MaximusP2P is on a distinguished road
Send a message via AIM to MaximusP2P
and what is wrong with this?
__________________
Reply With Quote
  #6  
Old 11-23-2001, 01:16 PM
r_u_f_u_s r_u_f_u_s is offline
Registered User
Join Date: Nov 2001
Posts: 220
r_u_f_u_s is on a distinguished road
Quote:
Originally posted by Faheria_GP2
Am i the only one who sees something wrong with this?
Nope.
__________________
- ¤Mā×Īmū§¤ - Owner of Delteria - (borrowing account)
Reply With Quote
  #7  
Old 11-23-2001, 02:09 PM
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
here now leave:
NPC Code:

NPC Code:

// NPC made by Stefan
if (created) {
show;
}
if (playertouchsme) {
addweapon Skis;
}



Reply With Quote
  #8  
Old 11-23-2001, 02:16 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by nyghtGT
here now leave:
NPC Code:

NPC Code:

// NPC made by Stefan
if (created) {
show;
}
if (playertouchsme) {
addweapon Skis;
}



LOL, you should have said the actual movements for the skis Maximus
Reply With Quote
  #9  
Old 11-23-2001, 02:19 PM
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 Python523

LOL, you should have said the actual movements for the skis Maximus
he is lucky i even gave him that much ....
Reply With Quote
  #10  
Old 11-23-2001, 06:52 PM
MaximusP2P MaximusP2P is offline
Pleasurehead
Join Date: Nov 2001
Location: Pangea
Posts: 249
MaximusP2P is on a distinguished road
Send a message via AIM to MaximusP2P
ok nyght i allready know that i want the whole thing because what i mean is how can i get it so when he starts moving he is still on the skis and when he stops he is idle? i want the whole thing!
__________________
Reply With Quote
  #11  
Old 11-23-2001, 08:00 PM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
......

that is like stealing....taking someone's work, changing a few things, and calling it your own is not right.

and if it WAS right, which its not, people just dont hand out g2k1 scripts like flyers to some sort of show. If you cannot script something like that, the only way you need possesion of it is if you are using the skis to ski.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #12  
Old 11-24-2001, 04: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
uhhh ...
NPC Code:

NPC Code:

if (weaponfired) {
setstring client.skis,on;
}
while (stcontians(on,#s(client.skis))) {
setani ski,;
}



Reply With Quote
  #13  
Old 11-24-2001, 03:42 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
while(dumb) {eat pie;}

YOU WILL WILL BE EATING A LOT OF PIE MISTER!!!
__________________

subliminal message: 1+1=3
Reply With Quote
  #14  
Old 11-24-2001, 05:57 PM
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 Falcor
while(dumb) {eat pie;}

YOU WILL WILL BE EATING A LOT OF PIE MISTER!!!
me ?
Reply With Quote
  #15  
Old 11-24-2001, 06:45 PM
MaximusP2P MaximusP2P is offline
Pleasurehead
Join Date: Nov 2001
Location: Pangea
Posts: 249
MaximusP2P is on a distinguished road
Send a message via AIM to MaximusP2P
Re: ......

Quote:
Originally posted by mikepg
the only way you need possesion of it is if you are using the skis to ski.
ok i am making a ski resort i need skis if i get the g2k1 script i am not going to call it my own i need to change it because i want them rentals so after 1 graal day then they dissapear!
__________________
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 02:36 AM.


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