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!

I've received a lot of emails about this profile. Rather than keep it and the changes I've made to myself, I have written a public version.

Servers are down, and we can't be sure when RB will be updated to the new version when they are back up. Once the servers come back up I will verify the new Tour Guide feature and release it once I can get in to RB to access some coordinates. This version will take you to the fishing holes, assist you in entering your own Fishspots. In the profile notes it tells you exactly how to change coordinates, how to use RB to locate the coordinates of the spot you are standing, what to change, and even the line numbers in the code you need to enter. If you miss one, the profile will inform you what is missing when you get to a spot you have not yet customized.

Releasing this profile this way will save all of us the hassle of having another botter fly in and stand on top of us while fishing. This makes fishing more relaxing by adding peace of mind for people like myself. Future modifications to the profile will be based on the public version. Try out the Tour Guide, and enjoy. Happy Fishing.

With all the new content coming out Tuesday I doubt there will be that many fishing with this profile, but I'll aim for having it out by Tuesday late night or Wednesday morning. I'll update the OP when I release it.

From patch notes:
[3.0] An aethernet has been added to Idyllshire.
* In accordance with this change, the goodly adventurer no longer transfers players to different locations.

This has been sorted, will just TP out using the aethernet. Profile will attune for you if you haven't done so yet.


Everything is written but can't be tested yet. Waiting for dust to settle on the RB version and any tags that need to be sorted before I can do anything more with this.
 
I'm glad you decided to use/find a workaround.. who knows, might become the norm =)
 
Here is what I advise using.

Insert the following Code Chunk into your code chunks section:
<CodeChunks>
<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);
]]>
</CodeChunk>
</CodeChunks>

Then replace your Goodly Adventurer line with this:
<RunCode Name="Aethernet"/>
 
Last edited:
Here is what I advise using.

Insert the following Code Chunk into your code chunks section:
<CodeChunks>
<CodeChunk Name="Aethernet">
<=!=[=C=D=A=T=A=[
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);
]=]=>
</CodeChunk>
</CodeChunks>

Then replace your Goodly Adventurer line with this:
<RunCode Name="Aethernet"/>

fixed

Edit: quoting cdata that wasn't in a code block..interesting.
 
Last edited:
Is there any kind as to send me the latest version that was available before it was taken down? Please send through pm if possible.

Thanks in advance. :)
 
I'll put that chunk in and test, if all goes according to plan I'll post the new one tonight.

I've been distracted with Zetas. :0



Edit: Updated OP.
 
Last edited:
I get an error everytime I try to run this

Code:
[04:24:01.730 N] Failed to load profile: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 147, position 158.
[04:24:01.730 D] System.Xml.XmlException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 147, position 158.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
   at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
   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)

I have Exmatt's OrdetBotTags. Am I missing something? Though I haven't set any hotspots on the profile yet since I was expecting it to guide me where to fish the first time I try to run it
 
I get an error everytime I try to run this

Code:
[04:24:01.730 N] Failed to load profile: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 147, position 158.
[04:24:01.730 D] System.Xml.XmlException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 147, position 158.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
   at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
   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)

I have Exmatt's OrdetBotTags. Am I missing something? Though I haven't set any hotspots on the profile yet since I was expecting it to guide me where to fish the first time I try to run it


Nope, not you. That's what I get for rushing last minute text editing in an attempt to make things more visible in the log. Changing the file now. Thanks.
 
I keep getting this error. is there something i need to change on line 261?. Sorry I'm still kind of new to all of this.

[05:50:54.114 N] Failed to load profile: Element NPCRepair is not supported. Please check your XML and try again. (<NPCRepair NpcID="1011948" DialogOption="4" />) Line 261
[05:50:54.114 D] System.Exception: Element NPCRepair is not supported. Please check your XML and try again. (<NPCRepair NpcID="1011948" DialogOption="4" />) Line 261
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.(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)
 
@Diamond13 Make sure you have NPCRepairTag.cs installed

1st of all awesome job. I started making my own profile but yours blow mine from miles away.

Still small bugs. Turn-ins of illuminati perk doesnt work. The windows stucks there and on top of it tries to spam desynth but cause window is open it fails. After you close it it buys baits and tokens and starts desynthing. Atherial Reduction though never happens. I suggest using the
Code:
<ExPurify/>
tag.

