(11-12-2013, 08:31 PM)Icaros Wrote: 41 weaver making woolen yarn.
Using Stone Soup.
I've caught it stopping a couple times because of the logic in the profile, and fixed those issues when I see them.
That doesn't explain it sitting there and counting IQ stacks to infinity on a step it usually passes though.
So far I've seen it happen on a poor and a good, which both have explicit rules.
Ok i can't test it my FFX has a black screen again... don't have much time to fix it today :(
On an observation tho, your TOTT should be 1 priority.
If you want hasty touch to have a condition of quality <= 99 then it should be above synths.
Next time when it fails, turn on debugging(evaluation). Open console and look where it fails.
Setting Poor or Normal for master's mend is killing yourself. If at 10 durability you get a Good condition, you will fail the synth as it will not use masters mend.
Masters mend should have a tick at max dura > 40
progress % <= 100 is a useless setting as it's like saying synth until finished.
Can't see rumination in the profile you sent me although it's clearly visible in your screen.
For weaver I recommmend these settings(i assume it's 2 step):
Tricks of the trade: cp <= 287, Condition: GOOD or GOOD
Rumination: cp <= 91, quality >= 80
Inner Quiet: step <= 1 + default
Steady Hand: default
Master's Mend II: max dura > 40 (ticked), durability <= 10
Master's Mend: durability <= 10
Careful Synth: cp <= 91, durability <= 10
Careful Synth: cp <= 91, durability <= 20, progress <= 50
Basic Touch: cp >= 110, durability >= 10, quality >= 65
Hasty Touch: default
cp <= 91 should be adjusted to 159 if and when you are using a max durability > 40 crafts. 110 to 178
AS well as a Careful Synth added for every step you need limiting it by the closest upper percentage so lets say you have a 3 step craft with difficulty 78, you gain 31 per synth so instead of:
2 Step:
Careful Synth: cp <= 91, durability <= 10
Careful Synth: cp <= 91, durability <= 20, progress <= 50
3 Step(78 difficulty, 31 per synth(39% per synth)):
Careful Synth: cp <= 91, durability <= 10
Careful Synth: cp <= 91, durability <= 20, progress <= 77, progress >= 38
Careful Synth: cp <= 91, durability <= 30, progress <= 38
4Step(78 difficulty, 22 per synth(28% per synth)):
Careful Synth: cp <= 91, durability <= 10
Careful Synth: cp <= 91, durability <= 20, progress <= 83, progress >= 55
Careful Synth: cp <= 91, durability <= 30, progress <= 55, progress >= 27
Careful Synth: cp <= 91, durability <= 40, progress <= 27