I made Deflama's changes and the bot worked until I went to sleep. Then in the morning it had stopped during crafting. Craftmanship is 324 control 344 level 53.
If you have it set as a cross class skill then all you can do is just restart the profile. It not always loading all the cross class skills is a known issue, and unfortunately there is nothing I can do on my end.
Hi Sycho, First thanks for these profiles, they are amazing, I ran the Weaver one from 54 - 60 with no issues! I ran into an issue with the Goldsmith profile quitting out during the Gather Wind Crystals step, I adjusted line 161 from: <Gather while="not HasAtLeast(10, 160)"> to <Gather while="not HasAtLeast(10, 360)"> and it worked again. Hope this helps!
On the goldsmith how many Mythrite sands does it collect? I have 1777 NQ and 377 HQ but it is still mining them.... I saw that you had the following in the profile: <!--Harvest Mythrite Sand--> <If Condition="not HasAtLeast(12531, 500)"> Does the 12531 mean the mythrite item number or 12531 nq, 500 hq?
Hi Oni, It aims for 500 mythrite sands, in any mix of HQ & NQ, I believe the number before that is the item number (as seen here http://xivdb.com/?item/12531). That's odd its still mining them though, maybe try changing the 500 to 1 on both line 72 & 94 and see if it will go to the next stage.
Thanks for letting me know. I will get the profile updated. The 12531 is the item ID and the 500 is the number to collect. I have ran into an issue from time to time where RB wouldn't pick up the number of an item I had in my inventory. When it does that I just had to restart the game and everything worked fine again.
Your leatherworking profile now has this <If Condition ="Core.Player.ClassLevel > 50"> <LogMessage Message="Your current level of botanist is not high enough for this profile. Please level to 51 and start the profile again."/> <RunCode Name="Stop"/> </If>
I restarted my computer and it went to gather crystals instead. Once it finishes I will keep you posted if it proceeds to crafting. EDIT: Crafting has started. Things are looking good for now, I will leave it running for the rest of the day and keep you posted.
is there a way to do this profile without having it collect the items? I have them all i'd rather just have it craft for me
If you have the minimum amount of materials it should just skip the gathering.. but you could edit out the gathering if you wanted to
thanks for the reply so i was reading the .xml thing and it says <!--Harvest Cotton Bolls--> <If Condition="not HasAtLeast(5343, 198)"> does that mean if i have 198 it won't go lookin for them? sorry my first time using something like this
weird i have the items in my inventory and it still trys to go gather them i can't figure out what lines of text to delete to stop it from gathering, everytime i do this the bot freezes my RB
It went and gathered everything just fine and then started crafting, but I had to interrupt it about half way through in order to help a friend. When I re-started the routine, it wanted to go gather all the missing materials again. Is there any way to make it just pick up where it left off with the crafting?
it should only go gather till it has the set amount, not all of it once more, but as for stopping it mid craft and resuming.. that would require you to edit the numbers
The best way would be move the crafting portion so it was before the gathering then change the numbers in the first if statement to just what is needed for a single combine.