Think I having the same problem as the guy above. Here is my full log.
I am pretty sure I must be putting things in the wrong place. I just put all the .cs files in OrderBotTags apart from the SafeCollectAdamantite.cs which is in a custom folder with the profile.
Would it be possible to get the correct directory listing for where the files should be?
Again thanks Matt your work is amazing.
I am pretty sure I must be putting things in the wrong place. I just put all the .cs files in OrderBotTags apart from the SafeCollectAdamantite.cs which is in a custom folder with the profile.
Would it be possible to get the correct directory listing for where the files should be?
Again thanks Matt your work is amazing.
Code:
[09:13:22.209 D] Current Locale Eng
[09:13:22.210 N] Currently a level 60 Miner
[09:13:22.217 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
[09:13:24.923 N] [Lisbeth] Lisbeth was loaded successfully.
[09:13:25.323 N] [Lisbeth] Logged in.
[09:13:26.096 D] [BotManager] Botbases have been reloaded.
[09:13:26.096 D] Chocobot v1.0.0.0
[09:13:26.096 D] ChocoboTrainer v1.0.315.0
[09:13:26.096 D] Gardening bot v1.0.315.0
[09:13:26.096 D] Lisbeth v0.0.0.0
[09:13:26.096 D] Mud Assist v2.0.4.0
[09:13:26.096 D] Combat Assist v1.0.315.0
[09:13:26.098 D] Fate Bot v1.0.315.0
[09:13:26.098 D] PvP v1.0.315.0
[09:13:26.098 D] Fishing v1.0.315.0
[09:13:26.098 D] Grinding v1.0.315.0
[09:13:26.099 D] Gathering v1.0.315.0
[09:13:26.099 D] Order Bot v1.0.315.0
[09:13:26.136 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
[09:13:26.834 N] [Agil] Agil was loaded successfully.
[09:13:27.180 N] [Agil] Logged in.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\GoTo.cs(61,29) : warning CS0108: 'ff14bot.NeoProfiles.GoToTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\NPCRepairTag.cs(38,29) : warning CS0108: 'ff14bot.NeoProfiles.NPCRepairTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\Transport.cs(64,29) : warning CS0108: 'ff14bot.NeoProfiles.TransportTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\UseItemNPC.cs(69,29) : warning CS0108: 'ff14bot.NeoProfile.UseItemNPCTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\UseSpell.cs(70,29) : warning CS0108: 'ff14bot.NeoProfiles.UseSpellTag.Behavior()' hides inherited member 'ff14bot.NeoProfiles.ProfileBehavior.Behavior'. Use the new keyword if hiding was intended.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\Fish.cs(1068,27) : error CS1061: 'Clio.Utilities.IndexedList<ExBuddy.OrderBotTags.FishSpot>' does not contain a definition for 'Shuffle' and no extension method 'Shuffle' accepting a first argument of type 'Clio.Utilities.IndexedList<ExBuddy.OrderBotTags.FishSpot>' could be found (are you missing a using directive or an assembly reference?)
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\FlightPathTo.cs(102,43) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\FlightPathTo.cs(142,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\GatherCollectable.cs(270,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\GatherCollectable.cs(286,34) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\GatherSpot.cs(58,33) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\NPCRepairTag.cs(119,17) : warning CS0472: The result of the expression is always 'false' since a value of type 'float' is never equal to 'null' of type 'float?'
[09:13:30.688 N] Compiler Error: c:\Users\Dave\Desktop\RebornBuddy\Plugins\OrderBotTags\Transport.cs(82,29) : warning CS0472: The result of the expression is always 'true' since a value of type 'uint' is never equal to 'null' of type 'uint?'
[09:13:33.508 N] Book Id - 8
[09:13:33.598 N] DEBUG resetcounter= 0
[09:13:33.598 N] DEBUG FailedTeleport= False
[09:13:33.598 N] DEBUG StopBot= False
[09:13:33.598 N] DEBUG Loop= 0
[09:13:33.598 D] [PluginManager] Plugins have been reloaded.
[09:13:33.598 D] Agil v3.5.0
[09:13:33.598 D] Animus Book v1.5.8
[09:13:33.599 D] AtmaHunter v1.0
[09:13:33.599 D] Chanko v0.0.1.0
[09:13:33.599 D] ChocoboRacer v1.0.0
[09:13:33.599 D] CraftExport v1.0.0
[09:13:33.599 D] DFAlert v1.0.0
[09:13:33.599 D] Enmity v0.0.1
[09:13:33.599 D] GatherAssist v1.0.1
[09:13:33.600 D] OrderUp v1.1.6
[09:13:33.600 D] Quack! v0.0.1
[09:13:33.600 D] QuestDevTools v0.0.1
[09:13:33.600 D] RebornConsole v0.0.1
[09:13:33.600 D] Skywatcher v1.0
[09:13:33.600 D] Stuck! v1.5.2
[09:13:33.600 D] Zekken v1.4.2
[09:13:33.829 N] [DFAlert] Settings loaded
[09:13:33.830 N] Building Actioncache
[09:13:34.571 N] Action Name:Sprint Action Id:3
[09:13:34.571 N] Action Name:Byregot's Ward Action Id:219
[09:13:34.571 N] Action Name:Prospect Action Id:227
[09:13:34.571 N] Action Name:Lay of the Land Action Id:228
[09:13:34.571 N] Action Name:Stealth Action Id:229
[09:13:34.571 N] Action Name:Preparation Action Id:230
[09:13:34.571 N] Action Name:Toil of the Mountaineer Action Id:231
[09:13:34.571 N] Action Name:Solid Reason Action Id:232
[09:13:34.571 N] Action Name:Deep Vigor Action Id:233
[09:13:34.571 N] Action Name:Nald'thal's Ward Action Id:234
[09:13:34.571 N] Action Name:Sharp Vision Action Id:235
[09:13:34.571 N] Action Name:Sharp Vision II Action Id:237
[09:13:34.571 N] Action Name:Truth of Mountains Action Id:238
[09:13:34.571 N] Action Name:King's Yield Action Id:239
[09:13:34.571 N] Action Name:King's Yield II Action Id:241
[09:13:34.571 N] Action Name:Unearth Action Id:242
[09:13:34.571 N] Action Name:Unearth II Action Id:243
[09:13:34.571 N] Action Name:Lay of the Land II Action Id:291
[09:13:34.571 N] Action Name:Thaliak's Ward Action Id:293
[09:13:34.571 N] Action Name:Sharp Vision III Action Id:295
[09:13:34.571 N] Action Name:Clear Vision Action Id:4072
[09:13:34.571 N] Action Name:Bountiful Yield Action Id:4073
[09:13:34.571 N] Action Name:Collector's Glove Action Id:4074
[09:13:34.571 N] Action Name:Methodical Appraisal Action Id:4075
[09:13:34.571 N] Action Name:Instinctual Appraisal Action Id:4076
[09:13:34.571 N] Action Name:Impulsive Appraisal Action Id:4077
[09:13:34.571 N] Action Name:Discerning Eye Action Id:4078
[09:13:34.571 N] Action Name:Utmost Caution Action Id:4079
[09:13:34.571 N] Action Name:Deep Breath Action Id:4080
[09:13:34.571 N] Action Name:Single Mind Action Id:4084
[09:13:34.571 N] Action Name:Last Ditch Action Id:4085
[09:13:34.571 N] Action Name:Nophica's Ward Action Id:217
[09:13:34.571 N] Action Name:Llymlaen's Ward Action Id:292
[09:13:34.571 N] Action Name:Menphina's Ward Action Id:236
[09:13:34.571 N] Done building Actioncache
[09:13:34.611 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
[09:13:40.944 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[09:13:40.944 D] Ultima v1.0.0.0
[09:13:41.044 D] Replaced hook [PreCombatBuff] 8fbf0053-c616-4bb1-aff9-f6275fea2690
[09:13:41.044 D] Replaced hook [Heal] cfa1b717-778f-48c1-ae19-ee9455306b0f
[09:13:41.044 D] Replaced hook [Pull] 74967a66-c56e-4586-8a87-643b6005b6e7
[09:13:41.044 D] Replaced hook [CombatBuff] 38b875f4-3e26-4aaa-a738-4d3867969007
[09:13:41.044 D] Replaced hook [Combat] 36859d10-6e6b-47a8-a0cb-ef0b7cba7bd0
[09:13:41.044 D] Replaced hook [Rest] 62887bbf-c2a3-4483-90cf-4704bc4b48b4
[09:13:48.056 N] Failed to load profile: Element GatherCollectable is not supported. Please check your XML and try again. (<GatherCollectable DiscoverUnknowns="true" AlwaysGather="false" Radius="8" FreeRange="true" FreeRangeCondition="Condition.TrueFor(1, TimeSpan.FromMinutes(30))" CordialType="Cordial" CordialTime="Auto">
<ItemNames>
<ItemName>Timeworn Dragonskin Map</ItemName>
<ItemName>Adamantite Ore</ItemName>
<!--<ItemName>Heavens Lemon</ItemName>-->
<ItemName>Abalathian Mistletoe</ItemName>
<!--<ItemName>Dravanian Mistletoe</ItemName>-->
<ItemName>Porcini</ItemName>
<!--<ItemName>Morel</ItemName>-->
<ItemName>Cloud Banana</ItemName>
<!--<ItemName>Chives</ItemName>-->
<!--<ItemName>Coerthan Tea Leaves</ItemName>-->
<ItemName>Pearl Sprouts</ItemName>
<ItemName>Hardsilver Ore</ItemName>
<ItemName>Birch Log</ItemName>
<!--<ItemName>Hardsilver Sand</ItemName>-->
<ItemName>Cloud Mica</ItemName>
<ItemName>Grade 5 Carbonized Matter</ItemName>
<ItemName>Dark Matter Cluster</ItemName>
<ItemName>Old World Fig</ItemName>
<ItemName>Scarlet Sap</ItemName>
<ItemName>Ice Cluster</ItemName>
<ItemName>Water Cluster</ItemName>
<ItemName>Grade 4 Carbonized Matter</ItemName>
<ItemName>Wind Cluster</ItemName>
<ItemName>Fire Cluster</ItemName>
<ItemName>Lightning Cluster</ItemName>
<ItemName>Earth Cluster</ItemName>
<ItemName>Gold Ore</ItemName>
<ItemName>Volcanic Rock Salt</ItemName>
<ItemName>Darksteel Ore</ItemName>
<ItemName>Young Cieldas Spinach</ItemName>
<ItemName>Crawler Cocoon</ItemName>
</ItemNames>
<GatherRotation>Unspoiled</GatherRotation>
</GatherCollectable>) Line 7
[09:13:48.061 D] System.Exception: Element GatherCollectable is not supported. Please check your XML and try again. (<GatherCollectable DiscoverUnknowns="true" AlwaysGather="false" Radius="8" FreeRange="true" FreeRangeCondition="Condition.TrueFor(1, TimeSpan.FromMinutes(30))" CordialType="Cordial" CordialTime="Auto">
<ItemNames>
<ItemName>Timeworn Dragonskin Map</ItemName>
<ItemName>Adamantite Ore</ItemName>
<!--<ItemName>Heavens Lemon</ItemName>-->
<ItemName>Abalathian Mistletoe</ItemName>
<!--<ItemName>Dravanian Mistletoe</ItemName>-->
<ItemName>Porcini</ItemName>
<!--<ItemName>Morel</ItemName>-->
<ItemName>Cloud Banana</ItemName>
<!--<ItemName>Chives</ItemName>-->
<!--<ItemName>Coerthan Tea Leaves</ItemName>-->
<ItemName>Pearl Sprouts</ItemName>
<ItemName>Hardsilver Ore</ItemName>
<ItemName>Birch Log</ItemName>
<!--<ItemName>Hardsilver Sand</ItemName>-->
<ItemName>Cloud Mica</ItemName>
<ItemName>Grade 5 Carbonized Matter</ItemName>
<ItemName>Dark Matter Cluster</ItemName>
<ItemName>Old World Fig</ItemName>
<ItemName>Scarlet Sap</ItemName>
<ItemName>Ice Cluster</ItemName>
<ItemName>Water Cluster</ItemName>
<ItemName>Grade 4 Carbonized Matter</ItemName>
<ItemName>Wind Cluster</ItemName>
<ItemName>Fire Cluster</ItemName>
<ItemName>Lightning Cluster</ItemName>
<ItemName>Earth Cluster</ItemName>
<ItemName>Gold Ore</ItemName>
<ItemName>Volcanic Rock Salt</ItemName>
<ItemName>Darksteel Ore</ItemName>
<ItemName>Young Cieldas Spinach</ItemName>
<ItemName>Crawler Cocoon</ItemName>
</ItemNames>
<GatherRotation>Unspoiled</GatherRotation>
</GatherCollectable>) Line 7
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)