| 
				 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?
 |