I noticed that for Botany, Toil of the Pioneer was missing, which makes everything reachable and for mining Toil of the Mountaineer. Not sure if this is something you want to add and update with your SVN.
For clusters it doesn't use it because you can get far more yield from Blessed Harvest II and King's Yield II.
Oh okay good to know. another question, would it be easy to add in an option to gather Grade 4 Carbonized Matter. I don't know enough to add it in myself. Thanks
I should be able to do that without much difficulty, will get it added later tonight and do some testing before I upload it.
Well will I was waiting on the Duty Finder I went ahead and added Grade 4 carbonized Matter. After testing it I found a few other things that needed tweaking...all in all it is done and pushed up to the SVN.
I have done what you've suggested in your OP with regards to how to install the profile. However, even when making sure I've placed the fish.cs in the correct folder as required, I get the following error... Code: [21:40:11.914 N] Failed to load profile: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="0" Condition="not HasAtLeast(4997, 0) and HasAtLeast(2624, 1)"> <FishSpots> <FishSpot XYZ="-301.2175, 242.5202, 30.957" Heading="1.649999976" /> <FishSpot XYZ="-298.8162, 242.2437, 24.40533" Heading="1.350000023" /> <FishSpot XYZ="-295.1096, 242.3337, 19.77519" Heading="1.090000033" /> <FishSpot XYZ="-292.0454, 242.8962, 14.91272" Heading="1.330000042" /> <FishSpot XYZ="-286.5479, 243.4696, 8.58987" Heading=".990000009" /> </FishSpots> </Fish>) Line 3595 [21:40:11.914 D] System.Exception: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="0" Condition="not HasAtLeast(4997, 0) and HasAtLeast(2624, 1)"> <FishSpots> <FishSpot XYZ="-301.2175, 242.5202, 30.957" Heading="1.649999976" /> <FishSpot XYZ="-298.8162, 242.2437, 24.40533" Heading="1.350000023" /> <FishSpot XYZ="-295.1096, 242.3337, 19.77519" Heading="1.090000033" /> <FishSpot XYZ="-292.0454, 242.8962, 14.91272" Heading="1.330000042" /> <FishSpot XYZ="-286.5479, 243.4696, 8.58987" Heading=".990000009" /> </FishSpots> </Fish>) Line 3595 at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object ) at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element) at Clio.XmlEngine.PropertyProcessor.(XElement , Type ) at Clio.XmlEngine.PropertyProcessor..(XElement ) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo ) at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object ) at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element) at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path) at ff14bot.NeoProfiles.NeoProfile.Load(String path) at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath) Is there a way that we could have a profile which doesn't have the "fishing" aspect included? Just like you've added the finishing only, shard/cluster only profile. So one can just do botany/mining without it if need be? for I am not able to run the profile due to the above error. Thanks in advance.
Haha i keep trying to test this but dealing with the 90002 disconnect error on SE end of the connection i went ahead and donated your way this profile is the shit
It looks like it is a problem with it using item names to harvest instead of the slot numbers....will get it fixed as soon as possible Also, thank you for the donation.
No problem at all you deserve it now all we need is a dev to help you urn this into a plugin and this will change the world of RB lol
SVN updated with profiles that only use slot numbers so do away with the errors you are getting Wantmymoneyback.
Ok so i'll update it with the older one i was using i noticed that i needed to first discover the item i wanted to gather for it to work example i would manually discover nutmeg once it was discovered it would work fine
In this last update I fixed that so you shouldn't have to worry about that anymore. It will harvest the correct slot number for the item.
Itemnames work until you try to use itemname for an item the person has never gathered before. If they still see it as ??? it will just default to grabbing a shard from the node.
Yeah if you are giving a profile out to the masses you can do that. Or just put a catch all that lets them know if they have not gathered an item before they need to do it once to make sure it works correctly. Either way the only time itemname is required is in the case of hidden items that move slots.
I understand somehow not as the profile work I want for example highland wheat farms as I imagine that one ? can me who explain please
You will need to use some form of text editor to open the profile. Near the top you will need to find the following: Code: <!ENTITY Highland_Wheat "0"> <!ENTITY Highland_Wheat_HQ "0"> Change the 0 to the amount you want to harvest. Save the profile. Then load it in RB and run it.