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
  #16  
Old 11-24-2001, 10:43 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
.....

why would anyone rent the skis then? Unless this is going on another server, that would be stupid. If it is going on another server, make your own skis.
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #17  
Old 11-26-2001, 10:25 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Why do you even want them?
Reply With Quote
  #18  
Old 11-26-2001, 03:55 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 is a easy ski script:
NPC Code:

NPC Code:

// NPC made by Nyght GT
// Skies
if (created) {
show;
}
if (playertouchsme) {
toweapons Ski;
}
if (weaponfired && strcontains(off,#s(client.ski))) {
setstring client.ski,on;
replaceani walk,ski;
}
if (weaponfired && strcontains(on,#s(client.ski))) {
setstring client.ski,off;
replaceani ski,walk;
}




you can use it if you want to its not anything I am proud of ... but its just something I made ...
Reply With Quote
  #19  
Old 11-28-2001, 09:22 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Quote:
Originally posted by nyghtGT
here now leave:
NPC Code:

NPC Code:

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



are u a crack head or some thing is that all u ever answer with!!!!~!!~~!!~~!!~~~!!~~!!
__________________
Reply With Quote
  #20  
Old 11-29-2001, 07:57 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by aesquivel


are u a crack head or some thing is that all u ever answer with!!!!~!!~~!!~~!!~~~!!~~!!
Is it Nyght's fault that people come here and post things like:
'Plez help meh, I sawk at scriptin and I need this script to make a PW betta than graal 2001 even!'
Reply With Quote
  #21  
Old 11-29-2001, 10:09 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 aesquivel


are u a crack head or some thing is that all u ever answer with!!!!~!!~~!!~~!!~~~!!~~!!
nope, but its the correct script either way and at least i can make my own NPC's instead of begging like you people do ... :o :o
Reply With Quote
  #22  
Old 11-29-2001, 10:12 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 Python523

Is it Nyght's fault that people come here and post things like:
'Plez help meh, I sawk at scriptin and I need this script to make a PW betta than graal 2001 even!'
and yes, it is sorta my fault that i dont give every newB his little p2p scripts but ohh well ...
Reply With Quote
  #23  
Old 11-29-2001, 12:17 PM
Andor_NPC-Admin1 Andor_NPC-Admin1 is offline
Registered User
Join Date: Nov 2001
Posts: 69
Andor_NPC-Admin1 is on a distinguished road
Quote:
Originally posted by 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
You're a lazy bum
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 03:56 AM.


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