I found the problem. I wasn't creating new CCS's, I was putting "high" and "low" as monster names in the same CCS, thinking I was creating more scripts.
Apparently I have never used more than one CCS before.
Thanks though.
Hey all. Sorry for wasting your time, but i've read through this thread and still can't seem toto find the problem.
I have 2 custom combat scripts: low and high. I have
string max_ml_ccs = "high";
string min_ml_ccs = "low";
yet i'm still getting the "no matching ccs found: error. any advice?