Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   lights..=p (https://forums.graalonline.com/forums/showthread.php?t=43985)

osrs 04-03-2003 03:40 AM

lights..=p
 
1 Attachment(s)
well,i was bored so i started training lights..
and no,i'm not a script master so i don't care if you say the lights are terrible. =X
have fun =p

Chicken_l33t 04-03-2003 04:46 AM

I like it lol, looks like Rainbow fish or something of the sort ;).
and the other thing well that's just a line madoodle maybe a fishing line lol.

Dude6252000 04-03-2003 06:23 AM

They're okay, but I've seen better O_o

osrs 04-03-2003 05:55 PM

Quote:

Originally posted by Dude6252000
They're okay, but I've seen better O_o
Probably :)

Senkasui 04-03-2003 06:55 PM

Probably copied from someone's script... :|

osrs 04-03-2003 06:59 PM

Quote:

Originally posted by Senkasui
Probably copied from someone's script... :|
No,i didn't.
i admit when i do.

Onijustin_P2P 04-03-2003 08:23 PM

nice.....
really nice...
i aint good in lights, i really wanna learn to make em...

Trevor 04-05-2003 07:38 PM

Quote:

Originally posted by Onijustin_P2P
nice.....
really nice...
i aint good in lights, i really wanna learn to make em...

Come on, guy. Try to type using correct English x_x.

Python523 04-05-2003 07:40 PM

Quote:

Originally posted by Trevor


Come on, guy. Try to type using correct English x_x.

Location The Netherlands
he might not speak english as a first language

Onijustin_P2P 04-05-2003 10:29 PM

no i am really bad at english.....
but i hope people understand me though...

osrs 04-06-2003 02:13 AM

Quote:

Originally posted by Onijustin_P2P
no i am really bad at english.....
but i hope people understand me though...

ditto.
I don't speak english very well. :(

Trevor 04-06-2003 09:49 PM

Quote:

Originally posted by Python523

Location The Netherlands
he might not speak english as a first language

Seems like "lazy English" the way he was using "ain't" and "em".

adam 04-06-2003 10:19 PM

Thier nice lights.

davidpsy 04-07-2003 02:07 AM

Quote:

Originally posted by Trevor


Seems like "lazy English" the way he was using "ain't" and "em".

Ain't is a word now!!

Dach 04-07-2003 08:22 PM

Seeing as how the dictionary is a collabaration of literal and coloquial meanings, with the latter being constantly added to it, there is no suprise to me that "ain't" has been added to the book.


translation to Lamans:
ain't is not and never will be a word*period*

adam 04-07-2003 10:37 PM

Quote:

Originally posted by Dach
Seeing as how the dictionary is a collabaration of literal and coloquial meanings, with the latter being constantly added to it, there is no suprise to me that "ain't" has been added to the book.


translation to Lamans:
ain't is not and never will be a word*period*

Quote:

Originally posted by www.dictionary.com
ain't ( P ) Pronunciation Key (nt)
Nonstandard
Contraction of am not.
Used also as a contraction for are not, is not, has not, and have not.
Usage Note: Ain't has a long history of controversy. It first appeared in 1778, evolving from an earlier an't, which arose almost a century earlier as a contraction of are not and am not. In fact, ain't arose at the tail end of an era that saw the introduction of a number of our most common contractions, including don't and won't. But while don't and won't eventually became accepted at all levels of speech and writing, ain't was to receive a barrage of criticism in the 19th century for having no set sequence of words from which it can be contracted and for being a “vulgarism,” that is, a term used by the lower classes, although an't at least had been originally used by the upper classes as well. At the same time ain't's uses were multiplying to include has not, have not, and is not, by influence of forms like ha'n't and i'n't. It may be that these extended uses helped fuel the negative reaction. Whatever the case, criticism of ain't by usage commentators and teachers has not subsided, and the use of ain't is often regarded as a sign of ignorance. ·But despite all the attempts to ban it, ain't continues to enjoy extensive use in speech. Even educated and upper-class speakers see no substitute in folksy expressions such as Say it ain't so and You ain't seen nothin' yet. ·The stigmatization of ain't leaves us with no happy alternative for use in first-person questions. The widely used aren't I? though illogical, was found acceptable for use in speech by a majority of the Usage Panel in an earlier survey, but in writing there is no acceptable substitute for the stilted am I not?

