Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   My mega Elite Rain Script! (https://forums.graalonline.com/forums/showthread.php?t=19150)

cell424 12-18-2001 09:33 AM

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



cell424 12-18-2001 09:43 AM

1 Attachment(s)
Here is the level I have it in sicne some people cant get it to work.

cell424 12-18-2001 09:44 AM

1 Attachment(s)
Here is the graphic also! This should all work fine.

kp_p2p 12-18-2001 10:03 AM

isnt it too bad that you stole that?

kp_p2p 12-18-2001 10:05 AM

jeez
 
ya didnt even change the name! i betcha hes gonna post arrayclouds and arraysnow soon too...

cell424 12-18-2001 05:55 PM

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.

aires_graal 12-18-2001 05:57 PM

does this mean your saying we can use the script? If no, could you let me use it? lol

kp_p2p 12-18-2001 07:28 PM

1 Attachment(s)
fine, ill post the 3 that i have and we'll see if they're the same k?

kp_p2p 12-18-2001 07:30 PM

1 Attachment(s)
more...

kp_p2p 12-18-2001 07:38 PM

and here
 
1 Attachment(s)
btw these were all made by godspeed, so im sure he hates you now. give credit where credit is due and dont steal scripts.

btedji 12-18-2001 08:17 PM

Lol thats pretty funny

TDO2000 12-18-2001 10:55 PM

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) :D

Xaviar 12-18-2001 11:13 PM

I got Kyle's back script as an application once...He didn't even change the '//NPC made by Kyle'...

cell424 12-19-2001 03:26 AM

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.

entravial 12-19-2001 03:27 AM

~AlphaFlame~

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

mikepg 12-19-2001 03:54 AM

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!

royce 12-19-2001 06:38 AM

gah i got a rain script done....finds a random point and follows down the screen....snow is done too......

cell424 12-19-2001 06:02 PM

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!

joseyisleet 12-19-2001 06:09 PM

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.

TDO2000 12-19-2001 07:15 PM

Give 100 monkeys 100 computers and let them "write" anything
at some time it'll be the code he just showed off... :rolleyes:

btedji 12-19-2001 08:16 PM

If you would just make your own scripts it would solve your problem!

entravial 12-19-2001 11:34 PM

~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


All times are GMT +2. The time now is 03:10 PM.

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