What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Release] RebornBuddy Version 1.0.461

Did... did I... Did I just see crafting support?

Once we get the pros working on profile support this will have officially become the best bot on the market. MANY THANKS!
 
Build 220
Code:
Fix issue with localizeddictionary not properly adding string keys
-This fixes issues with combat routines not working properly.
 
Mastahg,

Still getting errors with testing crafting profiles. The profile seems correct from what I have compared it with.

Profile:View attachment Crafting_Set_Craft_x10.xml

Log: View attachment 2068 2015-01-17 19.35.txt

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. Also started profile with the desired crafting class for the recipe.
 
Last edited:
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
Can't reproduce it on my end. Try without relying on classy.
 
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.
 
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.
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.
 
Fresh install of .220 .. no plugins, no 3rd party routines.
Same null reference as in my above log.

I first thought that it might be the Basic Touch since the actionID is different for each class, and the action dump was performed on gsm.. but I changed it to the correct actionID for weaver.. and still the same issue.
 
No, its crashing on a nullref inside the synth tag. Try 221.
 
It just updated to .222 according to details on the exe. The null reference is gone now, but now a format exception is popping up, at the same place/time the null reference was coming up.. right after the recipe select window opens.. Using the same profile as above, but without plugin support.

New Log: View attachment 7528 2015-01-17 19.58.txt

Summary:
Code:
[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 ---

Does the profile look like its in the correct format to you?
 

Attachments

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?
 
Last edited:
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?
Need a log.
 
Try 224. Also you need to check your crp ids, they are off the name param is only for human readability.
 
Try 224. Also you need to check your crp ids, they are off the name param is only for human readability.

Yeah I knew some of them were off, I just changed a few, especially comfort zone since it was the first ability being used.. just to see if it would start crafting or not.

224 seems to be working just fine for me.

Thank you very much for looking into the issue
 
Back
Top