View Single Post
  #3  
Old 04-24-2015, 07:10 AM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default

I wondered where this thread had gone, must have posted it prior to drinking my first cup of tea of the morning.

Tried the script, doesn't seem to do anything.

The modified it to:

Code:
sub EVENT_ITEM_CLICK {
	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.");
	}
}
As far as I can tell, it is not firing when clicked.
Reply With Quote