I removed plugin::try_tome_handins(\%itemcount, $class, 'Shadowknight'); and still no change. I looked at several quests that were successful and compared it to this file again. One other difference I noticed, so far, was that this file would list an item like ($itemcount{12496} == 1) while the other files did it this way ($itemcount, 12496 == 1). Not sure what the difference between the two formats are or which is preferred, but changing the script to the other way has not solved the problem.
|