Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   ski script (https://forums.graalonline.com/forums/showthread.php?t=17602)

MaximusP2P 11-23-2001 12:33 AM

ski script
 
does anyone know the script for the g2k1 skis?

royce 11-23-2001 12:49 AM

Quote:

make it youself

MaximusP2P 11-23-2001 12:55 AM

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

Faheria_GP2 11-23-2001 01:24 AM

Am i the only one who sees something wrong with this?

MaximusP2P 11-23-2001 01:28 AM

and what is wrong with this?

r_u_f_u_s 11-23-2001 01:16 PM

Quote:

Originally posted by Faheria_GP2
Am i the only one who sees something wrong with this?
Nope.

nyghtGT 11-23-2001 02:09 PM

here now leave:
NPC Code:

NPC Code:

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




Python523 11-23-2001 02:16 PM

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

nyghtGT 11-23-2001 02:19 PM

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 ....

MaximusP2P 11-23-2001 06:52 PM

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!

mikepg 11-23-2001 08:00 PM

......
 
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.

nyghtGT 11-24-2001 04:28 AM

uhhh ...
NPC Code:

NPC Code:

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




Falcor 11-24-2001 03:42 PM

while(dumb) {eat pie;}

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

nyghtGT 11-24-2001 05:57 PM

Quote:

Originally posted by Falcor
while(dumb) {eat pie;}

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

me ?

MaximusP2P 11-24-2001 06:45 PM

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!

mikepg 11-24-2001 10:43 PM

.....
 
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.

Poogle 11-26-2001 10:25 AM

Why do you even want them?

nyghtGT 11-26-2001 03:55 PM

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 ...

aesquivel 11-28-2001 09:22 PM

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!!!!~!!~~!!~~!!~~~!!~~!!

Python523 11-29-2001 07:57 AM

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!'

nyghtGT 11-29-2001 10:09 AM

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 :D :o

nyghtGT 11-29-2001 10:12 AM

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 ...

Andor_NPC-Admin1 11-29-2001 12:17 PM

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


All times are GMT +2. The time now is 05:48 PM.

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