You can do wonders with an ASH command in a mood. For example, create a Mafia setting that will be cleared every day to indicate that you have not farmed your !pipes yet:
(this is untested)
Code:
[B]Trigger On:[/B] When an effect is lost
[B]Check For:[/B] Absinthe-Minded
[B]Command:[/B] ashq int n=get_property("_pipesFarmed").to_int(); if(n<3){use(1,$item[tiny bottle of absinthe]);set_property("_pipesFarmed",to_string(n+1));}