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-18-2001, 09:33 AM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
My mega Elite Rain Script!

Here is my rain script,I ahve one that snows too, and as you walk around the snow starts to blow like the wind is pushing it!

Main Code-
//Rain by Trunks
if(playerenters&&level.rain=1){
this.start=1;
}
if(this.start=1){
setarray rainx,level.maxrain;
setarray rainy,level.maxrain;
setarray rainx2,level.maxrain;
setarray rainy2,level.maxrain;
setarray raint,level.maxrain;
for(this.r=0;this.r<level.maxrain;this.r++){
rainx[this.r]=int(random(0,64));
rainy[this.r]=int(random(0,64));
rainx2[this.r]=rainx[this.r];
rainy2[this.r]=rainy[this.r];
raint[this.r]=int(random(5,15))}
this.start=0
}
if(timeout&&level.rain=1){
for(this.i=0;this.i<level.maxrain;this.i++){
if(rainy[this.i]-rainy2[this.i]>raint[this.i]){
//putleaps 5,rainx[this.i],rainy[this.i];
rainx[this.i]=int(random(0,64));
rainy[this.i]=int(random(0,64));
rainx2[this.i]=rainx[this.i];
rainy2[this.i]=rainy[this.i];}
showimg this.i,raindrop.gif,rainx[this.i],rainy[this.i];rainx[this.i]+=0.3;rainy[this.i]+=0.5;}
//sleep 0.05
}
timeout=0.05
-Code

Second Code-
if(created){
this.start=0;
level.rain=1;
level.maxrain=100;
}

-Code


__________________
Trunks
Reply With Quote
  #2  
Old 12-18-2001, 09:43 AM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
Red face

Here is the level I have it in sicne some people cant get it to work.
Attached Files
File Type: graal arrayrain.graal (1.2 KB, 261 views)
__________________
Trunks
Reply With Quote
  #3  
Old 12-18-2001, 09:44 AM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
Thumbs up

Here is the graphic also! This should all work fine.
Attached Images
 
__________________
Trunks
Reply With Quote
  #4  
Old 12-18-2001, 10:03 AM
kp_p2p kp_p2p is offline
Banned
kp_p2p's Avatar
Join Date: Sep 2001
Location: In my own world of chaos and depression.
Posts: 1,758
kp_p2p is on a distinguished road
isnt it too bad that you stole that?
Reply With Quote
  #5  
Old 12-18-2001, 10:05 AM
kp_p2p kp_p2p is offline
Banned
kp_p2p's Avatar
Join Date: Sep 2001
Location: In my own world of chaos and depression.
Posts: 1,758
kp_p2p is on a distinguished road
jeez

ya didnt even change the name! i betcha hes gonna post arrayclouds and arraysnow soon too...
Reply With Quote
  #6  
Old 12-18-2001, 05:55 PM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
Red face

Not really, I didnt steal it. Any one that can script, can amke this exact same thing. And I idea of the name of the level, arrayrain came from me setting the arrays for the rain. And where do you thinkI took it from? You people are so ignerate I made the script.
__________________
Trunks
Reply With Quote
  #7  
Old 12-18-2001, 05:57 PM
aires_graal aires_graal is offline
Registered User
Join Date: Nov 2001
Posts: 137
aires_graal is on a distinguished road
Send a message via AIM to aires_graal
Question

does this mean your saying we can use the script? If no, could you let me use it? lol
__________________
[img]http://www.*****aispaz.net/aires/aires-sig.gif[/img]
Reply With Quote
  #8  
Old 12-18-2001, 07:28 PM
kp_p2p kp_p2p is offline
Banned
kp_p2p's Avatar
Join Date: Sep 2001
Location: In my own world of chaos and depression.
Posts: 1,758
kp_p2p is on a distinguished road
fine, ill post the 3 that i have and we'll see if they're the same k?
Attached Files
File Type: graal arrayclouds.graal (950 Bytes, 204 views)
Reply With Quote
  #9  
Old 12-18-2001, 07:30 PM
kp_p2p kp_p2p is offline
Banned
kp_p2p's Avatar
Join Date: Sep 2001
Location: In my own world of chaos and depression.
Posts: 1,758
kp_p2p is on a distinguished road
more...
Attached Files
File Type: graal arrayrain.graal (1.2 KB, 181 views)
Reply With Quote
  #10  
