You can't eatfood while crafting anyway....
and to specify a certain number of items?
Ex: after making 5 items, go to the next list item
Yes, that's my points, I need to know when the food buff has worn off, so I can exit the crafting cycle and reapply.
<While Condition="True">
<EatFood ItemId="4666" Name="Salt Cod"/>
<Synthesize HqMats="-1" RecipeId="1008"/>
<While Condition="CraftingManager.IsCrafting">
<CraftAction ActionId="100001"/>
</While>
</While>
ConditionParser Class
All of these functions are exposed to the xml api.
I don't think you understand how the eatfood tag works, it will eat if the food buff is not present OR its duration is under X minutes remaining. If neither of these cases are true it does nothing.
"Crafting cycle"
Are there really rotations that last longer then 5 minutes? I don't see why thatd be the case but then you could just increase EatFoods check.Code:<While Condition="True"> <EatFood ItemId="4666" Name="Salt Cod"/> <Synthesize HqMats="-1" RecipeId="1008"/> <While Condition="CraftingManager.IsCrafting"> <CraftAction ActionId="100001"/> </While> </While>
Is there any If statement available to assign a set rotation if CP>x? Admittedly don't know enough to search through and figure it out from the files in the folder.
How about you re read the first two posts?Yeah I'm stupid, those did it. And we have no way of currently tracking progress/quality, correct? What about if a skill fails?
You shouldn't need to. If you do please post a log of it not waiting for the food to take effect.Dumb question, but how do I force a wait to put a delay between eating food and when the bot starts crafting?
StopCrafting tag isn't working. Opening the crafting log and running a profile with just that tag doesn't do anything.
Running ff14bot.RemoteWindows.CraftingLog.Close(); in console is working though.
StopCrafting tag isn't working. Opening the crafting log and running a profile with just that tag doesn't do anything.
Running ff14bot.RemoteWindows.CraftingLog.Close(); in console is working though.
I am trying to delve a bit over my head to be honest, because typically I learn by studying other examples, which there aren't complicated scripts in abundance yet, anyhow, I digress, it seems that it isn't working for me, looks to me as though it doesn't recognize the synthesis ID.
View attachment 165475 <- This log is attempting to create Twinthread.
Now, to start plotting my escape route, out of all the ridicule I've opened myself up to :X