buczak 1 Posted June 26, 2015 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;} Quote Share this post Link to post Share on other sites
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 ...
Share this post
Link to post
Share on other sites