y2krazy
Community Developer
- Joined
- Jun 21, 2011
- Messages
- 2,803
Things like this come down to having duplicate things in different folders. Do you have ExBuddy elsewhere in your install? Based on the compiler errors, that would be my guess.Took a pretty long break from the game, and getting back into it.
This script in particular was extremely helpful to me, and I've been trying to get it back up and running. However, RebornBuddy is throwing dozens of compiler errors when I set it up.
I've tried putting ExBuddy in just plugins, as recommended, and then doing nothing else.
I've tried putting ExBuddy in plugins, and then taking the Quest Behavior tags and putting them in RebornBuddy\Quest Behaviors
I've tried putting ExBuddy in plugins, putting the tags in Quest Behaviors, then deleting the crafting subsection in case of tag conflict, as I have no need for the crafting capabilities of ExBuddy.
I've tried running as administrator, and not.
I've tried fresh installation of the DX11 RebornBuddy I am trying to use, with just ExBuddy being added.
I've tried fresh installation of the DX9 RebornBuddy, with just ExBuddy being added.
I've even restarted my computer, just in case.
To clarify, I was running this script among others that used ExBuddy's tools perfectly fine before my hiatus. My computer has seen no changes since then, either.
Below is the relevant compiler errors, and attached is my total log file. This is on RebornBuddy DX11, running as administrator, on my original installation that in all other aspects is working fine. I attempted to load the profile to show that it throws an error. On this attempt, the relevant tags were put in Quest Behaviors, as per the read me and OP. Nothing else was moved or deleted.
[HIDE][21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Combat\CustomTags\CraftActionByNameTag.cs(11,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'CraftActionByNameTag'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\CraftActionByNameTag.cs(11,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'CraftActionByNameTag'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\CraftActionByNameTag.cs(11,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'CraftActionByNameTag'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\CustomTags\CraftActionByNameTag.cs(11,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'CraftActionByNameTag'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(28,15) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'TravelTag'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(28,15) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'TravelTag'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(274,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'Graph'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(274,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'Graph'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(345,8) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'pathing'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(345,8) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'pathing'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(613,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'AreaInfo'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(613,11) : error CS0101: The namespace 'ff14bot.NeoProfiles' already contains a definition for 'AreaInfo'
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(278,15) : error CS0111: Type 'Graph' already defines a member called 'add_vertex' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(278,15) : error CS0111: Type 'Graph' already defines a member called 'add_vertex' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(283,23) : error CS0111: Type 'Graph' already defines a member called 'shortest_path' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(283,23) : error CS0111: Type 'Graph' already defines a member called 'shortest_path' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(354,10) : error CS0111: Type 'pathing' already defines a member called '.ctor' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(354,10) : error CS0111: Type 'pathing' already defines a member called '.ctor' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(556,15) : error CS0111: Type 'pathing' already defines a member called 'setStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(556,15) : error CS0111: Type 'pathing' already defines a member called 'setStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(561,15) : error CS0111: Type 'pathing' already defines a member called 'setEnd' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(561,15) : error CS0111: Type 'pathing' already defines a member called 'setEnd' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(566,15) : error CS0111: Type 'pathing' already defines a member called 'Calculate' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(566,15) : error CS0111: Type 'pathing' already defines a member called 'Calculate' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(586,25) : error CS0111: Type 'pathing' already defines a member called 'GetPath' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(586,25) : error CS0111: Type 'pathing' already defines a member called 'GetPath' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(5,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(6,16) : error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(5,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(6,16) : error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(5,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(6,16) : error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(5,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(6,16) : error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(5,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(6,16) : error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(5,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(6,16) : error CS0234: The type or namespace name 'Interfaces' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(48,32) : error CS0111: Type 'TravelTag' already defines a member called 'CreateBehavior' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(48,32) : error CS0111: Type 'TravelTag' already defines a member called 'CreateBehavior' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(170,27) : error CS0111: Type 'TravelTag' already defines a member called 'OnResetCachedDone' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(170,27) : error CS0111: Type 'TravelTag' already defines a member called 'OnResetCachedDone' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(175,15) : error CS0111: Type 'TravelTag' already defines a member called 'Lanosca_spezial' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(175,15) : error CS0111: Type 'TravelTag' already defines a member called 'Lanosca_spezial' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(195,27) : error CS0111: Type 'TravelTag' already defines a member called 'OnStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(195,27) : error CS0111: Type 'TravelTag' already defines a member called 'OnStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(245,27) : error CS0111: Type 'TravelTag' already defines a member called 'OnDone' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(245,27) : error CS0111: Type 'TravelTag' already defines a member called 'OnDone' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(250,15) : error CS0111: Type 'TravelTag' already defines a member called 'ConditionCheck' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(250,15) : error CS0111: Type 'TravelTag' already defines a member called 'ConditionCheck' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Combat\CustomTags\CraftActionByNameTag.cs(15,33) : error CS0111: Type 'CraftActionByNameTag' already defines a member called 'OnStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\CraftActionByNameTag.cs(15,33) : error CS0111: Type 'CraftActionByNameTag' already defines a member called 'OnStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\CraftActionByNameTag.cs(15,33) : error CS0111: Type 'CraftActionByNameTag' already defines a member called 'OnStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\CustomTags\CraftActionByNameTag.cs(15,33) : error CS0111: Type 'CraftActionByNameTag' already defines a member called 'OnStart' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(10,51) : error CS0246: The type or namespace name 'CollectableGatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(10,81) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(622,30) : error CS0111: Type 'AreaInfo' already defines a member called 'Equals' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(622,30) : error CS0111: Type 'AreaInfo' already defines a member called 'Equals' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Crafting\CustomTags\Travel.cs(632,32) : error CS0111: Type 'AreaInfo' already defines a member called 'ToString' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Gathering\CustomTags\Travel.cs(632,32) : error CS0111: Type 'AreaInfo' already defines a member called 'ToString' with the same parameter types
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Craft\Culinarian\Combat\CustomTags\Travel.cs(613,11) : warning CS0659: 'AreaInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(10,50) : error CS0246: The type or namespace name 'CollectableGatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(10,80) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(10,51) : error CS0246: The type or namespace name 'CollectableGatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(10,81) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(9,3) : error CS0246: The type or namespace name 'GatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(10,50) : error CS0246: The type or namespace name 'CollectableGatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(10,80) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(10,51) : error CS0246: The type or namespace name 'CollectableGatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(10,81) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(9,3) : error CS0246: The type or namespace name 'GatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(9,3) : error CS0246: The type or namespace name 'GatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(10,50) : error CS0246: The type or namespace name 'CollectableGatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(10,80) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(9,3) : error CS0246: The type or namespace name 'GatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(9,3) : error CS0246: The type or namespace name 'GatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(9,3) : error CS0246: The type or namespace name 'GatheringRotation' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(13,7) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(13,7) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(23,52) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(23,52) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(13,7) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(23,52) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(13,7) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(23,52) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(23,36) : error CS0115: 'Ditto410GatheringRotation.ExecuteRotation(ExGatherTag)': no suitable method found to override
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(23,36) : error CS0115: 'Lileep402GatheringRotation.ExecuteRotation(ExGatherTag)': no suitable method found to override
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(13,7) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(23,52) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(23,36) : error CS0115: 'Lileep346GatheringRotation.ExecuteRotation(ExGatherTag)': no suitable method found to override
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(13,7) : error CS0246: The type or namespace name 'IGetOverridePriority' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(23,36) : error CS0115: 'Ditto515GatheringRotation.ExecuteRotation(ExGatherTag)': no suitable method found to override
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(23,52) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(23,36) : error CS0115: 'Lileep460GatheringRotation.ExecuteRotation(ExGatherTag)': no suitable method found to override
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(23,36) : error CS0115: 'Ditto459GatheringRotation.ExecuteRotation(ExGatherTag)': no suitable method found to override
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(13,48) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect410GatheringRotation.cs(13,7) : error CS0538: 'IGetOverridePriority' in explicit interface declaration is not an interface
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(13,48) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect346GatheringRotation.cs(13,7) : error CS0538: 'IGetOverridePriority' in explicit interface declaration is not an interface
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(13,48) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect460GatheringRotation.cs(13,7) : error CS0538: 'IGetOverridePriority' in explicit interface declaration is not an interface
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(13,48) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect459GatheringRotation.cs(13,7) : error CS0538: 'IGetOverridePriority' in explicit interface declaration is not an interface
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(13,48) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect402GatheringRotation.cs(13,7) : error CS0538: 'IGetOverridePriority' in explicit interface declaration is not an interface
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(13,48) : error CS0246: The type or namespace name 'ExGatherTag' could not be found (are you missing a using directive or an assembly reference?)
[21:08:19.872 N] Compiler Error: D:\RebornBuddy\Plugins\ExBuddy\Gathering\Scrips\Botanist-Miner\Rotations\Collect515GatheringRotatione.cs(13,7) : error CS0538: 'IGetOverridePriority' in explicit interface declaration is not an interface[/HIDE]
Have you tried deleting the ExBuddy folder and pulling a fresh copy of the repo?
Have you tried deleting everything in your \Compiled Assemblies folder with RB closed?