View Single Post
  #6  
Old 05-30-2016, 12:52 PM
cannon
Hill Giant
 
Join Date: Dec 2004
Location: Pittsburgh, PA
Posts: 128
Default

I believe all this does is checks a tomb to verify you are the class that you specify, so if your any other class trying to turn in the items you will get notified that you are not the correct class for the tomb.
Quote:
Originally Posted by jaspen View Post
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.
Reply With Quote