Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   Lighting (https://forums.graalonline.com/forums/showthread.php?t=3646)

omni-m00gle 05-27-2001 06:42 PM

Lighting
 
Can someone post the script for a lighting effect? It's 7 in the morning and I dont want to script it :P

greezi 05-27-2001 06:45 PM

script it yourself :p

SSmutz 05-27-2001 06:46 PM

NPC Code:
// NPC made by SSmutz (Frolic Levels Admin)
if (created) {
x=random(1,64);
y=random(1,64);
drawaslight;
dontblock;
setzoomeffect random(0.5,6);
setcoloreffect random(0,1),random(0,1),random(0,1),random(0,1);
timeout=random(1,5);
}
if (timeout) {
x=random(1,64);
y=random(1,64);
drawaslight;
dontblock;
setzoomeffect random(0.5,6);
setcoloreffect random(0,1),random(0,1),random(0,1),random(0,1);
timeout=random(1,3);
}



HAHA...erm..look familiar?

omni-m00gle 05-27-2001 06:49 PM

Haha, thanks SSmutz, I remember that ;D

G_yoshi 05-27-2001 06:50 PM

i could probably do the same thing......with less mess even :D

SSmutz 05-27-2001 06:51 PM

That the most complex script I have ever made in my life...

greezi 05-27-2001 06:52 PM

is this for your server or something?

SSmutz 05-27-2001 06:53 PM

Quote:

Originally posted by G_yoshi
i could probably do the same thing......with less mess even :D
simple:
NPC Code:

// NPC made by SSmutz (Frolic Levels Admin)
if (playerenters) {
timeout=random(1,5);
}
if (timeout) {
x=random(1,64);
y=random(1,64);
drawaslight;
dontblock;
setzoomeffect random(0.5,6);
setcoloreffect random(0,1),random(0,1),random(0,1),random(0,1);
timeout=random(1,3);
}


it just that the i first made that script, i didn't know as much about scripts that i do now.

SSmutz 05-27-2001 06:54 PM

Quote:

Originally posted by greezi
is this for your server or something?
whos? not mine. I made that script as a light demo for the tutorial world, which is now in CloudX's hands.

omni-m00gle 05-27-2001 06:54 PM

i just needed the script for a second since im working on Samurai castle ;P

G_yoshi 05-27-2001 07:00 PM

Quote:

Originally posted by SSmutz

simple:
NPC Code:

// NPC made by SSmutz (Frolic Levels Admin)
if (playerenters) {
timeout=random(1,5);
}
if (timeout) {
x=random(1,64);
y=random(1,64);
drawaslight;
dontblock;
setzoomeffect random(0.5,6);
setcoloreffect random(0,1),random(0,1),random(0,1),random(0,1);
timeout=random(1,3);
}


it just that the i first made that script, i didn't know as much about scripts that i do now.

i can still *possibly* make it smaller :D

my most complex script.....hmm.....that would have to be my meter script.....the next one will be my ball.....oops....almost spilled the beans :D

greezi 05-27-2001 07:00 PM

Quote:

Originally posted by omni-m00gle
i just needed the script for a second since im working on Samurai castle ;P
oh, cool! i don't have DirectX enabled cause it is too laggy, do yuio have it enabled?

SSmutz 05-27-2001 07:02 PM

Even with driectx on, I can't see lighting effects. My computer sucks.

greezi 05-27-2001 07:04 PM

Quote:

Originally posted by SSmutz
Even with driectx on, I can't see lighting effects. My computer sucks.
*sigh* www.microsoft.com and seach for DirectX ... i have DirectX 8!

SSmutz 05-27-2001 07:06 PM

I have dx8. Infact, the install program is still sitting in the My Documents folder.

greezi 05-27-2001 07:08 PM

Quote:

Originally posted by SSmutz
I have dx8. Infact, the install program is still sitting in the My Documents folder.
WELL THEN:

Shouldn't you go install it, mabye?

omni-m00gle 05-27-2001 07:08 PM

Now I need to know the gif of the pillar with moss on it (Refer to Santerrian)

SSmutz 05-27-2001 07:09 PM

Quote:

Originally posted by greezi
WELL THEN:

Shouldn't you go install it, mabye?

What I meant was that I still have it, even after I already installed it.

SSmutz 05-27-2001 07:10 PM

1 Attachment(s)
Quote:

Originally posted by omni-m00gle
Now I need to know the gif of the pillar with moss on it (Refer to Santerrian)

greezi 05-27-2001 07:10 PM

Quote:

Originally posted by SSmutz

What I meant was that I still have it, even after I already installed it.

haha, then your computer is screwed :p

SSmutz 05-27-2001 07:12 PM

Quote:

Originally posted by greezi
haha, then your computer is screwed :p
No, I just don't have a 3d graphics card. And I'm too lazy to clean the crap out of my My Documents folder.

omni-m00gle 05-27-2001 07:14 PM

Thanks again

greezi 05-27-2001 07:16 PM

Quote:

Originally posted by SSmutz

No, I just don't have a 3d graphics card. And I'm too lazy to clean the crap out of my My Documents folder.

tsk tsk tsk ... everyone is too lazy these days

omni-m00gle 05-27-2001 07:18 PM

Wow! This is already looking great and Im only 25% done with the first level

Nai 05-27-2001 09:19 PM

To see light effects you have to have a 3D Card like a GeForce or Voodoo. Not DirectX..

LordMax 05-27-2001 09:23 PM

i have directx8 on and it dont do nothing for graal
i still cant see the lights glow

LordMax 05-27-2001 09:25 PM

i even have a good gfx card cause i can play any game that involves one!

05-28-2001 12:09 AM

Quote:

Originally posted by Nai
To see light effects you have to have a 3D Card like a GeForce or Voodoo. Not DirectX..
Actually, I have a Voodoo4 and the lights don't work for me.

Nai 05-28-2001 12:11 AM

I have a GeForce and I can see them. You have to have Voodoo 5.


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

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