• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [O][MIN][BTN] Blue & Red Scripts | Unspoiled & Legendary Materials Farm

    Discussion in 'Mining-Botany Profiles' started by entrax, Sep 10, 2015.

    1. pieboy

      pieboy Member

      Joined:
      Jan 24, 2013
      Messages:
      112
      Likes Received:
      0
      Trophy Points:
      16
      Ah, yes it was the x64 causing the issue. I just made a new folder for the 32 bit version and its working fine now. I can try modifying that code and test it out and see, thanks for the reply matt :)
       
    2. pieboy

      pieboy Member

      Joined:
      Jan 24, 2013
      Messages:
      112
      Likes Received:
      0
      Trophy Points:
      16
      Hmm...another question now that its up and running pretty well, Im currently running the fishing rotation (magicarp setting) and when he heads to The Habisphere he lands on the edge to fish but hes about 2-3 steps to far away from it and cannot cast, so he just stands there. I should be able to find that somewhere in the code right ? As an XYZ line and just change it to be a bit closer? Or is it feeding the coordinates directly from ExBuddy?


      [03:21:29.418 N] [GatherManager Crystal Onix] [FSH] Magikarp [14:18] ~ Destination ----> The Habisphere ~ Tupuxuara
       
    3. pieboy

      pieboy Member

      Joined:
      Jan 24, 2013
      Messages:
      112
      Likes Received:
      0
      Trophy Points:
      16
      The housing setting is only for gardening and retainer ventures? Or will it also repair using a mending retainer at your house?
       
    4. johndeer18

      johndeer18 New Member

      Joined:
      Dec 18, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Does anyone know where the "Desynth" Tag comes from which is used in this profile? I'm getting the exception "Desynth" does not exist as seen by the log file posted in my previous post and here:

      [23:49:00.897 N] Failed to load profile: Element Desynth is not supported. Please check your XML and try again. (<Desynth DesynthTimeout="1" ItemIds="12721" />) Line 7276
      [23:49:00.901 D] System.Exception: Element Desynth is not supported. Please check your XML and try again. (<Desynth DesynthTimeout="1" ItemIds="12721" />) Line 7276
       
    5. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      If the profile uses it, my best guess is to check Entrax's SVN.
       
    6. johndeer18

      johndeer18 New Member

      Joined:
      Dec 18, 2015
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Thanks for the suggestion, it was in Entrax's SVN I must have overlooked it. Thanks for your help tishat and exmatt really appreciate everything you guys do for the community
       
    7. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      That has to be from the profile.
       
    8. divinerock

      divinerock Member

      Joined:
      Aug 2, 2010
      Messages:
      67
      Likes Received:
      2
      Trophy Points:
      8
      Sometimes profile fails to change gear. I modified this code, and have no issues so far:
      Code:
      		<CodeChunk Name="MIN">
      			<![CDATA[	while (Core.Player.CurrentJob != ClassJobType.Miner) {ff14bot.Managers.ChatManager.SendChat("/gs change 1");	await Buddy.Coroutines.Coroutine.Sleep(2000);	if(!Core.Player.HasAura(222))	{	ff14bot.Managers.Actionmanager.DoAction(238, Core.Player);	await Buddy.Coroutines.Coroutine.Sleep(2000);	}}	]]>
      		</CodeChunk>
      		<CodeChunk Name="BTN">
      			<![CDATA[	while (Core.Player.CurrentJob != ClassJobType.Botanist) {ff14bot.Managers.ChatManager.SendChat("/gs change 2");	await Buddy.Coroutines.Coroutine.Sleep(2000);	if(!Core.Player.HasAura(221))	{	ff14bot.Managers.Actionmanager.DoAction(221, Core.Player);	await Buddy.Coroutines.Coroutine.Sleep(2000);	}}	]]>
      		</CodeChunk>
      		<CodeChunk Name="FSH">
      			<![CDATA[	while (Core.Player.CurrentJob != ClassJobType.Fisher) {ff14bot.Managers.ChatManager.SendChat("/gs change 3"); await Buddy.Coroutines.Coroutine.Sleep(2000);}]]>
      		</CodeChunk>
      
       
    9. omny

      omny Member

      Joined:
      Dec 8, 2015
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      8
      is there a way to do camphorwood branch farm without dying every minute? those damn mist biasts are so annoying
       
    10. ComfyEcho

      ComfyEcho New Member

      Joined:
      Mar 25, 2016
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      Works great, fixed my issues when it wouldn't switch to my FSH gearset. Thanks.
       
    11. wudi430740

      wudi430740 New Member

      Joined:
      Jul 25, 2015
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      The profile seems not work for me.Maybe i didnt get the right way to set it.i followed entrax and checkout the SVN first.then i saw
      1,Remove all of ExMatt's folders under Plugins.
      2,Create a new folder under Plugins named "ExBuddy".
      3,SVN Checkout... to that folder with the URL above.
      Not sure how to do it correct but i removed the whole folder of ExBuddy under Plugins.Then created a new folder named ExBuddy and checked out with https://github.com/MGramolini/ExBuddy/trunk/ExBuddy
      After i restarted the bot,it seems same as before,I cant do any setting or cant find the Plugin window like the thread listed.
      Please help out.Thank you!
       
    12. beesnake

      beesnake New Member

      Joined:
      Jul 27, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
    13. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Need the log of RB startup and profile start to see what the issue is.
       
    14. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      This should be posted in the thread for support for RB64.
       
    15. kraftaddikt

      kraftaddikt Member

      Joined:
      Jul 3, 2015
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      This might be a question that has already answered before, but with 150 pages to go through, this is probably a better faster..

      I've been running this profile work a few days now (works great, thanks for the excessive amount of work on it!), but there is one thing I'm wondering about.
      When it goes to gather from nodes where it starts at 90%/91%, I'd like for it to use the +15% gathering rate ability instead of the +5% gathering rate ability.
      I have enough GP to use the ability, but it always will favor using the +5% one over the +15% one. The rotations for the nodes are set to 'Yield'.

      Is there anything I can do to ensure it will wait (if not enough GP) or use the +15% one outright if there's enough GP available?
       
    16. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      At 91% it is statistically more efficient to use +5% unless the items are worth enough to make more profit using cordials and doing +15%. At 90% they are equal (however i think in the code it specifies 86% to start using 5% as to not waste any gain in chance... this should really be changed to 91 probably).

      The basic code for this is right here. https://github.com/MGramolini/ExBud...ags/Gather/Rotations/GatheringRotation.cs#L41

      Depending on the rotation being used, the method might be overridden or have custom logic in the overridden ExecuteRotation method.
      https://github.com/MGramolini/ExBud...ags/Gather/Rotations/GatheringRotation.cs#L83

      You can try modifying the files locally, or creating a fork of ExBuddy if you are a little more familiar with git.
       
    17. kraftaddikt

      kraftaddikt Member

      Joined:
      Jul 3, 2015
      Messages:
      50
      Likes Received:
      4
      Trophy Points:
      8
      Thanks for the response! I'll give it a go and see how I end up with it.

      It's not really a matter of worth/profit, as I'm mostly using the nodes to spiritbond the Carbonweave gear. With 2 pieces of materia and a spiritbond potion, each successful hit on a Legendary node gives around 2~3% spiritbond whereas the 1 star regular nodes only give about 0.2 spiritbond. So it's more about getting those sets done faster (to get the tier V materia for melding) than making money.
       
    18. Shambam09

      Shambam09 New Member

      Joined:
      Mar 23, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Using Ditto to farm "Wind Widows" for blue scrips, however, it only farms Water Crystals. I receive the following error:

      [19:21:37.190 N] [ExGather v3.3.0.1607060] could not find item by slot or name, gatheringWater Crystalinstead.

      I assume this has something to do with the exbuddy orderbottags but i'm now really sure on this one.

      It's worth mentioning I receive this error for all of the Ditto items.
       
      Last edited: Jul 25, 2016
    19. Shambam09

      Shambam09 New Member

      Joined:
      Mar 23, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Nvm, probably because I don't have 600 GP yet.
       
    20. disregard001

      disregard001 New Member

      Joined:
      Aug 10, 2015
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      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]
       

      Attached Files:

    Share This Page