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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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