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.