Aura time end

buczak

New member
Messages
52
Points
0
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 ...

Code:
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;}
 
Back
Top