Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 07-31-2001, 01:40 PM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Quote:
Originally posted by Poogle
No CLIENTSIDE needed! TeSt iT!
He said online...
__________________
the sky is falling
Reply With Quote
  #17  
Old 07-31-2001, 01:41 PM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Quote:
Originally posted by LiquidIce00
you might want drawaslight also
Only if you are using seteffect in the level with the light.
__________________
the sky is falling
Reply With Quote
  #18  
Old 07-31-2001, 04:50 PM
NeoNPL NeoNPL is offline
HONEY IM HOME!
NeoNPL's Avatar
Join Date: Jun 2001
Location: Mianus
Posts: 1,361
NeoNPL is on a distinguished road
Send a message via Yahoo to NeoNPL
Unhappy

But no one helped me with what i was stuck on in lighting effects
how do you do those wicked door lighting effects and the ones that cut around the corner
Reply With Quote
  #19  
Old 07-31-2001, 04:52 PM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Quote:
Originally posted by NeoNPL
But no one helped me with what i was stuck on in lighting effects
how do you do those wicked door lighting effects and the ones that cut around the corner
It uses setgifpart.
__________________
the sky is falling
Reply With Quote
  #20  
Old 07-31-2001, 11:39 PM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
Jadis:

IE: top left corner would be...

NPC Code:

if (playerenters||created) {
setgifpart light2.png,64,64,64,64;
setcoloreffect 1,1,1,.99;
drawaslight;
dontblock;
}



Anyway I think the light2.png is 128x128 pixels
Reply With Quote
  #21  
Old 08-03-2001, 04:18 PM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
SO WHAT THE HELL IS THE COMMAND!?!?!?
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #22  
Old 08-04-2001, 05:35 AM
Guest
Posts: n/a
Quote:
Originally posted by wetferret1
SO WHAT THE HELL IS THE COMMAND!?!?!?
Please stop posting and die
Reply With Quote
  #23  
Old 08-04-2001, 09:10 AM
revalation revalation is offline
Registered User
revalation's Avatar
Join Date: Mar 2001
Location: a sea of cherry jello.
Posts: 973
revalation is on a distinguished road
Send a message via AIM to revalation Send a message via Yahoo to revalation
I wish I could see light effects.
__________________

kuromu.
Reply With Quote
  #24  
Old 08-07-2001, 10:21 PM
mystic_pheonix mystic_pheonix is offline
Registered User
Join Date: Mar 2001
Location: Dunno
Posts: 123
mystic_pheonix is on a distinguished road
Send a message via AIM to mystic_pheonix Send a message via Yahoo to mystic_pheonix
NPC Code:

if (created) {
setimg light2.png;
dontblock;
timeout = 0.05;
}
if (timeout) {
setcoloreffect random(0,99),random(0,99),random(0,99),random (0,99);
timeout = 0.05;
}

__________________
Justin
Reply With Quote
  #25  
Old 08-07-2001, 10:47 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by revalation
I wish I could see light effects.
Get DirectX 8.0 and IcePick you tell him!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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