Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   Have a problem here (https://forums.graalonline.com/forums/showthread.php?t=10868)

Enigma_LAT4 09-01-2001 12:59 AM

Have a problem here
 
Well, its the seteffect command... it works.. like the colors and what not.. but Alpha isnt working.. im thinking maybe im doing it wrong.. or im not really sure.. but i need the Alpha to work.. and also.. the Alpha works on the setlighteffect command.. but it wont work on seteffect.. this is the script..

if (playerenters) {
seteffect 0,0,0,.9; }

but it wont do anything.. but if i put like...

if (playerenters) {
seteffect .5,.5,0,1; }

it will work.. just the color though.. not the alpha.. someone explain please..

revalation 09-01-2001 01:03 AM

NPC Scripting, please.

Merlin 09-01-2001 01:05 AM

if (created||playerenters) {
drawaslight;
setcoloreffect 0.0.0.0;
}


in light1/2.png
or something

Enigma_LAT4 09-01-2001 01:09 AM

LOL
 
Wrong command man.. that is setlighteffect... im talking about seteffect...

revalation 09-01-2001 01:11 AM

Wasn't he talking about seteffect?

Merlin 09-01-2001 01:16 AM

;\

Lyndzey 09-01-2001 01:17 AM

Quote:

Originally posted by revalation
NPC Scripting, please.

BocoC 09-01-2001 01:25 AM

Um. To my knowledge, there isn't such a command as setlighteffect. Just seteffect and setcoloreffect.

Lyndzey 09-01-2001 01:42 AM

Quote:

Originally posted by BocoC
Um. To my knowledge, there isn't such a command as setlighteffect. Just seteffect and setcoloreffect.

grim_squeaker_x 09-01-2001 01:42 AM

You possible have a video card/3D Accelarator which cannot handle the direct3d alpha blending Graal uses, and since when you put the alpha to 1 it just uses a pure color it then draws.

Asmodeus-James 09-01-2001 01:48 AM

Quote:

Originally posted by revalation
NPC Scripting, please.

Enigma_LAT4 09-01-2001 01:55 AM

ok
 
that is the problem then.. cuz my card is doesnt support Direct 3d.. but it supports OpenGL.. ack.. that sucks.. LoL


All times are GMT +2. The time now is 04:42 AM.

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