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 07-20-2001, 12:27 AM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
I am afraid

I am afraid no one knows how to do what I ask. I am gonna see if anyone knows one more time. How do you make it so a weapon only fires on a certain block of x and y area. Like for fishing or Mining or Pearl Diving?
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #2  
Old 07-20-2001, 12:37 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
Trigger action?
Reply With Quote
  #3  
Old 07-20-2001, 12:46 AM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Re: I am afraid

Quote:
Originally posted by ownerofbabylon
I am afraid no one knows how to do what I ask. I am gonna see if anyone knows one more time. How do you make it so a weapon only fires on a certain block of x and y area. Like for fishing or Mining or Pearl Diving?
Mining and Fishing weapons can be fired anywhere...
__________________
the sky is falling
Reply With Quote
  #4  
Old 07-20-2001, 01:44 AM
Silver Knight Silver Knight is offline
The Ice Cream Social
Silver Knight's Avatar
Join Date: Jun 2001
Location: SoCal
Posts: 541
Silver Knight is on a distinguished road
Send a message via AIM to Silver Knight
stuff like if(playerx=>something and player<=something) {level.fireok+=1}
I know I didn't use terms, and I know that isn't correct. But stuff like if(playerx)
__________________
Reply With Quote
  #5  
Old 07-20-2001, 02:16 AM
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) this.coords={x1,x2,y1,y2};
if (playerenters||timeout) {
if ((playerx in |this.coords[0],this.coords[1]|)&&(playery in |this.coords[2],this.coords[3]|)) set PlayerCanFish;
else unset PlayerCanFish;
timeout=0.05;
}

__________________

Reply With Quote
  #6  
Old 07-20-2001, 02:18 AM
Silver Knight Silver Knight is offline
The Ice Cream Social
Silver Knight's Avatar
Join Date: Jun 2001
Location: SoCal
Posts: 541
Silver Knight is on a distinguished road
Send a message via AIM to Silver Knight
LM ownz us all!
__________________
Reply With Quote
  #7  
Old 07-20-2001, 03:17 PM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
damn right
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #8  
Old 07-20-2001, 04:41 PM
Guest
Posts: n/a
I wish I could script. I have no Graal skillz. None.
Reply With Quote
  #9  
Old 07-21-2001, 07:23 AM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
I'm a pretty decent scripter, but I'm like...stuck at the scripting ability right below LM's...I just can't frikkin figure out that
NPC Code:

I>=0=+cos=sin


stuff, I just dun get it...I'd ask someone to teach me but no one will.
__________________

-=Shard IceFire=-
Reply With Quote
  #10  
Old 07-21-2001, 08:04 AM
Guest
Posts: n/a
I don't understand even a ( of scripting.
Reply With Quote
  #11  
Old 07-21-2001, 11:56 AM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
=D
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
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 01:43 AM.


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