Put effect in an NPC

karazu

New member
Messages
1,115
Points
0
Hello I want to put  an effect to the NPC, like while the NPC is standing  it will glow etc.


I want to use this script 
 

misceffect 962; sleep 1500; 
can u give me a sample please?


btw the effect doenst have a limit, It will just stays there 
 
Code:
prontera,155,184,5	script	sdfjksdh	100,{	end;OnInit:	while(true) {		specialeffect EF_HEAL;		sleep 1000;	}	end; // shouldn't reach}
 
prontera,155,184,5 script sdfjksdh 100,{ end;OnInit: while(true) { specialeffect EF_HEAL; sleep 1000; } end; // shouldn't reach}
Thank you I will test

Not working.

I want to it to be like this.

effect.png

But that is my custom Battleground I want an NPC that always have like that

Its ok now, I did just change 

Code:
specialeffecttomisceffect
 
Last edited by a moderator:
Back
Top