(11-11-2013, 05:04 PM)R3P0 Wrote: Ymko not sure percentages are working correct in 2.1.0. I changed hasty hand in Culinary profile to 100 for 100% and it is running it as 100 Durability and jumping right to progress instead of continuing the IQ stack.
<= 99 NOT HUNDRED :P Because if you set it to 100 it will still evaluate to true when its 100% :P
(11-11-2013, 02:16 PM)Shaolin2 Wrote: thx ymko :)
hmm the profil did not work
when Excellent or Good bot stuck with
"Can't cast anything please check that your profil is set up correctly"
ok i delet the conditions Excellent and Good and set CP to 30
now trying. i need 2 steps to finisch the Craft.
no... i try a fresh installation ^^
That's strange... very, strange :P Try using the debug and see where it fails :P
Remember checking less or equals(<=) and more or equals(>=), so if it's 2 steps it should be <= 20.
Also with the latest version you can actually do this(2 step craft, 40 durability):
Inner Quiet (step <= 1)
Durability (durability <= 10)
Synth (durability <= 10, progress >=50)
Synth (durability <= 20, progress <=50)
Standart Touch(cp >=110, condition Good or Excellent)
Hasty Touch
And that should work for you :P