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!

So, trying to gather anything in the Hinterlands failed with the script, because the "Goodly Adventurer" doesn't teleport us anymore.

I edited the script so that instead of using the aforementioned quick transport (which was causing the errors in previous posts), it just moves from the Aetheryte to the hinterlands area manually. I've only tried it with Cuprite thus far but I can't see why it won't work for all of them. If you've got half a brain you can fix it anyway.

(Note: You will have to re-set all the items you want it to gather.)

Download here, right click > save link as

This makes you get stuck right outside the dotted blue line to go into hinterlands, and the bot freaks out. Starts running turning forward and back wicked fast and doesn't go anywhere else
 
Not saying it shouldn't work, but afaik this profile hasn't been updated in a long time.
 
If anyone is able to put this in properly, myephemeralfishies uses this codechunk to use the aetheryte in idyll to get into hinterlands. Any assistance with getting this to work in this profile would be appreciated!

<CodeChunk Name="Aethernet">
<![CDATA[
ff14bot.Managers.GameObjectManager.GetObjectByNPCId(75).Interact();
await Buddy.Coroutines.Coroutine.Sleep(2000);
if (ff14bot.RemoteWindows.SelectString.IsOpen) ff14bot.RemoteWindows.SelectString.ClickSlot(0);
await Buddy.Coroutines.Coroutine.Sleep(2000);
if (ff14bot.RemoteWindows.SelectString.IsOpen) ff14bot.RemoteWindows.SelectString.ClickSlot(2);
await Buddy.Coroutines.Coroutine.Sleep(5000);
]]>
 
If anyone is able to put this in properly, myephemeralfishies uses this codechunk to use the aetheryte in idyll to get into hinterlands. Any assistance with getting this to work in this profile would be appreciated!

the aetheryte doesnt port to hinterlands, you have to run there, unsure of the code chunk for that, had a few files recently get updated to run manually
 
asked in game, guess it was implemented while was on hiatus! helps alot was wanting to use this but it wasnt responding
 
So, on entrax's I was getting expurify not supported. On this one, I get

