View Single Post
  #1  
Old 09-13-2013, 11:39 PM
Mariomario
Hill Giant
 
Join Date: Jul 2004
Posts: 143
Default plugin::check_handin

Code:
sub EVENT_ITEM
{
	if(plugin::check_handin(\%itemcount, 32010 => 1))
	{
		plugin::ClientSay("A report for me? Ah! So Commander Vlasc is alive! His report contains a great 
                                  deal of information regarding the location to the entrance of Envy's underground caverns.");
		quest::assigntask(103);
	}
}
Everything was working completely fine, I updated some stuff with the server and now all of a sudden I cant get plugin::check_handin to work. The mob just continues to eat the item. I thought maybe it was broken code as this turn in is far longer, but I dumbed it down to just this portion to test and as far as I can tell everything is written correctly. I may just be extremely over tired and over looking something stupid. Any help would be appreciated.
__________________
Wrath - Lead Admin and Owner of Enlightened Dark: Ascension

Enlightened Dark: Ascension
Reply With Quote