View Single Post
  #1  
Old 09-25-2008, 10:12 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default Discipline tomes turn in?

My guild masters don't seem to want to accept the discipline tomes turn in.

I have the script on them (from peq db)

sub EVENT_ITEM
{
plugin::try_tome_handins(\%itemcount, $class, 'Ranger');
plugin::return_items(\%itemcount);
}


and I have the guildmasters.pl, and check_handin.pl in plugins forlder which is palced inside the server folder

but guildmasters gives my tome rigth back to me

sugestions?
Reply With Quote