Thread: Light radius
View Single Post
  #3  
Old 05-11-2003, 03:02 AM
Androk Androk is offline
Registered User
Androk's Avatar
Join Date: Apr 2003
Posts: 614
Androk is on a distinguished road
Create a hole effect and then cancel it out with a white circle around the player, which is just a normal light effect:

NPC Code:

seteffectmode 2;
seteffect .5,.5,.5,.1;

showimg 0, circle.png,screenwidth/2-(circlewidth/2),screenhieght-(circlehieght/2);
changeimgcolors 0,.5,.5,.5,.1;
changeimgvis 0, 4;



That should work x.X
__________________

Name: Androk
Reply With Quote