Quote:
Originally Posted by atrayas
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
