Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   just for fun (https://forums.graalonline.com/forums/showthread.php?t=10128)

Vinvect 08-22-2001 07:28 AM

just for fun
 
post all da light effects u know here.
the only ones i havent seen are brown and black etc.

General 08-22-2001 08:03 AM

this is good for skin tones, including brown = Red > Green > Blue

Vinvect 08-22-2001 09:00 AM

:D
NPC Code:

Red
if (playerenters) {
setcoloreffect 1,0,0,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}

Blue
if (playerenters) {
setcoloreffect 0,0,1,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}

Green
if (playerenters) {
setcoloreffect 0,1,0,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}

Cyan
if (playerenters) {
setcoloreffect 0,1,1,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}

Gold
if (playerenters) {
setcoloreffect 1,1,0,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}

Violet
if (playerenters) {
setcoloreffect 1,0,1,0.99;
setzoomeffect 2;
dontblock;
drawaslight;
}


LilbrojX 08-22-2001 09:27 AM

:( I can't see lighting, dang graal incopatible with voodoo, grrrr

Vinvect 08-24-2001 05:14 AM

anyine else?
 
ayone else?

KJS 08-24-2001 05:20 AM

black is

0,0,0,.99

humm brown would be something like humm

0.3,0,0,.99

I am not sure about htese (because I am taking this off the top of my head)....


All times are GMT +2. The time now is 05:07 AM.

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