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 12-06-2001, 09:52 PM
ArchOwl ArchOwl is offline
KHERRUPTED SHROOM
ArchOwl's Avatar
Join Date: Aug 2001
Location: SOMEWHERE, DAMNIT
Posts: 2,464
ArchOwl is on a distinguished road
Send a message via AIM to ArchOwl Send a message via Yahoo to ArchOwl
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)
__________________

DDR Videos.
More DDR Videos.
Reply With Quote
  #2  
Old 12-06-2001, 09:59 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
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!
__________________

subliminal message: 1+1=3
Reply With Quote
  #3  
Old 12-06-2001, 10:01 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
Or if it IS for G2k1 you could just do..

if(playertouchsme) {
addweapon Jump Rope;
}
__________________

subliminal message: 1+1=3
Reply With Quote
  #4  
Old 12-06-2001, 11:18 PM
ArchOwl ArchOwl is offline
KHERRUPTED SHROOM
ArchOwl's Avatar
Join Date: Aug 2001
Location: SOMEWHERE, DAMNIT
Posts: 2,464
ArchOwl is on a distinguished road
Send a message via AIM to ArchOwl Send a message via Yahoo to ArchOwl
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
__________________

DDR Videos.
More DDR Videos.
Reply With Quote
  #5  
Old 12-07-2001, 05:41 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
since you dont know that script youve proved it well
Reply With Quote
  #6  
Old 12-07-2001, 08:28 AM
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
YOU should talk?
__________________

subliminal message: 1+1=3
Reply With Quote
  #7  
Old 12-07-2001, 09:48 AM
Psyker Psyker is offline
Tired Sloth
Join Date: Mar 2001
Posts: 6,217
Psyker will become famous soon enough
Send a message via AIM to Psyker Send a message via Yahoo to Psyker
I don't remember Lost Islands being a beautiful server, either...
__________________
Reply With Quote
  #8  
Old 12-07-2001, 09:55 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 Psyker
I don't remember Lost Islands being a beautiful server, either...
LMAO ...
Reply With Quote
  #9  
Old 12-07-2001, 12:41 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
ROFLROFLROFL

ROFLROFLROFL
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #10  
Old 12-07-2001, 09:19 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
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.
__________________

Reply With Quote
  #11  
Old 12-08-2001, 12:10 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
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
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #12  
Old 12-08-2001, 02:10 AM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
>=(

THERE IS NO TOWEAPONS!@

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

if (playertouchsme) {
addweapon Jump Rope;
]
Reply With Quote
  #13  
Old 12-08-2001, 04:21 AM
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
bootay dance = my gani
__________________

subliminal message: 1+1=3
Reply With Quote
  #14  
Old 12-08-2001, 06:01 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
:D

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

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #15  
Old 12-08-2001, 06:03 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
toweapons is for non p2p
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 09:25 PM.


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