Ain't it a pain?

I would rather say "Isn't it a pain?"

But

"Is it not a pain?"

Is definitely best in my book.

adam 04-08-2003 08:51 AM

Quote:

Originally posted by Kaimetsu
Words are defined by the usage thereof. 'Homie' is as much a word as 'dictionary'.

For everyday use, certainly.

But for professional use, and also in some countries, language is governed.

Knuckles 04-08-2003 09:03 AM

...OK and we're going from LIGHTS, to whats correct and incorrect in global languages? O_O, intresting...

adam 04-08-2003 06:23 PM

Quote:

Originally posted by Knuckles
...OK and we're going from LIGHTS, to whats correct and incorrect in global languages? O_O, intresting...
Lights were too boring. :)

HoudiniMan 04-08-2003 07:49 PM

Quote:

Originally posted by adam
But for professional use, and also in some countries, language is governed.
*cough* France *cough*

Dach 04-08-2003 08:15 PM

my point on the dictionary is that people shouldn't hold it as the divine book of our language, languages evolve constantly and dictionaries really just document that. Of course I'm not saying they can't be used for reference, but it shouldn't define our language either.

I know ain't is in the dictionary, I just don't care.

Onijustin_P2P 04-10-2003 08:55 AM

to get to osrs again....
i defined the script a bit and i maked this thing that might extremely lag...
but its cool !

NPC Code:

// NPC made by Fîêrçê Ðãr/< Rãzõr Ãçãrî
// Original from *Osrs.

if (created) {
timeout=0.05;
this.l=50;
this.big=2;
}
if (timeout) {
for (a=this.l;a>=0;a--) {
this.a+=.0005;
this.x=sin(360+a)*a/log(3,1125)+x;
this.y=cos(this.a*10+a)*a/log(3,1125)+y;
showimg a,light4.png,this.x,this.y;
changeimgcolors a,random(0.5,1),random(0.4,1),random(0.3,1),0.99;
changeimgzoom a,this.big;
}
timeout=0.05;
}


osrs 04-10-2003 07:14 PM

Quote:

Originally posted by Onijustin_P2P
to get to osrs again....
i defined the script a bit and i maked this thing that might extremely lag...
but its cool !

NPC Code:

// NPC made by Fîêrçê Ðãr/< Rãzõr Ãçãrî
// Original from *Osrs.

if (created) {
timeout=0.05;
this.l=50;
this.big=2;
}
if (timeout) {
for (a=this.l;a>=0;a--) {
this.a+=.0005;
this.x=sin(360+a)*a/log(3,1125)+x;
this.y=cos(this.a*10+a)*a/log(3,1125)+y;
showimg a,light4.png,this.x,this.y;
changeimgcolors a,random(0.5,1),random(0.4,1),random(0.3,1),0.99;
changeimgzoom a,this.big;
}
timeout=0.05;
}


This may be a bug,but i didn't see nothing when i added that script. X_x

HoudiniMan 04-11-2003 07:27 AM

Quote:

Originally posted by Onijustin_P2P
to get to osrs again....
i defined the script a bit and i maked this thing that might extremely lag...
but its cool !

NPC Code:

// NPC made by Fîêrçê Ðãr/< Rãzõr Ãçãrî
// Original from *Osrs.

if (created) {
timeout=0.05;
this.l=50;
this.big=2;
}
if (timeout) {
for (a=this.l;a>=0;a--) {
this.a+=.0005;
this.x=sin(360+a)*a/log(3,1125)+x;
this.y=cos(this.a*10+a)*a/log(3,1125)+y;
showimg a,light4.png,this.x,this.y;
changeimgcolors a,random(0.5,1),random(0.4,1),random(0.3,1),0.99;
changeimgzoom a,this.big;
}
timeout=0.05;
}


I wasn't aware there was a logrithmic function... o_o

replace the changeimgcolors line with this one for a nifty effect

NPC Code:
    changeimgcolors a,random(0,0.3),random(0,0.5),random(0.5,1),0.99;



All times are GMT +2. The time now is 06:08 AM.

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