View Single Post
  #5  
Old 11-08-2017, 09:08 PM
Movement
Sarnak
 
Join Date: Sep 2011
Posts: 77
Default

Quote:
Originally Posted by atrayas View Post
There is a plugin for perl that can handle this.

http://wiki.eqemulator.org/p?Perl_Pl...rence&frm=Main

Check there for the Tasks_utilis.pl. It may already be in your build just check for it.

Below is an example of how it should work with what you want.

Code:
sub EVENT_DEATH_COMPLETE
{
plugin::UpdateTaskActivity(UpdateType [solo, group, raid], TaskID, ActivityID, Count);
}
Just feel in the fields (solo, group, or raid, the task id etc etc and you should be good to go.
Aye, I already tried that. Didn't work. I am going to keep testing and will let everyone know what I find out. Thank you for your reply all the same
Reply With Quote