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!

Please see post #35 above. I am not sure why TurnInCollectable would be giving you that message, because AFAIK it should be unique, as I created it.
For sure, you cannot have the two FlightPathTo tag definitions in the Plugins directory tree. I believe the loader searches the entire hierarchy looking for stuff to load. If you go to the new thread I identified in #35, try following the "how to use" instructions, and see if you get a better result.

God, I'm sorry I skipped over that when I was reading the thread for a response just earlier. Thank you and I'll do just that.
 
omg omg omg omg OMG

Why is this so good? Thank you so much for making this!!!

Quick question. What would be required to allow the bot to read the "Fish Log" and find out if a certain fish has been caught already?
 
omg omg omg omg OMG

Why is this so good? Thank you so much for making this!!!

Quick question. What would be required to allow the bot to read the "Fish Log" and find out if a certain fish has been caught already?

It does do that. Are you trying to make a profile that only catches each fish once...i'm not sure what you are trying to do?

Edit: I misread your post....

I don't know if there is access to that window in the bot yet... its probably not a very highly requested feature.
 
Whenever I try to load a profile I get this

Code:
[19:42:04.247 D] System.Exception: Element Fish is not supported. Please check your XML and try again. (<Fish Condition="Core.Player.ClassLevel &lt; 5" mooch="0" shuffleFishSpots="true" confirmKey="Numpad0" moveCursorRightKey="Numpad6" bait="Lugworm">
  <Keepers>
    <Keeper name="Lominsan Anchovy" />
    <Keeper name="Harbor Herring" />
  </Keepers>
  <FishSpots>
    <FishSpot XYZ="-202.6564, 3.999995, 248.9884" Heading="4.006962" />
    <FishSpot XYZ="-207.7175, 3.999995, 255.5887" Heading="3.989002" />
    <FishSpot XYZ="-213.5482, 3.999995, 262.9254" Heading="4.032618" />
    <FishSpot XYZ="-219.6382, 3.999995, 269.8561" Heading="3.989002" />
    <FishSpot XYZ="-217.5917, 3.999995, 270.7964" Heading="0.8537986" />
    <FishSpot XYZ="-212.1019, 3.999995, 264.499" Heading="0.8537986" />
    <FishSpot XYZ="-206.8155, 3.999995, 258.4349" Heading="0.8537986" />
    <FishSpot XYZ="-202.2638, 3.999995, 252.7712" Heading="0.8948486" />
  </FishSpots>
</Fish>) Line 75
   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)

I did the orderbottag thing and made a fish folder, then used SVN

I don't understand
 
Whenever I try to load a profile I get this

Code:
[19:42:04.247 D] System.Exception: Element Fish is not supported. Please check your XML and try again. (<Fish Condition="Core.Player.ClassLevel < 5" mooch="0" shuffleFishSpots="true" confirmKey="Numpad0" moveCursorRightKey="Numpad6" bait="Lugworm">
  <Keepers>
    <Keeper name="Lominsan Anchovy" />
    <Keeper name="Harbor Herring" />
  </Keepers>
  <FishSpots>
    <FishSpot XYZ="-202.6564, 3.999995, 248.9884" Heading="4.006962" />
    <FishSpot XYZ="-207.7175, 3.999995, 255.5887" Heading="3.989002" />
    <FishSpot XYZ="-213.5482, 3.999995, 262.9254" Heading="4.032618" />
    <FishSpot XYZ="-219.6382, 3.999995, 269.8561" Heading="3.989002" />
    <FishSpot XYZ="-217.5917, 3.999995, 270.7964" Heading="0.8537986" />
    <FishSpot XYZ="-212.1019, 3.999995, 264.499" Heading="0.8537986" />
    <FishSpot XYZ="-206.8155, 3.999995, 258.4349" Heading="0.8537986" />
    <FishSpot XYZ="-202.2638, 3.999995, 252.7712" Heading="0.8948486" />
  </FishSpots>
</Fish>) Line 75
   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)

I did the orderbottag thing and made a fish folder, then used SVN

I don't understand

Post the part of the log from when RB starts up so I can see the compilation errors.
 
When I start RB I get this:

