Jump to content
  • 0
Sign in to follow this  
karazu

Put effect in an NPC

Question

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 

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
prontera,155,184,5	script	sdfjksdh	100,{	end;OnInit:	while(true) {		specialeffect EF_HEAL;		sleep 1000;	}	end; // shouldn't reach}

Share this post


Link to post
Share on other sites
  • 0

 

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.

post-2388-0-52673200-1392204433_thumb.png

 

 

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

 

 

Its ok now, I did just change 

 

 

 

specialeffecttomisceffect  
Edited by karazu

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.