Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   the jumprope npc in harmonia (https://forums.graalonline.com/forums/showthread.php?t=18417)

ArchOwl 12-06-2001 09:52 PM

the jumprope npc in harmonia
 
what is that script for the exact jumprope in harmonia,no i dont want the basic jumprope script,i want THE graal2001 jumprope script(need for the level im doing and i dont want stefan to go through the trouble of replacing the jumprope npc)

Falcor 12-06-2001 09:59 PM

If you cant figure out it's simplicity then I feel a GREEAT deal of pitty for you so here it is *makes up code off te top of head*
NPC Code:
 
//NPC made by Falados
if(created) {
message Jump-Rope;
}
if(playertouchsme) {
toweapons Jump Rope;
}
if(weaponfired) {
setani skip,;
}




Th-th- thea - th thea tha thats all folks!

Falcor 12-06-2001 10:01 PM

Or if it IS for G2k1 you could just do..

if(playertouchsme) {
addweapon Jump Rope;
}

ArchOwl 12-06-2001 11:18 PM

Quote:

Originally posted by Falcor
Or if it IS for G2k1 you could just do..

if(playertouchsme) {
addweapon Jump Rope;
}

thanks and btw-
i cant script
i dont script
i hardly ever script
kthx

Poogle 12-07-2001 05:41 AM

since you dont know that script youve proved it well

Falcor 12-07-2001 08:28 AM

YOU should talk?

Psyker 12-07-2001 09:48 AM

I don't remember Lost Islands being a beautiful server, either...

nyghtGT 12-07-2001 09:55 AM

Quote:

Originally posted by Psyker
I don't remember Lost Islands being a beautiful server, either...
LMAO ...

Saga2001 12-07-2001 12:41 PM

ROFLROFLROFL
 
ROFLROFLROFL

grim_squeaker_x 12-07-2001 09:19 PM

NPC Code:
if (created) {
messsage Jump-Rope;
setshape 1,32,32;
}
if (playertouchsme) {
toweapons Jump Rope;
hide;
dontblock;
timeout=3;
}
if (timeout) {
show;
blockagain;
}
//#CLIENTSIDE
if (weaponfired) {
setani skip,;
freezeplayer 0.25;
}

Or something.

Saga2001 12-08-2001 12:10 AM

no actually...
 
they are all lying, the correct script is:
NPC Code:

if (created||initialized) {
setshape 1,32,32;
}
if (playertouchsme) {
toweapons Jump Rope;
}
//#CLIENTSIDE
if (weaponfired) {
setani bootaydance,;
sleep 3;
playerhearts=0;
}


much better...

-PastAustin

Slaktmaster 12-08-2001 02:10 AM

>=(

THERE IS NO TOWEAPONS!@

its just:
if(created) {
setshape 1,32,32;
message Jump-rope;
}

if (playertouchsme) {
addweapon Jump Rope;
]

Falcor 12-08-2001 04:21 AM

bootay dance = my gani :D

Saga2001 12-08-2001 06:01 AM

:D
 
Quote:

Originally posted by Falcor
bootay dance = my gani :D
than you own.

btedji 12-08-2001 06:03 AM

toweapons is for non p2p


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

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