[23:46:12.204 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#B4EEB4" Message="[UM9000] Teleporting to wait location until I'm ready to farm.." />) Line 763
[23:46:12.209 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#B4EEB4" Message="[UM9000] Teleporting to wait location until I'm ready to farm.." />) Line 763
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)
 
Yeah, exbuddy's been in plugins forever. The hierarchy is as it's been for months. Nothing changed between grinding birch a week ago and going out to cap red scrips last night and getting expurify/exwhatever last night. All entrax/yours/sodimms/exmatts among others SVNs are up to date. No overlapping/conflicting tags that I can find. I have no idea.

The error cluster from the actual log

[hide][08:09:17.633 N] Compiler Error: g:\ARRB\Plugins\ExBuddy\OrderBotTags\Gather\ExGatherTag.cs(133,10) : error CS0246: The type or namespace name 'GatheringSkillOrder' could not be found (are you missing a using directive or an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExPurifyTag.cs(11,16) : error CS0234: The type or namespace name 'Attributes' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExPurifyTag.cs(12,16) : error CS0234: The type or namespace name 'Helpers' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExPurifyTag.cs(13,16) : error CS0234: The type or namespace name 'Windows' does not exist in the namespace 'ExBuddy' (are you missing an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExPurifyTag.cs(22,29) : error CS0246: The type or namespace name 'ExProfileBehavior' could not be found (are you missing a using directive or an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExtendedTalkTo.cs(11,31) : error CS0246: The type or namespace name 'TalkToTag' could not be found (are you missing a using directive or an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\Gardenner.cs(14,30) : error CS0246: The type or namespace name 'ExProfileBehavior' could not be found (are you missing a using directive or an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\Retainer.cs(10,29) : error CS0246: The type or namespace name 'ExProfileBehavior' could not be found (are you missing a using directive or an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExPurifyTag.cs(19,3) : error CS0246: The type or namespace name 'LoggerName' could not be found (are you missing a using directive or an assembly reference?)
[08:09:20.079 N] Compiler Error: g:\ARRB\Plugins\OrderBotTags\ExPurifyTag.cs(19,3) : error CS0246: The type or namespace name 'LoggerNameAttribute' could not be found (are you missing a using directive or an assembly reference?)[/hide]

And my hierarchy

t26oej9.png
 
Last edited:
Yeah, exbuddy's been in plugins forever. The hierarchy is as it's been for months. Nothing changed between grinding birch a week ago and going out to cap red scrips last night and getting expurify/exwhatever last night. All entrax/yours/sodimms/exmatts among others SVNs are up to date. No overlapping/conflicting tags that I can find. I have no idea.
When was the last time you reboot your computer? It's a long shot, but wouldn't hurt to try. Also, have you tried deleting the \ExBuddy folder and trying to pull a fresh copy from the SVN to a new folder? Sometimes (rarely) SVNs do weird things.
 
Im having an issue when bot goes to farm Cuprite, teleports to Idylshire then cannot move past a point because of some error, this happened to anyone else. Besides this the profile is good
 
Getting a strange error ofter a recent RB update..

[20:55:40.449 N] Failed to load profile: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#B4EEB4" Message="[UM9000] Teleporting to wait location until I'm ready to farm.." />) Line 763
[20:55:40.491 D] System.Exception: Element ExLog is not supported. Please check your XML and try again. (<ExLog Color="#B4EEB4" Message="[UM9000] Teleporting to wait location until I'm ready to farm.." />) Line 763
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)




EDIT FIXED BY UPDATING ExBuddy SVN...!
 
Last edited:
Hmm...I just tried to run this and when it went to an unspoiled node to collect yellow quartz at 2 AM, it didn't even try to collect it. It just beat on that slot and then left...I set the item in that slot to 1 and 1 for the item and the collectability. Do I need to have collector's glove turned on manually?
 
Hmm...I just tried to run this and when it went to an unspoiled node to collect yellow quartz at 2 AM, it didn't even try to collect it. It just beat on that slot and then left...I set the item in that slot to 1 and 1 for the item and the collectability. Do I need to have collector's glove turned on manually?
Log please.
 
TLDR; You never discovered it so it had to do that for you.

[19:01:02.095 N] [ExGather v3.2.5.1604022] Estimating rotation based off Collectable: { Name: Yellow Quartz }
[19:01:02.100 N] [ExGather v3.2.5.1604022] Rotation did not change
[19:01:02.110 D] Interacting with Unspoiled Rocky Outcrop 0x13CDBCC0
[19:01:02.658 V] [ExGather v3.2.5.1604022] Started gathering from Unspoiled Rocky Outcrop with 621/621 GP at 2:04 PM ET
[19:01:02.670 N] [ExGather v3.2.5.1604022] Rotation Override -> Old: NewbCollect , New: DiscoverUnknowns
[19:01:03.361 D] DoAction Spell 295 0x106B38C1
[19:01:03.361 N] [ExBuddy] Casted Ability -> Sharp Vision III
[19:01:05.106 N] [ExBuddy] Found unknown item in slot 6
[19:01:05.118 N] Gathering
[19:01:12.524 N] Gathering ItemName:Yellow Quartz Chance:100 HqChance:15 Amount:1 RawItemId:5162
[19:01:21.410 V] [ExGather v3.2.5.1604022] Finished gathering from Unspoiled Rocky Outcrop with 386 GP at 2:10 PM ET

Self explanatory from this section of the log.
 
TLDR; You never discovered it so it had to do that for you.

[19:01:02.095 N] [ExGather v3.2.5.1604022] Estimating rotation based off Collectable: { Name: Yellow Quartz }
[19:01:02.100 N] [ExGather v3.2.5.1604022] Rotation did not change
[19:01:02.110 D] Interacting with Unspoiled Rocky Outcrop 0x13CDBCC0
[19:01:02.658 V] [ExGather v3.2.5.1604022] Started gathering from Unspoiled Rocky Outcrop with 621/621 GP at 2:04 PM ET
[19:01:02.670 N] [ExGather v3.2.5.1604022] Rotation Override -> Old: NewbCollect , New: DiscoverUnknowns
[19:01:03.361 D] DoAction Spell 295 0x106B38C1
[19:01:03.361 N] [ExBuddy] Casted Ability -> Sharp Vision III
[19:01:05.106 N] [ExBuddy] Found unknown item in slot 6
[19:01:05.118 N] Gathering
[19:01:12.524 N] Gathering ItemName:Yellow Quartz Chance:100 HqChance:15 Amount:1 RawItemId:5162
[19:01:21.410 V] [ExGather v3.2.5.1604022] Finished gathering from Unspoiled Rocky Outcrop with 386 GP at 2:10 PM ET

Self explanatory from this section of the log.

I know it had to discover it but even after discovering it didn't try to collect. Normal behavior on the "discovery" attempt? e.g. if I go back and run it now with it discovered will it try to collect?
 
Back
Top