Code:
[20:09:04.346 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[20:09:04.346 D] Ultima v1.0.0.0
[20:09:04.442 D] Replaced hook [PreCombatBuff] 60db555f-975d-469a-8e31-7c168de316c6
[20:09:04.442 D] Replaced hook [Heal] 81bdc90b-c19f-4ade-b290-b6fa00b69b85
[20:09:04.443 D] Replaced hook [Pull] 5634e416-a039-48a9-8241-17ff30b1aeb1
[20:09:04.443 D] Replaced hook [CombatBuff] 95c6be34-94b5-4ccd-9339-44709b4fa316
[20:09:04.443 D] Replaced hook [Combat] aaa7d608-ebc8-4856-a94d-8aaa4b585b2e
[20:09:04.443 D] Replaced hook [Rest] 552d4436-776e-482f-9e34-d6ced6a13f6c

No errors D:

This is what my directory looks like:

eBDO9UA.png


and this is the profile i'm trying to run:

https://www.thebuddyforum.com/rebor...leveling-farming-grinding-28.html#post2029001
 
When I start RB I get this:

Code:
[20:09:04.346 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[20:09:04.346 D] Ultima v1.0.0.0
[20:09:04.442 D] Replaced hook [PreCombatBuff] 60db555f-975d-469a-8e31-7c168de316c6
[20:09:04.442 D] Replaced hook [Heal] 81bdc90b-c19f-4ade-b290-b6fa00b69b85
[20:09:04.443 D] Replaced hook [Pull] 5634e416-a039-48a9-8241-17ff30b1aeb1
[20:09:04.443 D] Replaced hook [CombatBuff] 95c6be34-94b5-4ccd-9339-44709b4fa316
[20:09:04.443 D] Replaced hook [Combat] aaa7d608-ebc8-4856-a94d-8aaa4b585b2e
[20:09:04.443 D] Replaced hook [Rest] 552d4436-776e-482f-9e34-d6ced6a13f6c

No errors D:

That's not all of your startup log though, he's asking for the stuff that comes before:
[15:08:21.260 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
 
That's not all of your startup log though, he's asking for the stuff that comes before:
[15:08:21.260 D] [RoutineManager] Routines have been reloaded. Current class-specific list:

there's nothing that comes before that i swear...
 
Ok I found it:

Code:
[20:42:30.685 N] RebornBuddy 1.0.315.0
[20:42:41.648 N] Logging in...
[20:42:42.470 N] T: 5247452524044842700 H: 2972480065
[20:42:43.367 D] Microsoft Windows NT 6.1.7601 Service Pack 1
[20:42:45.389 D] Current Locale Eng
[20:42:45.389 N] Currently a level 58 BlackMage
[20:42:45.396 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
[20:42:47.091 D] [BotManager] Botbases have been reloaded.
[20:42:47.091 D] ChocoboTrainer v1.0.315.0
[20:42:47.091 D] Gardening bot v1.0.315.0
[20:42:47.091 D] Lisbeth v0.0.0.0
[20:42:47.091 D] Combat Assist v1.0.315.0
[20:42:47.092 D] Fate Bot v1.0.315.0
[20:42:47.092 D] PvP v1.0.315.0
[20:42:47.092 D] Fishing v1.0.315.0
[20:42:47.092 D] Grinding v1.0.315.0
[20:42:47.093 D] Gathering v1.0.315.0
[20:42:47.093 D] Order Bot v1.0.315.0
[20:42:47.143 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
[20:42:47.496 N] [Lisbeth] Lisbeth was loaded successfully.
[20:42:47.643 N] [Lisbeth] Logged in.
[B][20:42:49.942 N] Compiler Error: c:\Users\Danny\Downloads\Rebornbuddy 1.0.287.0\Plugins\OrderBotTags\Fish\Fish.cs(328,21) : error CS0246: The type or namespace name 'Collectable' could not be found (are you missing a using directive or an assembly reference?)[/B]
[20:42:54.690 D] [PluginManager] Plugins have been reloaded.
[20:42:54.691 D] Agil v2.0
[20:42:54.691 D] Chanko v1.0.0.1
[20:42:54.691 D] FateStayTeleport v0.1
[20:42:54.691 D] LightPatrol v0.1.2
[20:42:54.691 D] QuestDevTools v0.0.1
[20:42:54.691 D] RebornConsole v0.0.1
[20:42:54.691 D]  Zekken v1.4.2
[20:42:54.692 N] Building Actioncache
[20:42:54.880 N] Action Name:Sprint Action Id:3
[20:42:54.880 N] Action Name:Fire Action Id:141
[20:42:54.880 N] Action Name:Blizzard Action Id:142
[20:42:54.880 N] Action Name:Surecast Action Id:143
[20:42:54.880 N] Action Name:Thunder Action Id:144
[20:42:54.880 N] Action Name:Sleep Action Id:145
[20:42:54.880 N] Action Name:Blizzard II Action Id:146
[20:42:54.880 N] Action Name:Fire II Action Id:147
[20:42:54.880 N] Action Name:Thunder II Action Id:148
[20:42:54.880 N] Action Name:Transpose Action Id:149
[20:42:54.880 N] Action Name:Swiftcast Action Id:150
[20:42:54.880 N] Action Name:Lethargy Action Id:151
[20:42:54.880 N] Action Name:Fire III Action Id:152
[20:42:54.880 N] Action Name:Thunder III Action Id:153
[20:42:54.880 N] Action Name:Blizzard III Action Id:154
[20:42:54.880 N] Action Name:Aetherial Manipulation Action Id:155
[20:42:54.880 N] Action Name:Scathe Action Id:156
[20:42:54.880 N] Action Name:Manaward Action Id:157
[20:42:54.880 N] Action Name:Convert Action Id:158
[20:42:54.880 N] Action Name:Freeze Action Id:159
[20:42:54.880 N] Action Name:Apocatastasis Action Id:160
[20:42:54.880 N] Action Name:Manawall Action Id:161
[20:42:54.880 N] Action Name:Flare Action Id:162
[20:42:54.880 N] Action Name:Ley Lines Action Id:3573
[20:42:54.880 N] Action Name:Sharpcast Action Id:3574
[20:42:54.880 N] Action Name:Enochian Action Id:3575
[20:42:54.880 N] Action Name:Blizzard IV Action Id:3576
[20:42:54.880 N] Action Name:Raging Strikes Action Id:101
[20:42:54.880 N] Action Name:Night Wing Action Id:1573
[20:42:54.880 N] Action Name:Phantom Dart Action Id:1574
[20:42:54.880 N] Action Name:Aetheric Burst Action Id:1581
[20:42:54.880 N] Action Name:Equanimity Action Id:1582
[20:42:54.880 N] Action Name:Mana Draw Action Id:1583
[20:42:54.880 N] Action Name:Purify Action Id:1584
[20:42:54.880 N] Done building Actioncache
[20:42:54.916 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
 
Do you only have the fish folder? I'm guessing the error is because he moved the collectable.cs stuff out of there and into the Gather folder. So if that's the problem, you could either grab the zip from the first post that still contains the collectable.cs if you only use his fish stuff, or you could grab everything from his git if you use more than just his fish profiles
 
Last edited:
Do you only have the fish folder? I'm guessing the error is because he moved the collectable.cs stuff out of there and into the Gather folder. So if that's the problem, you could either grab the zip from the first post that still contains the collectable.cs if you only use his fish stuff, or you could grab everything from his git if you use more than just his fish profiles

That fixed it, thank you. The collectible.cs isn't in the SVN for some reason.
 
That fixed it, thank you. The collectible.cs isn't in the SVN for some reason.

it was moved out of the fish folder and into the gather folder, I suspect he was just tired and forgot that it would break stuff for people only getting the fish folder via svn in this thread =)
 
Ok I found it:

Code:
[20:42:30.685 N] RebornBuddy 1.0.315.0
[20:42:41.648 N] Logging in...
[20:42:42.470 N] T: 5247452524044842700 H: 2972480065
[20:42:43.367 D] Microsoft Windows NT 6.1.7601 Service Pack 1
[20:42:45.389 D] Current Locale Eng
[20:42:45.389 N] Currently a level 58 BlackMage
[20:42:45.396 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
[20:42:47.091 D] [BotManager] Botbases have been reloaded.
[20:42:47.091 D] ChocoboTrainer v1.0.315.0
[20:42:47.091 D] Gardening bot v1.0.315.0
[20:42:47.091 D] Lisbeth v0.0.0.0
[20:42:47.091 D] Combat Assist v1.0.315.0
[20:42:47.092 D] Fate Bot v1.0.315.0
[20:42:47.092 D] PvP v1.0.315.0
[20:42:47.092 D] Fishing v1.0.315.0
[20:42:47.092 D] Grinding v1.0.315.0
[20:42:47.093 D] Gathering v1.0.315.0
[20:42:47.093 D] Order Bot v1.0.315.0
[20:42:47.143 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
[20:42:47.496 N] [Lisbeth] Lisbeth was loaded successfully.
[20:42:47.643 N] [Lisbeth] Logged in.
[B][20:42:49.942 N] Compiler Error: c:\Users\Danny\Downloads\Rebornbuddy 1.0.287.0\Plugins\OrderBotTags\Fish\Fish.cs(328,21) : error CS0246: The type or namespace name 'Collectable' could not be found (are you missing a using directive or an assembly reference?)[/B]
[20:42:54.690 D] [PluginManager] Plugins have been reloaded.
[20:42:54.691 D] Agil v2.0
[20:42:54.691 D] Chanko v1.0.0.1
[20:42:54.691 D] FateStayTeleport v0.1
[20:42:54.691 D] LightPatrol v0.1.2
[20:42:54.691 D] QuestDevTools v0.0.1
[20:42:54.691 D] RebornConsole v0.0.1
[20:42:54.691 D]  Zekken v1.4.2
[20:42:54.692 N] Building Actioncache
[20:42:54.880 N] Action Name:Sprint Action Id:3
[20:42:54.880 N] Action Name:Fire Action Id:141
[20:42:54.880 N] Action Name:Blizzard Action Id:142
[20:42:54.880 N] Action Name:Surecast Action Id:143
[20:42:54.880 N] Action Name:Thunder Action Id:144
[20:42:54.880 N] Action Name:Sleep Action Id:145
[20:42:54.880 N] Action Name:Blizzard II Action Id:146
[20:42:54.880 N] Action Name:Fire II Action Id:147
[20:42:54.880 N] Action Name:Thunder II Action Id:148
[20:42:54.880 N] Action Name:Transpose Action Id:149
[20:42:54.880 N] Action Name:Swiftcast Action Id:150
[20:42:54.880 N] Action Name:Lethargy Action Id:151
[20:42:54.880 N] Action Name:Fire III Action Id:152
[20:42:54.880 N] Action Name:Thunder III Action Id:153
[20:42:54.880 N] Action Name:Blizzard III Action Id:154
[20:42:54.880 N] Action Name:Aetherial Manipulation Action Id:155
[20:42:54.880 N] Action Name:Scathe Action Id:156
[20:42:54.880 N] Action Name:Manaward Action Id:157
[20:42:54.880 N] Action Name:Convert Action Id:158
[20:42:54.880 N] Action Name:Freeze Action Id:159
[20:42:54.880 N] Action Name:Apocatastasis Action Id:160
[20:42:54.880 N] Action Name:Manawall Action Id:161
[20:42:54.880 N] Action Name:Flare Action Id:162
[20:42:54.880 N] Action Name:Ley Lines Action Id:3573
[20:42:54.880 N] Action Name:Sharpcast Action Id:3574
[20:42:54.880 N] Action Name:Enochian Action Id:3575
[20:42:54.880 N] Action Name:Blizzard IV Action Id:3576
[20:42:54.880 N] Action Name:Raging Strikes Action Id:101
[20:42:54.880 N] Action Name:Night Wing Action Id:1573
[20:42:54.880 N] Action Name:Phantom Dart Action Id:1574
[20:42:54.880 N] Action Name:Aetheric Burst Action Id:1581
[20:42:54.880 N] Action Name:Equanimity Action Id:1582
[20:42:54.880 N] Action Name:Mana Draw Action Id:1583
[20:42:54.880 N] Action Name:Purify Action Id:1584
[20:42:54.880 N] Done building Actioncache
[20:42:54.916 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing


Ok, I will remove collectables from the fish files, since it doesn't even use them anymore, that way people can just download Fish instead of the whole OrderBotTags section.
 
Ok, I will remove collectables from the fish files, since it doesn't even use them anymore, that way people can just download Fish instead of the whole OrderBotTags section.

But isn't that why the profiles are broken ?
 
But isn't that why the profiles are broken ?
I am going to remove it from being required for the fish file...so fish can work independently. Since it isn't even used in there, i might as well take it out of the code from the fish file.

Edit; already did this actually.
 
Any chance I could get an example of a hotspot fishing profile, tried messing with it, and although the profile works, I don't think I'm using it the correct way (doesn't actually have to be a working profile)
 
Last edited:
oh.. didn't really see any changes to those, guess I misunderstood what you meant by hotspots :P
 
Back
Top