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!

If that were fixing it... I have clean installed everything at this point and I am getting the same error as these guys on the gathering manager and an error I posted on the mining leveling.


Scratch that

You other two with the same problem if you got something like rebornbuddy/ plugins/exbuddy/exbuddy(again)
then move the exbuddy folder up one
its not finding that stuff because its one folder too deep
if that makes sense?
 
Last edited:
Nah, somewhere along the way you got the correct ExTurnInCollectableTag.cs file that you needed to compile properly.

I'll attach it here for convenience and it goes in \Plugins\ExBuddy\ExBuddy\OrderBotTags\Behaviors.

The file structure for the solution is good as ExBuddy/Exbuddy/<Files>
 

Attachments

ok did what you suggested and now I get

[08:43:12.290 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Slowpoke" Message="[BTN] Revenant's Toll" />) Line 862
[08:43:12.294 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Slowpoke" Message="[BTN] Revenant's Toll" />) Line 862
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
same thing
this is where I put the file you gave us and where I put the directories from entrax
E:\Rebornbuddy\Plugins\ExBuddy\OrderBotTags\Behaviors
here is where the entraxbuddy gatheringmanager.xml file is
E:\Rebornbuddy\Profiles\EntraxBuddy\Gathering\Scrips
 
Last edited:
I was trying the RecipeManager profile included in this repo and it does the crafting rotations great. However when it gets to the final stage to collect the item it pauses and does not do anything. If I click the "Yes" button manually it will then craft another item and pause at the same place. Any tips on how to fix this?
 
Last edited:
Really because I had issues no matter what I did until I changed EXACTLY what I just said I changed.
 
I was trying the RecipeManager profile included in this repo and it does the crafting rotations great. However when it gets to the final stage to collect the item it pauses and does not do anything. If I click the "Yes" button manually it will then craft another item and pause at the same place. Any tips on how to fix this?

I've found a workaround that allows me to craft collectible Titanium Nuggets until my inventory is full. For some reason the profile is pausing at "Careful Synthesis II" on line 144. It does not continue past this line or display any messages in the log. Removing line 144 allows the profile to continue normally until inventory is full.
Code:
143						<CraftActionByName Name="Byregot's Blessing" />
144						<CraftActionByName Name="Careful Synthesis II" /> 
145						<If Condition="&Collectable; != 0">
146							<RunCode Name="YES"/>
147						</If>
 
Does the profile automatically reduce ephemeral fish? I don't see any options in the profile aside from desynth in the Magikarp section.
 
Simply putting a 1 in the ephemeral farm spot, setting aetheryte to mor dhona, and entering my gear set (or customizing to high hell) both yield the same kinds of errors. ive followed all instructions per the OP and in the folder, ive deleted and redownloaded the svn, but I just keep gettingthis:

[00:04:05.098 N] Failed to load profile: Element ExPurify is not supported. Please check your XML and try again. (<ExPurify />) Line 528
[00:04:05.104 D] System.Exception: Element ExPurify is not supported. Please check your XML and try again. (<ExPurify />) Line 528
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[00:10:15.175 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Umbreon" Message="[BTN] Revenant's Toll" />) Line 878
[00:10:15.175 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Umbreon" Message="[BTN] Revenant's Toll" />) Line 878
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[00:12:36.770 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Umbreon" Message="[MIN] Meteorite" />) Line 878
[00:12:36.770 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Umbreon" Message="[MIN] Meteorite" />) Line 878
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[00:15:01.592 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Gyarados" Message="[BTN] Revenant's Toll" />) Line 732
[00:15:01.592 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Gyarados" Message="[BTN] Revenant's Toll" />) Line 732
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[00:16:40.090 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Gyarados" Message="[BTN] Frost Cotton Boll" />) Line 731
[00:16:40.091 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#ff33ff" Name="GatherManager Gyarados" Message="[BTN] Frost Cotton Boll" />) Line 731
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
at Clio.XmlEngine.PropertyProcessor..(XElement )
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
[00:16:44.897 N] Window closing, flushing log
 
Problem with chysahl greens

When it goes to collect chysahl greens it flies and gets stuck on the ceiling where it can't fly any higher. Also, once I teleport to any location it summons a mount, gets off and summons a mount again.
 
When it goes to collect chysahl greens it flies and gets stuck on the ceiling where it can't fly any higher. Also, once I teleport to any location it summons a mount, gets off and summons a mount again.
For the mount issue, I found if you go into the global settings and set it to a flying mount, instead of random, it will stop doing that.
 
I must be doing something wrong. I cant get it to collect adamantite ore over 530. Im sitting at 615 Gathering and 663 perception. Max Ive gotten was 527. I have it set like this <!ENTITY Collectability_Adamantite "530"> I can collect it by hand no problem.
 
I searched the thread and found mention of someone facing the same issue, but it did not look resolved.

I left it to gather blue scrips, which it's been doing fine, and then I set it to turn in the scrips for tokens, but instead it's bought me 10x Trailblazers' Shoes with my setting being <!ENTITY BlueGatherToken_Count "400"> and nothing else having any amounts (and I had 130 tokens already in my inventory). So it just wasted 1k scrips.
 
Keep getting this error, double checked that there wasn't anything wrong with the xml I edited afaik. Here is the link to the edited file. Dropbox - GatheringManager.xml

[13:50:46.231 N] Failed to load profile: '0' is an unexpected token. The expected token is '>'. Line 562, position 21.
[13:50:46.233 D] System.Xml.XmlException: '0' is an unexpected token. The expected token is '>'. Line 562, position 21.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
at System.Xml.DtdParser.ScanClosingTag()
at System.Xml.DtdParser.ParseEntityDecl()
at System.Xml.DtdParser.ParseSubset()
at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
at System.Xml.DtdParser.System.Xml.IDtdParser.ParseInternalDtd(IDtdParserAdapter adapter, Boolean saveInternalSubset)
at System.Xml.XmlTextReaderImpl.ParseDtd()
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XElement.Load(TextReader textReader, LoadOptions options)
at ff14bot.NeoProfiles.NeoProfile.Load(String path)
at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
 
[13:50:46.231 N] Failed to load profile: '0' is an unexpected token. The expected token is '>'. Line 562, position 21.
[13:50:46.233 D] System.Xml.XmlException: '0' is an unexpected token. The expected token is '>'. Line 562, position 21.

Going to say this is pretty self explanatory.. go to Line 562.

this is what you have
Code:
<!ENTITY Cluster_9AM "0>

You are forgetting to close the value.. make it "0"
 
[01:22:14.626 D] Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> GreyMagic.InjectionSEHException: Injection resulted in a process exception with error code 0xc0000005
at GreyMagic.Executor.WaitForInjection(Int32 timeout)
at GreyMagic.Executor.SharedExecuteLogicEnd(Int32 timeout)
at GreyMagic.Executor.Execute(Int32 timeout)
at GreyMagic.ExternalProcessMemory.CallInjected[T](IntPtr address, CallingConvention callingConvention, Object[] args)
at ™..(String )
at RebornBuddy.RunCode_Generated._3955400202.<_3955400202Func0>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ff14bot.NeoProfiles.Tags.RunCode..()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TreeSharp.ActionRunCoroutine...()
--- End of inner exception stack trace ---
at Buddy.Coroutines.Coroutine.CheckPostConditions(Boolean shouldBeCanceled)
at Buddy.Coroutines.Coroutine.Resume(Boolean forStop)
at Buddy.Coroutines.Coroutine.Resume()
at TreeSharp.ActionRunCoroutine.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__13.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__13.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.Behavior.HookExecutor.Run(Object context)
at TreeSharp.Action.RunAction(Object context)
at TreeSharp.Action.<Execute>d__13.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator.<Execute>d__12.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector.<Execute>d__2.MoveNext()
at TreeSharp.Composite.Tick(Object context)
at ff14bot.TreeRoot.() --> GreyMagic.InjectionSEHException: Injection resulted in a process exception with error code 0xc0000005
at GreyMagic.Executor.WaitForInjection(Int32 timeout)
at GreyMagic.Executor.SharedExecuteLogicEnd(Int32 timeout)
at GreyMagic.Executor.Execute(Int32 timeout)
at GreyMagic.ExternalProcessMemory.CallInjected[T](IntPtr address, CallingConvention callingConvention, Object[] args)
at ™..(String )
at RebornBuddy.RunCode_Generated._3955400202.<_3955400202Func0>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ff14bot.NeoProfiles.Tags.RunCode..()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TreeSharp.ActionRunCoroutine...()


any ideas on how to fix?
 
Seems like the most recent update broke the script.

The error seems to be in changing the gear, in this exact function call:
ff14bot.Managers.ChatManager.SendChat("/gs change
So you probably need to stick to one job only until fixed.
 
Back
Top