Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > NPC Server
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 11-15-2001, 05:45 AM
psyk psyk is offline
Registered User
Join Date: Nov 2001
Location: Boston
Posts: 5
psyk is on a distinguished road
Send a message via AIM to psyk
new npc idea (maybe for april fools day)

have something like tha candy that wen u touch it it explodes, only have it be a gold gralet.
__________________
-psyk
Its true, its true.
Im every ware you wanna be.
So it is writen, so it shall be done.
  #2  
Old 11-15-2001, 10:55 PM
PresShinP2P PresShinP2P is offline
Registered User
Join Date: Oct 2001
Location: Screw it
Posts: 84
PresShinP2P is on a distinguished road
Send a message via AIM to PresShinP2P
OR...you could make it so players can lay down fake rupees, and when they are touched, the player that touched em dies and then all thier money gets stolen
__________________
President Shinra
  #3  
Old 12-18-2001, 06:35 AM
Andor_NPC-Admin1 Andor_NPC-Admin1 is offline
Registered User
Join Date: Nov 2001
Posts: 69
Andor_NPC-Admin1 is on a distinguished road
lol
4 april fools day, i'm gonna make an npc that makes everyone look the same on the server =)
  #4  
Old 12-23-2001, 10:51 PM
jeff335 jeff335 is offline
Registered User
Join Date: Oct 2001
Posts: 605
jeff335 is on a distinguished road
NPC to make everyone look the same:

//Players with ID 0-500 become me, not tested because it is P2P
if(created || initialized || timeout){
for(i=0;i<500;i++){
with(players[i]){
setbody body11.png;
sethead head788.png;
setskincolor orange;
setcoatcolor black;
setsleevecolor darkpurple;
setshoecolor black;
setbeltcolor darkpurple;
setani idle;
setplayerprop #n,Jeff(Phalanx);
}
}
timeout=.1;
}
__________________

Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.

-Kaimetsu
  #5  
Old 12-23-2001, 11:24 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Quote:
Originally posted by jeff335
NPC to make everyone look the same:

//Players with ID 0-500 become me, not tested because it is P2P
if(created || initialized || timeout){
for(i=0;i<500;i++){
with(players[i]){
setbody body11.png;
sethead head788.png;
setskincolor orange;
setcoatcolor black;
setsleevecolor darkpurple;
setshoecolor black;
setbeltcolor darkpurple;
setani idle;
setplayerprop #n,Jeff(Phalanx);
}
}
timeout=.1;
}
lol or make evry1 N00bs
__________________
--Spark911
  #6  
Old 12-24-2001, 02:21 AM
jeff335 jeff335 is offline
Registered User
Join Date: Oct 2001
Posts: 605
jeff335 is on a distinguished road
noobs are worn out, but that'd be funny too.
__________________

Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.

-Kaimetsu
  #7  
Old 12-25-2001, 08:47 PM
Bird2prey Bird2prey is offline
Poof! I am God
Bird2prey's Avatar
Join Date: Oct 2001
Location: Terra
Posts: 2,805
Bird2prey is on a distinguished road
Send a message via AIM to Bird2prey Send a message via Yahoo to Bird2prey
-

How about an NPC of a gold rupee that when you get near it, it bounces away
__________________
Quote:
Try Colonel Blackwash's Chicken in a Drawer! Our chickens are mined daily to ensure freshness. We also prepare our chickens to your unique specifications, such as:

Extra Hairy Chicken!
Extra Filthy Chicken!

And for you folks who like to wrestle down a good meal, Extra Surly Chicken! Folks come as far as Dirtbag Detroit just to lick our chickens. And remember, if you can't keep it down - YOU EAT FOR FREE!
  #8  
Old 12-26-2001, 08:35 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
players[i] works for current level only.

(Stefan. please add Playerids variables and with support like I asked please :-( )
__________________

subliminal message: 1+1=3
  #9  
Old 12-26-2001, 11:19 PM
kittygirl765 kittygirl765 is offline
tapatapatapa
kittygirl765's Avatar
Join Date: Dec 2001
Location: Caught in a tree
Posts: 70
kittygirl765 is on a distinguished road
Send a message via ICQ to kittygirl765
Quote:
Originally posted by Falcor
players[i] works for current level only.

(Stefan. please add Playerids variables and with support like I asked please :-( )
That would be nice =)
So ppl wouldn't need to make excess weapons so they can access all the players
  #10  
Old 12-26-2001, 11:22 PM
kittygirl765 kittygirl765 is offline
tapatapatapa
kittygirl765's Avatar
Join Date: Dec 2001
Location: Caught in a tree
Posts: 70
kittygirl765 is on a distinguished road
Send a message via ICQ to kittygirl765
Quote:
Originally posted by jeff335
noobs are worn out, but that'd be funny too.
hehe, i was thinking about making everyone look naked
that would really be funny
lol
  #11  
Old 12-30-2001, 11:55 PM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
*thinks*

An NPC for April Fool's Day...

*schemes*

Hrm...
  #12  
Old 12-31-2001, 05:05 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
O! I could maybe ask Brandon to upload my Control Computer to Andor so I can control what people do and say and look like. PH34R THE BOCO DANCE!
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
  #13  
Old 01-01-2002, 02:01 AM
Andor_GP1 Andor_GP1 is offline
Registered User
Join Date: Nov 2001
Posts: 35
Andor_GP1 is on a distinguished road
why wait for april fools day?
__________________

~Pikaz
(formually used account Bravo_LAT-Admin)
~Banana Admin at Andor XD
 


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 11:41 AM.


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