You can set renderstates in the effectfile, for instance
Code:
 
pass p1
{
...
AlphaBlendEnable = True;
SrcBlend = Zero;
DestBlend = SrcColor;
...

}