so it is.... sorry must have completely missed that Thank you. Should help stop the bot from stopping after using Rumination if you don't have enough CP for the next action.
Any idea on when the latest version will support the recipes introduced with the expansion? At the moment it keeps telling me that the Recipe ID is not known. View attachment 9268 2015-07-03 21.33.txt View attachment Weaver - Rainbow Thread.xml Attached a log and the profile for the recipe in case it's required.
Make sure you are using the recipe ID and not the Item ID. I've made Rainbow Thread so it should work.
Why can't perform?Help me to amend the! ====================================== <!--338 CP required.--> <Profile> <Name>Crafting - SpinelElectrum Ingot</Name> <KillRadius>50</KillRadius> <GrindAreas> </GrindAreas> <Order> <While Condition="Core.Player.MaxCP >= 338"> <NPCRepair Threshhold="20" XYZ="4.119806, 0, 5.349827" NpcId="1008874"/> <!-- Electrum Ingot --> <If Condition="Core.Player.CurrentJob == ClassJobType.Goldsmith "> <If Condition="(ItemCount<1000)"> </If> <Gather while="(ItemCount<1000)"> <Synthesize RecipeItemId="5066" HQMats="-2,-2,-2,-2" /> </Gather> <!-- Spinel --> <If Condition="Core.Player.CurrentJob == ClassJobType.Goldsmith "> <If Condition="(ItemCount<1000)"> </If> <Gather while="(ItemCount<1000)"> <Synthesize RecipeItemId="5185" HQMats="-2,-2,-2,-2" /> </Gather> <While Condition="CraftingManager.IsCrafting"> <CraftAction Name="模范制作II" ActionId="100069" /> </While> </While> </Order> </Profile>
Has anyone tried to use the Collectable function yet? I saw that it was implemented in a previous update. I'm just not sure if it's part of the order bot and automatically clicks yes or if I have to include code in my crafting xml. Any help?