What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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]
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.

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?
 
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.

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?

I don't have ExBuddy anywhere else, as I did a complete fresh install of Reborn Buddy yesterday morning. I also deleted and re-pulled my copy of the repo a few times. I did not however refresh my CompiledAssemblies once, so that may be the culprit. I'll try that out when I get home from work. Thank you for the advice.

POST EDIT: No go. I removed absolutely everything related to RebornBuddy on my PC, did a fresh install of the DX9 version, and set all my plugins and botbases back up fresh, from the ground-up. Still, compiler errors out the wazoo. I'm at a loss. I've re-added my log file.

POST POST EDIT: I managed to fix it. Turns out I misunderstood that the Gathering rotations had to be in ...ExBuddy\OrderBotTags\Gather\Rotations, I was under the assumption they needed to be under ...Plugins\ExBuddy\OrderBotTags\Gather\Rotations. I feel pretty stupid, lol. Thanks for the help.
 

Attachments

Last edited:
Hey guys, I'm hoping someone can help me solve an issue I have with this plugin. I just fresh installed RebornBuddy and the ExBuddy Plugin. Now I'm confused as to where I'm supposed to place the SVN for the Blue and Red Script Farming plugin. And when I do place it wherever it belongs, how do I set it up and use it for, let's say Adamantite Ore, for example?
 
Hey guys, I'm hoping someone can help me solve an issue I have with this plugin. I just fresh installed RebornBuddy and the ExBuddy Plugin. Now I'm confused as to where I'm supposed to place the SVN for the Blue and Red Script Farming plugin. And when I do place it wherever it belongs, how do I set it up and use it for, let's say Adamantite Ore, for example?

This is a profile, you can place it wherever you want, and load it up under OrderBot, as for configuring it, you'll need to open it in a text editor of your choice and go over the settings =)
 
Has anyone been able to get this to work with rb64 bit?

Code:
[06:17:23.131 D] Traceback (most recent call last):
  File "<string>", line 4, in Execute
Exception: Error while reading memory! Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 7FF6E86D179E, Size: 4

I tried to fix this with the info from earlier but it just crashes RB when I press start.
 

Attachments

Having an issue where it won't wait for the node to spawn. If the node isn't up when it is suppose to be, it'll start teleporting elsewhere because it doesn't detect the node.
IE: Adamantite spawns at 11:02-11:05pm ET. The second it hits 11:00, it will start teleporting away because it doesn't detect the node because it hasn't spawned yet.

Below is log file from time of landing at Adamantite node, till it starts teleporting away.

