Jump to content
  • 0
Sign in to follow this  
buczak

Aura time end

Question

Hello, I am wanting to make a npc that clicking increases agility and set aura (auraset) in char. My question would be how best to take the char aura when the speed is over?

 

Here's what I did, someone could help me improve the script ...

 

prontera,150,150,6    script    Aura    700,{      sc_start SC_INC_AGI,240000,10;   aura 586,-1,-1;   addtimer 240000,"autobuffs::OnMyLabel";   end;}-	script	autobuffs	-1,{OnMyLabel:	aura 0,0,0;	end;}

 

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.