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-15-2001, 01:15 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
Mining

Well, I am trying to do a mining script and its comming out pretty well. I know how to make it find random things but I can only do two random things. Here is what I have.


if (weaponfired) {this.result=random(1,100)
if (this.result<=20) {
message Iron Found;
}
else if (this.result<=50) {
message Nothing Found;
}

I just did that out of my head but I think thats right. How would I make it so it countinued on? So I could have more than just Iron and nothing?
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #2  
Old 07-15-2001, 07:47 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
first of all don't copy

second of all it's very obvious

third of all too many servers have mining

__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #3  
Old 07-15-2001, 10:50 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
hmm
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #4  
Old 07-17-2001, 04:11 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by entravial
first of all don't copy

second of all it's very obvious

third of all too many servers have mining

Do you mean like 1 to many has it? Cuse I have not seen anymore then Graal2001. Anyway the script is in newfeatures2001.txt READ IT -_-
Reply With Quote
  #5  
Old 07-17-2001, 01:59 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
just look in the pw forum.

you look at everyones pw, they all have mining, you look at everyone's pw website, they all have mining!
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #6  
Old 07-17-2001, 02:17 PM
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
Quote:
Originally posted by Poogle
Do you mean like 1 to many has it? Cuse I have not seen anymore then Graal2001.
Valikorlia has it also.
__________________
the sky is falling
Reply With Quote
  #7  
Old 07-17-2001, 03:10 PM
Guest
Posts: n/a
Valikorlia had mining for ever...It was one of the only ways to get a level 3 sword.
Reply With Quote
  #8  
Old 07-17-2001, 11:42 PM
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
NPC Code:

if (weaponfired) {this.result=random(1,100)
if (this.result<=20 && this.result>=10) {
message Iron Found;
}
else if (this.result<=50) {
message Nothing Found;
}
if (this.result<=10) {message You should not have mining on your server, try something original;player.trysomethingelse++}


Something like that.
__________________
Reply With Quote
  #9  
Old 07-18-2001, 01:59 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
heh, alright i got the point. One thing though. Valikorlia is ****. I go on there and all these script errors dont allow me to get past like 4 levels. And it is on Xone but that one sucks. The one on 2001 is the best.
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #10  
Old 07-18-2001, 02:07 PM
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
Quote:
Originally posted by ownerofbabylon
Valikorlia is ****. I go on there and all these script errors dont allow me to get past like 4 levels.
Their scripts a messed up because of the NPC Server.
__________________
the sky is falling
Reply With Quote
  #11  
Old 07-18-2001, 02:09 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
Yea im might be a great server but im screwed on it =\ im stuck in this room with a 7 line script problem.
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #12  
Old 07-18-2001, 02:10 PM
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
Quote:
Originally posted by ownerofbabylon
Yea im might be a great server but im screwed on it =\ im stuck in this room with a 7 line script problem.
Try 'unstick me'.
__________________
the sky is falling
Reply With Quote
  #13  
Old 07-18-2001, 02:18 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
I cant type and the admins people are mean =(
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #14  
Old 07-18-2001, 02:26 PM
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
Quote:
Originally posted by ownerofbabylon
I cant type and the admins people are mean =(
You can't type?
__________________
the sky is falling
Reply With Quote
  #15  
Old 07-18-2001, 02:30 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
maybe it's called jail
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #16  
Old 07-18-2001, 02:58 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
No its not jail, i just freeze after a second and cant type or anything
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #17  
Old 07-18-2001, 03:01 PM
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
Quote:
Originally posted by ownerofbabylon
No its not jail, i just freeze after a second and cant type or anything
Maybe the jail was scripted to overload your computer and make it freeze.
__________________
the sky is falling
Reply With Quote
  #18  
Old 07-18-2001, 03:04 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
ur right!!!
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #19  
Old 07-18-2001, 03:06 PM
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
Quote:
Originally posted by ownerofbabylon
ur right!!!
Yes, I am always right.
__________________
the sky is falling
Reply With Quote
  #20  
Old 07-19-2001, 11:32 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
Are you my mommy?
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #21  
Old 07-19-2001, 11:34 PM
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
Quote:
Originally posted by ownerofbabylon
Are you my mommy?
Uhh...no, I am not.
__________________
the sky is falling
Reply With Quote
  #22  
Old 07-19-2001, 11:38 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
o ok
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #23  
Old 07-19-2001, 11:43 PM
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
Quote:
Originally posted by ownerofbabylon
o ok
Make a thread in the Not Graal forum asking who your mom is
__________________
the sky is falling
Reply With Quote
  #24  
Old 07-19-2001, 11:44 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
ok
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #25  
Old 07-20-2001, 01:23 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
Mithica had something like that,

but i lagged out of it.

__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #26  
Old 07-20-2001, 03:15 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
lol, yea talk about a high quality server.
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #27  
Old 07-20-2001, 09:16 PM
foxstar70 foxstar70 is offline
Banned
Join Date: Jun 2001
Location: New Castle, UK
Posts: 201
foxstar70 can only hope to improve
Send a message via AIM to foxstar70
i am your mommy lol
Reply With Quote
  #28  
Old 07-20-2001, 10:47 PM
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
Quote:
Originally posted by foxstar70
i am your mommy lol
Go debate it in the 'Are you?' thread on Not Graal forums
__________________
the sky is falling
Reply With Quote
  #29  
Old 07-21-2001, 12:16 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
YAY!!! I found my mommy!!!
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #30  
Old 07-21-2001, 12:40 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
o_O mining script is easy I have already made it for Lost Islands becuse the script was in newfeatures2001.txt but i had to change a bunch of it.
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 08:57 PM.


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