Old 12-18-2001, 07:38 PM
kp_p2p kp_p2p is offline
Banned
kp_p2p's Avatar
Join Date: Sep 2001
Location: In my own world of chaos and depression.
Posts: 1,758
kp_p2p is on a distinguished road
and here

btw these were all made by godspeed, so im sure he hates you now. give credit where credit is due and dont steal scripts.
Attached Files
File Type: graal arraysnow.graal (2.2 KB, 195 views)
Reply With Quote
  #11  
Old 12-18-2001, 08:17 PM
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
Lol thats pretty funny
Reply With Quote
  #12  
Old 12-18-2001, 10:55 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
That reminds me at they guy with account Phillipp2001 sending me the original Boomerang script and telling me it's his... (I mean the original one from the old graal versions)
__________________
No Webhost at the moment
Reply With Quote
  #13  
Old 12-18-2001, 11:13 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
I got Kyle's back script as an application once...He didn't even change the '//NPC made by Kyle'...
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #14  
Old 12-19-2001, 03:26 AM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
You dont think I made that script, I made a day/night script when I was Head NAT on Aramech, and then 3 weeks lkater someone said hey look at this I made a Day/Night script and it was the same thing I made, and no one else but me had it.
__________________
Trunks
Reply With Quote
  #15  
Old 12-19-2001, 03:27 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
~AlphaFlame~

Is it just my bad luck, or does that snow always blow constantly in one direction?
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #16  
Old 12-19-2001, 03:54 AM
mikepg mikepg is offline
Registered User
Join Date: Nov 2001
Location: VA, USA
Posts: 501
mikepg is on a distinguished road
Send a message via AIM to mikepg Send a message via Yahoo to mikepg
ummm

No one here is stupid.....
That script is EXACTLY the same as you can find on antago's back up site...or could.

Right down to the order of coding, the array names, and the variable names....

also, it's ignorant....not ignerate.....

As for the day/night script....
if that's all you have to boast about...well, you shouldn't really be boasting. Day/Night is probably one of the EASIEST scripts there is to make.....

[b]...I was Head NAT on Aramech...[b]

WAS...until they probably found out you can't script any better than a jumping bean on a keyboard.....

Stealing scripts and posting them as your own does a few things...
1: You tell everyone that you are not ample enough to script
2: You are not worth hiring
3: If you created a server it would never go up
4: You want to be flamed by the person that created that script.

I normally don't bash people, but plagerism is just wrong!
__________________
~War Lord Mpg2
Bravo Online's Asst. Staff Manager

"Sittin by the tree, sippin eggnog, waitin on christmas gifts"
Reply With Quote
  #17  
Old 12-19-2001, 06:38 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
gah i got a rain script done....finds a random point and follows down the screen....snow is done too......
Reply With Quote
  #18  
Old 12-19-2001, 06:02 PM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
Red face

what ever,if you dont think I made it fine, I did. It isnt impossible to have identical scripts. We ahve identical tests when someone gets the same score and the exact same ones wrong as the person 3 seats from you! I dont really care if you dont beleave me but, dont say I cant script, until the day you acually come to my house and watch me script, you have nothing to back your self up with!
__________________
Trunks
Reply With Quote
  #19  
Old 12-19-2001, 06:09 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
Don't you find it a little weird that the script that you posted was/is on a site to be downloaded? I'm not saying you stole it or anything, but it's the exact same script.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #20  
Old 12-19-2001, 07:15 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Give 100 monkeys 100 computers and let them "write" anything
at some time it'll be the code he just showed off...
__________________
No Webhost at the moment
Reply With Quote
  #21  
Old 12-19-2001, 08:16 PM
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
If you would just make your own scripts it would solve your problem!
Reply With Quote
  #22  
Old 12-19-2001, 11:34 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
~AlphaFlame~

Fine, I'll come to your house an watch you script, that way I can laugh insanelly when you "suddenly" type a twenty page script with just two keys. And for those that are dumb....






Ctrl+V
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
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 03:18 AM.


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