View Single Post
  #4  
Old 11-08-2017, 06:43 PM
atrayas
Hill Giant
 
Join Date: Jun 2010
Posts: 105
Default

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.
Reply With Quote