[01:35:36.831 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object.
at ff14bot.NeoProfiles.Tags.Synthesize..()
Can't reproduce it on my end. Try without relying on classy.Mastahg,
Still getting errors with testing crafting profiles. The profile seems correct from what I have compared it with.
Profile:View attachment 164154
Log: View attachment 164155
Summary:
Throwing null reference:
Code:[01:35:36.831 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.NullReferenceException: Object reference not set to an instance of an object. at ff14bot.NeoProfiles.Tags.Synthesize..()
I am starting the profile as a Bard, using Kupo .. figured it might have first been an issue with a 3rd party routine, that has empty classes for crafting jobs.. but reinstalled in a new directory with only Kupo as the default routine (i know kupo doesnt handle the crafting jobs).. and still getting the above error
Edit: Happens right after the crafting window pops up to select the recipe
I had to replace the recipie with a lower one cause id ont have a max weaver, if you can reproduce the error with a carpenter that would be great.I just tried that as well. took out the entire statement for it, and the wait timer.
Let me try one more fresh install really quick.
[02:03:02.324 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.FormatException: Input string was not in a correct format.
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at System.String.Format(String format, Object[] args)
at ff14bot.NeoProfiles.Tags.Synthesize.(String , Object[] )
at ff14bot.NeoProfiles.Tags.Synthesize..()
--- End of stack trace from previous location where exception was thrown ---
Did i say 221, i clearly meant 222.![]()
<Order>
<While Condition="True">
<Synthesize RecipeId="1524"/>
<While Condition="CraftingManager.IsCrafting">
<CraftAction ActionId="286" Name="Comfort Zone" />
<CraftAction ActionID="255" Name="Inner Quiet" />
<CraftAction ActionID="281" Name="Steady Hand II" />
<CraftAction ActionID="100002" Name="Basic Touch" />
<CraftAction ActionID="100002" Name="Basic Touch" />
<CraftAction ActionID="100002" Name="Basic Touch" />
<CraftAction ActionID="100008" Name="Advanced Touch" />
<CraftAction ActionID="263" Name="Great Strides" />
<CraftAction ActionID="247" Name="Steady Hand" />
<CraftAction ActionID="283" Name="Ingenuity II" />
<CraftAction ActionID="100008" Name="Advanced Touch" />
<CraftAction ActionID="260" Name="Great Strides" />
<CraftAction ActionID="100009" Name="Byregot's Blessing" />
<CraftAction ActionID="100007" Name="Standard Synthesis" />
<CraftAction ActionID="100069" Name="Careful Synthesis II" />
</While>
</While>
</Order>
Need a log.Ok. there seems to be some progress, it actually dropped down into crafting animation.. after upgrading to .223
And I am not getting any null references or anything wrong with the bot... besides..
now it is telling me that as carp, i do not have comfort zone (actionID 286 according to the actionID dump) while it is clearly on my hotbar and shows in the action dump. lol
here is the order specifically:
Code:<Order> <While Condition="True"> <Synthesize RecipeId="1524"/> <While Condition="CraftingManager.IsCrafting"> <CraftAction ActionId="286" Name="Comfort Zone" /> <CraftAction ActionID="255" Name="Inner Quiet" /> <CraftAction ActionID="281" Name="Steady Hand II" /> <CraftAction ActionID="100002" Name="Basic Touch" /> <CraftAction ActionID="100002" Name="Basic Touch" /> <CraftAction ActionID="100002" Name="Basic Touch" /> <CraftAction ActionID="100008" Name="Advanced Touch" /> <CraftAction ActionID="263" Name="Great Strides" /> <CraftAction ActionID="247" Name="Steady Hand" /> <CraftAction ActionID="283" Name="Ingenuity II" /> <CraftAction ActionID="100008" Name="Advanced Touch" /> <CraftAction ActionID="260" Name="Great Strides" /> <CraftAction ActionID="100009" Name="Byregot's Blessing" /> <CraftAction ActionID="100007" Name="Standard Synthesis" /> <CraftAction ActionID="100069" Name="Careful Synthesis II" /> </While> </While> </Order>
Or does it not count the buffs like craft actions?
Try 224. Also you need to check your crp ids, they are off the name param is only for human readability.