Also what's the deal with the bot not being able to start crafts using HQ materials?
you have to enable the option to use HQ crafting.....
would need quality < (less than) 100
(09-12-2015, 09:31 PM)ronson Wrote: [ -> ]I made this profile:
http://pastie.org/private/cd0zvneygpe7xu...41,145,147
I'm trying to optimize step 5 so that it stops trying to cast "Basic Touch" if I've achieved 100% quality.
Using the Quality >= or < "100" doesn't seem to work. Halp a noob out please!
Various way you can do that but depends on your stats
Example 1 - If your remaining CP is 10 after item is 100% then you can do a condition on Basic Synth or Careful Synth II with CP < 11 condition.
Example 2 - When item reaches 100% at step 10 then do the same thing on Basic Synth or Careful Synth with condition Step >= xx
With above example you need to sort your Basic or Careful upper than your basic touch.
(09-13-2015, 02:40 AM)rafale101 Wrote: [ -> ][quote='ronson' pid='113837' dateline='1442093497']
I made this profile:
http://pastie.org/private/cd0zvneygpe7xu...41,145,147
I'm trying to optimize step 5 so that it stops trying to cast "Basic Touch" if I've achieved 100% quality.
Using the Quality >= or < "100" doesn't seem to work. Halp a noob out please!
With your lua, move your careful upper so that it has higher priority than your basic touch. Then do a condition quality equal or greater than 100 on it.