Also RB stucks after desynth and spams this message on console
Code:
[10:34:48.517 D] Replaced hook [ProfileOrderBehavior_Hook] 51a8b634-fd6a-4505-87cc-b7a42ba6f3d2
[10:34:48.577 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.577 D] Replaced hook [ProfileOrderBehavior_Hook] db498f81-bb1c-4af1-9447-77ad228ab351
[10:34:48.692 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.692 D] Replaced hook [ProfileOrderBehavior_Hook] 2a80fea7-fb22-4f0c-8c88-f56fed1547ba
[10:34:48.807 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.807 D] Replaced hook [ProfileOrderBehavior_Hook] 716b8e98-1043-4b18-ba31-a103b88d0807
[10:34:48.918 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.918 D] Replaced hook [ProfileOrderBehavior_Hook] 522d18b4-9591-4a42-81b1-8081067bc23d
[10:34:49.029 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.029 D] Replaced hook [ProfileOrderBehavior_Hook] cad4e740-3a07-481e-8062-edec7d136b45
[10:34:49.089 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.089 D] Replaced hook [ProfileOrderBehavior_Hook] 0154fda1-67b4-4a37-bfb9-ac245ae873d0
[10:34:49.200 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.200 D] Replaced hook [ProfileOrderBehavior_Hook] edead15d-e735-4ce4-918f-7835b2a24718
[10:34:49.264 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.264 D] Replaced hook [ProfileOrderBehavior_Hook] f800476a-9d36-40b9-8069-df7e9d2e88b8
[10:34:49.372 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.372 D] Replaced hook [ProfileOrderBehavior_Hook] da4d36df-1c56-4401-bdaa-a4e69cc282e5
[10:34:49.482 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.482 D] Replaced hook [ProfileOrderBehavior_Hook] 6913a001-6735-47d1-b469-53bf4ab95c26
[10:34:49.593 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.593 D] Replaced hook [ProfileOrderBehavior_Hook] 805c3e17-4097-4aed-96a7-fe0263cb5e0d
[10:34:49.655 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.655 D] Replaced hook [ProfileOrderBehavior_Hook] 1d779695-fd40-4a88-8917-c22ad70fa573


Edit 1: Just noticed Sweetfish and Illuminati Perk are not getting desynth from inv


Edit 2: ExBuddy has updated with
Code:
<ExUseAethernet/>
maybe use it ? xD

Thats the sample code he provided
Code:
<Order>
		<If Condition="not IsOnMap(418)">
			<TeleportTo AetheryteId="70" Name="Foundation"/>
		</If>
		<While condition="Condition.TrueFor(1, TimeSpan.FromSeconds(30))">
			<ExUseAethernet XYZ="45.79224, 24.55164, 0.9917603" Id="80" Slot="0" AethernetText="&AethernetText;" />
			<ExUseAethernet XYZ="-63.98114, 11.1543, 43.9917" Id="70" Slot="0" AethernetText="&AethernetText;" />
			<ExLog message="Loop Complete"/>
		</While>
		<ExLog message="Profile Complete"/>
	</Order>

Edit 3: Extreme case scenario but if you fishing with lure (ie Bladed Steel Jig) and you lose the last one while fishing you will stay still and spam "no bait is specified"

Edit 4: Illuminati Perk is the one messing with desynth
 
Last edited:
1st of all awesome job. I started making my own profile but yours blow mine from miles away.

Thanks.


