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 04-10-2001, 08:14 AM
GexGecko GexGecko is offline
Registered User
Join Date: Mar 2001
Location: Deep in Heck
Posts: 169
GexGecko is on a distinguished road
Send a message via AIM to GexGecko Send a message via Yahoo to GexGecko
Angry

Someone, HELP!!! How do I make all these:
1. An NPC walks out of their house, picks a fruitola, then suddenly gets sick and collapses and a doctor NPC with a hospital car comes?
2. An NPC gets sick and does not go outside?
3. How do I make a fishing rod and fish?
4. Ditto with mining stuff?
5. An NPC like the donation cup at Lugie's Field, and when (blahblah) touches it, it drops it and gives it to them?
6. A fire extenguisher NPC and an eventual fire?
7. A random explosion?

__________________
I think I'll have fun in my siggy!
Funny Sayings by Omochao:
"Welcome do the desert! It's hot!"
"OK, i understand... I'll eat all my carrots now"
Reply With Quote
  #2  
Old 04-10-2001, 02:31 PM
Lycia Lycia is offline
Banned
Lycia's Avatar
Join Date: Mar 2001
Location: Over there. --->
Posts: 3,240
Lycia is on a distinguished road
Send a message via ICQ to Lycia Send a message via AIM to Lycia
Uh, try asking for one thing at a time?
Reply With Quote
  #3  
Old 04-10-2001, 03:08 PM
Tolerian28 Tolerian28 is offline
Registered User
Tolerian28's Avatar
Join Date: Mar 2001
Location: Neverland
Posts: 861
Tolerian28 is on a distinguished road
for random explosion.
if (playenters){
putexplosion a,b,c;
a=random(1,4);
b=random(0,63);
c=random(0,63);
}
Reply With Quote
  #4  
Old 04-10-2001, 06:54 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
Oy:

Random explosions is:
putexplosion2 int(random(1,3)),int(random(0,5)),random(0,64),ran dom(0,64);
__________________

Reply With Quote
  #5  
Old 04-11-2001, 08:40 AM
GexGecko GexGecko is offline
Registered User
Join Date: Mar 2001
Location: Deep in Heck
Posts: 169
GexGecko is on a distinguished road
Send a message via AIM to GexGecko Send a message via Yahoo to GexGecko
...I meant...

I need Lugie's Cup the most, and random explosion, ahem, once every 10 or so minutes, and it starts a fire. I'll find the "fire extenguisher" script myself. So go throw that crap in the trash!
__________________
I think I'll have fun in my siggy!
Funny Sayings by Omochao:
"Welcome do the desert! It's hot!"
"OK, i understand... I'll eat all my carrots now"
Reply With Quote
  #6  
Old 04-12-2001, 02:13 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
NPC Code:
if(playerlaysitem){
take greenrupee;
take bluerupee;
take redrupee;
take goldrupee;
}
if(playerchats&&strequals(#a,Lugie)&&strequals(#c, Gimme!)){
playerrupees+=rupees;
rupees=0;
}


__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
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 05:53 PM.


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