Tried loading [O] All-in-One Gathering after making some small changes to get the amount I want and get the following error on load:
Log file is also attached
Log file is also attached
Code:
[05:55:04.277 N] BehaviorDirectory element found, compiling custom behaviors...
[05:55:05.353 N] Failed to load profile: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="1" Bait="Syrphid Basket" MinFish="15" MaxFish="25" ShuffleFishSpots="True" Condition="IsTimeBetween(0,8)">
<Keepers>
<Keeper Name="Emperor Fish" />
<Keeper Name="Kissing Trout" />
<Keeper Name="Starbright" />
</Keepers>
<FishSpots>
<FishSpot XYZ="-255.658, 249.5589, 9.888695" Heading="6.102521" Sit="True" />
<FishSpot XYZ="-267.843, 247.9906, 9.674209" Heading="0.07066441" Sit="True" />
<FishSpot XYZ="-277.9536, 245.2967, 6.353613" Heading="6.1486" Sit="True" />
<FishSpot XYZ="-286.5923, 243.2898, 9.132377" Heading="0.6032429" Sit="True" />
</FishSpots>
</Fish>) Line 2195
[05:55:05.358 D] System.Exception: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="1" Bait="Syrphid Basket" MinFish="15" MaxFish="25" ShuffleFishSpots="True" Condition="IsTimeBetween(0,8)">
<Keepers>
<Keeper Name="Emperor Fish" />
<Keeper Name="Kissing Trout" />
<Keeper Name="Starbright" />
</Keepers>
<FishSpots>
<FishSpot XYZ="-255.658, 249.5589, 9.888695" Heading="6.102521" Sit="True" />
<FishSpot XYZ="-267.843, 247.9906, 9.674209" Heading="0.07066441" Sit="True" />
<FishSpot XYZ="-277.9536, 245.2967, 6.353613" Heading="6.1486" Sit="True" />
<FishSpot XYZ="-286.5923, 243.2898, 9.132377" Heading="0.6032429" Sit="True" />
</FishSpots>
</Fish>) Line 2195
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
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)