Also RB stucks after desynth and spams this message on console
Code:
[10:34:48.517 D] Replaced hook [ProfileOrderBehavior_Hook] 51a8b634-fd6a-4505-87cc-b7a42ba6f3d2
[10:34:48.577 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.577 D] Replaced hook [ProfileOrderBehavior_Hook] db498f81-bb1c-4af1-9447-77ad228ab351
[10:34:48.692 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.692 D] Replaced hook [ProfileOrderBehavior_Hook] 2a80fea7-fb22-4f0c-8c88-f56fed1547ba
[10:34:48.807 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.807 D] Replaced hook [ProfileOrderBehavior_Hook] 716b8e98-1043-4b18-ba31-a103b88d0807
[10:34:48.918 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:48.918 D] Replaced hook [ProfileOrderBehavior_Hook] 522d18b4-9591-4a42-81b1-8081067bc23d
[10:34:49.029 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.029 D] Replaced hook [ProfileOrderBehavior_Hook] cad4e740-3a07-481e-8062-edec7d136b45
[10:34:49.089 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.089 D] Replaced hook [ProfileOrderBehavior_Hook] 0154fda1-67b4-4a37-bfb9-ac245ae873d0
[10:34:49.200 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.200 D] Replaced hook [ProfileOrderBehavior_Hook] edead15d-e735-4ce4-918f-7835b2a24718
[10:34:49.264 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.264 D] Replaced hook [ProfileOrderBehavior_Hook] f800476a-9d36-40b9-8069-df7e9d2e88b8
[10:34:49.372 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.372 D] Replaced hook [ProfileOrderBehavior_Hook] da4d36df-1c56-4401-bdaa-a4e69cc282e5
[10:34:49.482 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.482 D] Replaced hook [ProfileOrderBehavior_Hook] 6913a001-6735-47d1-b469-53bf4ab95c26
[10:34:49.593 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.593 D] Replaced hook [ProfileOrderBehavior_Hook] 805c3e17-4097-4aed-96a7-fe0263cb5e0d
[10:34:49.655 V] [Poi.Clear] Reason: Current behavior changed to ExSalvageTag: { ItemIds: [12770, 12794, 12819, 12730, 12836, 12721, 12805], LineNumber: 436 }.
[10:34:49.655 D] Replaced hook [ProfileOrderBehavior_Hook] 1d779695-fd40-4a88-8917-c22ad70fa573


Edit 1: Just noticed Sweetfish and Illuminati Perk are not getting desynth from inv\


I don't think you are using my public version. The code from your log doesn't match what I released. Try the current version.



Edit 2: ExBuddy has updated with
Code:
<ExUseAethernet/>
maybe use it ? xD

Thats the sample code he provided
Code:
<Order>
		<If Condition="not IsOnMap(418)">
			<TeleportTo AetheryteId="70" Name="Foundation"/>
		</If>
		<While condition="Condition.TrueFor(1, TimeSpan.FromSeconds(30))">
			<ExUseAethernet XYZ="45.79224, 24.55164, 0.9917603" Id="80" Slot="0" AethernetText="&AethernetText;" />
			<ExUseAethernet XYZ="-63.98114, 11.1543, 43.9917" Id="70" Slot="0" AethernetText="&AethernetText;" />
			<ExLog message="Loop Complete"/>
		</While>
		<ExLog message="Profile Complete"/>
	</Order>

I might, but it works fine with the code chunk currently. Hopefully I get time to catch up on ExMatts new stuff soon. I always enjoy it.


Edit 3: Extreme case scenario but if you fishing with lure (ie Bladed Steel Jig) and you lose the last one while fishing you will stay still and spam "no bait is specified"

From notes: "Bladed Steel Jig (Provide your own, bring extras)"
I used to use backup baits, but they just take up inventory spots. No self respecting fisher will run out of jigs. Feel free to add a backup bait if you need one.


Edit 4: Illuminati Perk is the one messing with desynth

Not sure what you mean, as it is not on the list to be desynthed in the code I provided. See above. There are notes as to why it is not on the list. Feel free to add it, but, maybe read the comments in the profile, and try the current version.
 
Last edited:
Hmm, after updating ExMatt's stuff, I don't see any changes to the collectable turn in tag, which is what is used there where the window gets hung up once in awhile. I'll have to check with him on that issue.

I noticed forcepuchase should be set to false instead of true, but that should never come up, as it's coming in with a load of Perch every time. I'll change it in the next update, though this is in no way the cause of the window hang as I've witnessed it. Just a note. Still checking, trying to get this error to be reproducible, focused window or not. Kinda stumped. Any reports of this happening and any extra info as to what was going on, what was running, logs, pretty much any details at this point would be helpful. If it's not happening (turn in collectible window not working) that would be helpful too. It happened once this morning, and not again for me.
 
Last edited:
It teleports me to Sea of Clouds even I have 100+ Red Ballon and RepairEnable is set to 0
 
Back
Top