View Single Post
  #5  
Old 04-24-2015, 08:37 AM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default

Good catch, but I still do not think it's firing.

Is now:

Code:
sub EVENT_ITEM_CLICK {
	
	$client->Message(13, "You have clicked this item!");
	
	if ($itemid == 97749) {
		$client->LearnRecipe(11238); #Testing /This is probably not the right recipe id for this item
		$client->Message(13, "You should have learnt recipe 11238.");
	}
}
It brings up the book text, but nothing else seems to happen.
Reply With Quote