Code:
[03:15:09.153 N] [ExBuddy] Adding Random Direction.  from <41.74664, 16.07355, -843.0107> to <35.14859, 18.96281, -837.869>
[03:15:09.354 V] [Poi.Clear] Reason: Current behavior changed to WaitWhileTag: Condition: Condition.IsTimeBetween(10,11.1) or Condition.IsTimeBetween(22,23.1), Conditional: System.Func`1[System.Boolean], IsDone: False, HighPriority: False, LineNumber: 3418, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[03:15:09.354 D] Replaced hook [ProfileOrderBehavior_Hook] 823c1b4a-87a8-4baa-a87c-be535a757b07
[03:17:23.033 D] Added new hook [PoiAction] 1d091544-533e-4b9e-8d88-611c60a0fac0
[03:17:23.033 N] [ExGather v3.3.0.1607060] Using rotation -> NewbCollect
[03:17:23.036 V] [Poi.Clear] Reason: Current behavior changed to ExGatherTag: { Collectables: [Collectable: { Value: 470, Name: Adamantite Ore }], CordialTime: Auto, CordialType: Auto, DiscoverUnknowns: True, GatherObjects: [Unspoiled Mineral Deposit], GatherRotation: NewbCollect, GatherSpots: [IndirectApproachGatherSpot: { ApproachLocation: <71.82657, -0.7113832, -859.5731>, ReturnToApproachLocation: False, NodeLocation: <72.07767, 0.7522836, -854.5031> }, IndirectApproachGatherSpot: { ApproachLocation: <24.49877, 0.1047641, -827.0684>, ReturnToApproachLocation: False, NodeLocation: <25.29292, 0.5668808, -833.7905> }, StealthApproachGatherSpot: { ReturnToStealthLocation: False, StealthLocation: <87.43224, -0.9560863, -795.0317>, NodeLocation: <79.63015, 0.5219008, -804.5839> }], HotSpots: [<41.74664, 16.07355, -843.0107> Radius:90], Items: [Collectable: { Value: 470, Name: Adamantite Ore }], Loops: 1, SpawnTimeout: 10, Name: Adamantite Ore, LineNumber: 3421 }.
[03:17:23.036 D] Replaced hook [ProfileOrderBehavior_Hook] 272cffc4-9654-4a98-8af9-cd7f8efe79b7
[03:17:23.037 V] [ExGather v3.3.0.1607060] Distance to furthest visible game object -> 89.39832
[03:17:23.037 V] [ExGather v3.3.0.1607060] Distance to furthest vector in hotspot -> 98.35338
[03:17:23.038 N] [ExGather v3.3.0.1607060] Could not find any nodes and can not confirm hotspot is empty via object detection, trying again from center of hotspot.
[03:17:23.038 N] [FlightNav] Generating path on 402 from <34.37352, 16.96035, -839.0844> to <41.74664, 16.07355, -843.0107>
[03:17:23.040 N] [FlightNav] Generated path to <41.74664, 16.07355, -843.0107> using 3 hops in 00:00:00.0020530 ms
[03:17:23.463 V] [FlightNav] Moving to next hop: <39.28893, 16.36915, -841.7019> D: 3.241847
[03:17:23.655 V] [FlightNav] Moving to next hop: <41.74664, 16.07355, -843.0107> D: 3.186986
[03:17:33.057 N] [ExGather v3.3.0.1607060] Finished 1 of 1 loops.
[03:17:33.118 D] Removed hook [PoiAction] 1d091544-533e-4b9e-8d88-611c60a0fac0
[03:17:33.118 V] [Poi.Clear] Reason: Current behavior changed to ExLogTag.
[03:17:33.118 D] Replaced hook [ProfileOrderBehavior_Hook] 32df4f36-5228-4944-9ca6-7f88b1bb0581
[03:17:33.118 N] [GatherManager Crystal Onix] [BTN] Cloud Banana or Morel
[03:17:33.176 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: ZoneId: 0, AetheryteId: 75, Name: Idyllshire, Force: True, Aetheryte: null, IsDone: False, HighPriority: False, LineNumber: 3505, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[03:17:33.176 D] Replaced hook [ProfileOrderBehavior_Hook] e03e344f-28bd-44bd-b623-71cfe426e7d7
[03:17:33.473 D] Teleporting to Idyllshire
 
Last edited:
Probably my fault, can't find the issue though - when using it, my character flies to the node and everything works fine. When it spawns, it flies near the node but won't actually touch the ground and therefore doesn't dismount to gather the node. It'll try a few times and then teleport away, any fixes?

Plus, maybe too tired to find, where can I assign gear set numbers for botanist and miner in the script? Can't seem to find it!
 
Probably my fault, can't find the issue though - when using it, my character flies to the node and everything works fine. When it spawns, it flies near the node but won't actually touch the ground and therefore doesn't dismount to gather the node. It'll try a few times and then teleport away, any fixes?
Not sure why this is happening, tbh.

Plus, maybe too tired to find, where can I assign gear set numbers for botanist and miner in the script? Can't seem to find it!
Check the <CodeChunks> section. ;)
 
How can I change how long the bot waits at a node? Thought I fixed the problem in my earlier post but it started teleporting before the node pops again.
 
How can I change how long the bot waits at a node? Thought I fixed the problem in my earlier post but it started teleporting before the node pops again.

Could be your system clock being out of sync, but you change it by changing the conditions at which it'll wait at an area, I can't really be specific since I haven't looked at this profile in a while, or without you providing a snippet of where it doesn't wait long enough. (Sync your clock first and try again before you go all out though)
 
@entrax, I noticed that there's a toggle for 'beast of brewer's beacon' quests but there isn't actually any logic for catching those fish. That a future update?
 
I need to farm Clary Sage but this profile does them only as Collectable, can u add the option for regular gather please? ty in advantage
 
For the "Ephemeral Farm" (Lileep), let's say I would like for it to gather at nodes surrounding the Ephemeral instead of the "TouchAndGo" Strategy.

I managed to get the profile to gather the items I would like instead of "TouchAndGo".
However, the profile uses GP Yield x3 on these gathered items. I'm not sure if there's a way to disable this.
I'm not fluent with the codes and tried exploring inside ExBuddy to see if the parameters in there somewhere would fix this. I'm not having much luck.

If my goal is possible and someone here can achieve it easier than myself. Thank you.

Also, regarding the developments of these profiles. I can only seem to find the profiles themselves and try to create my own from what I see in others. If there is a post somewhere with numerous of the code lines, variables, parameters, whatchamacallit that are viable to these profile. That would be a great asset.

EDIT-------------------

Also having some trouble with Cordial for Lileep that may have been common in the past. "Auto" seems to waste it around 570 GP often when it could have waited for the GP. (Unless that was the intention of "Auto")

Changing the setting to "IfNeeded" seems to disable it overall, the problem persist for me if I choose "BeforeGather/AfterGather". Any tips would be greatly appreciated.
 
Last edited:
I need to farm Clary Sage but this profile does them only as Collectable, can u add the option for regular gather please? ty in advantage

I'm not sure if you got around this yet, but this is one solution.

Go into the profile

CTRL + F

<Collectable Name="Clary Sage" Value="&Sand_Collect_Rate_Lileep;"/>


Change it to

<GatherItem Name="Clary Sage"/>


Will look something like this below before you edit it.


<GatherItem Name="Timeworn Dragonskin Map"/>
<Collectable Name="Clary Sage" Value="&Sand_Collect_Rate_Lileep;"/>
<GatherItem Name="Furymint"/>
<GatherItem Name="Highland Oregano"/>



Although you will have to change more than 1 instances of this line according to the Lileep Time Frames you have.
Can use "replace" to change them all simultaneously.

CTRL + H
 
Last edited:
I'm not sure if you got around this yet, but this is one solution.

Go into the profile

CTRL + F

<Collectable Name="Clary Sage" Value="&Sand_Collect_Rate_Lileep;"/>


Change it to

<GatherItem Name="Clary Sage"/>


Will look something like this below before you edit it.


<GatherItem Name="Timeworn Dragonskin Map"/>
<Collectable Name="Clary Sage" Value="&Sand_Collect_Rate_Lileep;"/>
<GatherItem Name="Furymint"/>
<GatherItem Name="Highland Oregano"/>



Although you will have to change more than 1 instances of this line according to the Lileep Time Frames you have.
Can use "replace" to change them all simultaneously.

CTRL + H

ty, it's working good
 
Is there anyway to change the settings for the Lovers Laurel and Radiant Astral Morraine so that it doesn't try to gather them at the highest possible collectible rating? Somewhere along the lines of sand gathering and crystal farming.
 
Is there anyway to change the settings for the Lovers Laurel and Radiant Astral Morraine so that it doesn't try to gather them at the highest possible collectible rating? Somewhere along the lines of sand gathering and crystal farming.

You mean, as described how-to in the posts right above yours?
 
Is there anyway to change the settings for the Lovers Laurel and Radiant Astral Morraine so that it doesn't try to gather them at the highest possible collectible rating? Somewhere along the lines of sand gathering and crystal farming.

I believe you're looking for this block, but I may be wrong. This is for if you want to gather at 530 or something, if you wish to gather them as regular items, then yeah, refer to post above.


<!-- Lileep Settings -->
<!ENTITY Sand_Collect_Rate_Lileep "550">
<!ENTITY Collect_RadiantAstralMoraine_Lileep "1">
<!ENTITY Collect_LoversLaurel_Lileep "1">
<!ENTITY Gather_HighlandOregano_Lileep "0">
<!ENTITY Gather_Furrymint_Lileep "0">
<!ENTITY Gather_BlackSoil_Lileep "0">
<!ENTITY CordialType_Lileep "Auto">
<!ENTITY CordialTime_Lileep "IfNeeded">
 
Last edited:
Hey back 2 rb gj with the profile. one thing i noticed it is using the mount roulette instead of the flying mount roulette. coudl we change it somehow?
 
Hey back 2 rb gj with the profile. one thing i noticed it is using the mount roulette instead of the flying mount roulette. coudl we change it somehow?

I may be wrong, since I didn't use this myself, but as far as changing mount goes.

This is edit within the MAIN UI itself. in "Global Setting" To the right side of your console screen after opening the bot.
 
Back
Top