Is the experiment window opening properly before it fails to put the items in the container? I notice this in the macro:
Code: Select all
/notify COMBW_ContainerArea ExperimentButton leftmouseup
In some recent tradeskill work I found I needed to do this:
Code: Select all
/notify TradeSkillWnd COMBW_ExperimentButton leftmouseup
I don't know for sure that's the problem, but something you could try if the container window isn't switching to experiment mode.