(12-13-2013, 04:37 PM)R3P0 Wrote: (12-13-2013, 04:24 PM)darkboz Wrote: Can u link to me your profiles R3P0 ? i could take a look, i'am pretty experienced now :)
Theoretically Rumination and Steady Hand II should work but they are not
Quote:removed to be shorter :)
Ok i got your profile here is the issues with it i noticed, IQ & SHII are casted properly but rumination is getting stuck because you cast it one time, then it try to recast it in loop, that's because u made a mistake in the buff/debuff here is how to setup rumination properly
CT_ID=276
CT_NAME=Rumination
CT_ON=1
CT_PRIO=9
CT_DURACHECK=0
CT_IQSTACKS=0
CT_CPMIN=0
CT_CPMAX=91
CT_STEPMIN=0
CT_STEPMAX=0
CT_PROGRESSMIN=0
CT_PROGRESSMAX=0
CT_QUALITYMIN=0
CT_QUALITYMAX=99
CT_DURABILITYMIN=0
CT_DURABILITYMAX=10
CT_CONDONE=
CT_CONDTWO=
CT_BUFF=251
CT_NOTBUFF=0
CT_END=0
Rumination isn't a buff so you can't check it with CT_NOTBUFF=276 you need however to check if you have the IQ buff on you hence the CT_BUFF=251 (because it will try to loop cast rumination otherwise), also u need to set CT_CPMAX=91 to be sure it doesn't cast rumination when u have enough CP to MM (Master's Mend), i've also setted up CT_QUALITYMAX=99 for my one-step synth 40/40 craft so that it doesn't cast rumination if quality is already 100% (no need and save time), i also put CT_DURABILITYMAX=10, so that when rumination is activated, it will either finish the craft because i didn't got enough CP from it to repair, or it will repair, it allow maximum of IQ stacks.
Nowadays i use the combo Great Strides / Byregot's Blessing instead of rumination (much more badass imho)
But i dunno how far you've got with your levelling :)
For IQ & SHII your profile look fine, and it did well with my tests, here is mine for comparison
CT_ID=258
CT_NAME=Inner Quiet
CT_ON=1
CT_PRIO=3
CT_DURACHECK=0
CT_IQSTACKS=0
CT_CPMIN=0
CT_CPMAX=0
CT_STEPMIN=0
CT_STEPMAX=3
CT_PROGRESSMIN=0
CT_PROGRESSMAX=0
CT_QUALITYMIN=0
CT_QUALITYMAX=99
CT_DURABILITYMIN=0
CT_DURABILITYMAX=0
CT_CONDONE=None
CT_CONDTWO=None
CT_BUFF=0
CT_NOTBUFF=251
CT_END=0
CT_ID=281
CT_NAME=Steady Hand II
CT_ON=1
CT_PRIO=4
CT_DURACHECK=0
CT_IQSTACKS=0
CT_CPMIN=25
CT_CPMAX=0
CT_STEPMIN=0
CT_STEPMAX=0
CT_PROGRESSMIN=0
CT_PROGRESSMAX=0
CT_QUALITYMIN=0
CT_QUALITYMAX=99
CT_DURABILITYMIN=0
CT_DURABILITYMAX=0
CT_CONDONE=
CT_CONDTWO=
CT_BUFF=0
CT_NOTBUFF=262
CT_END=0
Hope it helps you resolve your issues, but aside from rumination loop, your profile looked fine.
Cya :)