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!

[FISHING] Ultimate Fishing Profiles - Leveling, Farming, Grinding

- Should there be "exbuddy" in that list of plugins, or just like skywatcher and enable flight?
ExBuddy is a suite of things, but will not show up itself in the Plugins tab. EnableFlight and Skywatcher will, however.

- Retainermaid now appears in my plugins. If I select it or click housekeeping or whatever, boom my application crashes
I believe everyone is experiencing the crashing. In time ExMatt will further develop RetainerMaid.

- if I have the exbuddy trunk link installed via svn under plugins, am I all set to go? what about that fishing thing for orderbottags? I now seem to have an orderbottags folder under reborn buddy and under the exbuddy forum and i dont know where to put the fish 3.0 stuff.
You should no longer need Fish.cs under OrderBotTags if you have ExBuddy under Plugins. Feel free to remove any lingering Fish.cs files and you should be fine.

I'm just so confused at this point. Is there any possibility of a complete folder hierarchy of rebornbuddy top to bottom, including all the exbuddy stuff and with all the correct and most up to date behaviors, tags, etc and I can just put the profiles and additional plugins i want in the appropriate folders? or maybe even one complete with all the best most up to date things people have been adding like the gathering profiles etc etc
There's not much of a need for this right now. Just follow instructions people may provide in their respective topics and you should be g2g.

If you're still having trouble, feel free to PM your Skype name and I can help you further.
 
I was having the same issues. Even though I'd installed the exbuddy plugin folder. Then I saw another post with something about deleting an orderbottags folder and doing something similar. I'm very new to your work exmatt and I'm trying to figure it out. Until a week ago, I pretty much just used fatebot and a couple basic plugins related to that. Then I used gathering leveling orderbot profiles. Worked fine mostly. Fishing, however, has been difficult. I had all his issues and one where the thanalan II achievement just runs to a river by the spriggan boss fate at the collapsed temple in central thanalan and fishes for things that dont contribute to the achievement.

This may not be the place for it, but I've generated a whole laundry list of questions the last couple of days, like...
- Should there be "exbuddy" in that list of plugins, or just like skywatcher and enable flight?
- Retainermaid now appears in my plugins. If I select it or click housekeeping or whatever, boom my application crashes
- if I have the exbuddy trunk link installed via svn under plugins, am I all set to go? what about that fishing thing for orderbottags? I now seem to have an orderbottags folder under reborn buddy and under the exbuddy forum and i dont know where to put the fish 3.0 stuff.

I'm just so confused at this point. Is there any possibility of a complete folder hierarchy of rebornbuddy top to bottom, including all the exbuddy stuff and with all the correct and most up to date behaviors, tags, etc and I can just put the profiles and additional plugins i want in the appropriate folders? or maybe even one complete with all the best most up to date things people have been adding like the gathering profiles etc etc

In no way am I looking for a shortcut, I just kinda feel like at this point I might be better off uninstalling and trying to dig through the most recent top posts to get what's right. My bot works fine for fates and the master thread of mining/botany order profiles. the animus book plugin works. etc etc. But now I'm worried that I'm ruining my entire folder trying to make sense of this heavensward stuff and the updated fishing codes.

I'm trying hard, but I think I really missed a memo somewhere

Don't try to use retainermaid.... i haven't made any progress on that...still in a just testing phase. And you would have to be at the proper retainer bell for it to try to do anything at all...idk about crashing etc, but it might happen if you aren't in the test spot. I will try to read other pieces and reply, but yea don't use that plugin.

There is no exbuddy plugin.
 
alright. i think i got all that now. so do you guys have any idea on what the story is with that thanalan achivement going to a place with fish that dont count?
 
alright. i think i got all that now. so do you guys have any idea on what the story is with that thanalan achivement going to a place with fish that dont count?

So.. There's 5 Thanalan achievement profiles, and I have no idea what you're fishing for.
 
Off the top of anyones head do you know if this set of profiles will farm Bigfish at all?
 
So.. There's 5 Thanalan achievement profiles, and I have no idea what you're fishing for.
My bad, I'd previously mentioned it and should have included specifics again. It was Thanalan II I believe, and would travel to the sildih excavation to the southwest of black brush. No fish caught there by the profile counted toward any achievement
 
Anybody else excited that the new leather is made from fish? Not to mention the brass/silver tokens you get which buys the 2 star red scrip mats and whatever else you want.
 
hello.

I using KR rebornbuddy (in korea)

I usin this profile and fish.cs

but, it's not changin bait self.

Any profile or plugins for self changing bait ?
 
Thank you!

Updated profile for Titanic Sawfish and here is one for Navigator's Brand.

Code:
<!--
Fishing: Navigator's Brand
Author: makenshi, with special thanks to kagamihiiragi17 and iyake
Version: 1.0.0
Required Teleport Locations:
	Aleport
Required User Interaction:
	Minimal, stop the bot periodically to repair,
	upgrade gear, take a break, clear out 
	inventory, buy bait, etc.  Other than that, this
	profile should be AFKable.  The only thing that
	needs to be done manually is making sure the bot
	has the right bait selected each time it changes location.
Required Setup:
	Set class to Fisher and start.
-->
<Profile>
    <Name>Fishing: Navigator's Brand</Name>
    <KillRadius>50</KillRadius>
    <Order>
		<While Condition="not NqHasAtLeast(7693, 1)">
			<If Condition="not IsOnMap(138)">
				<TeleportTo Name="Aleport" AetheryteId="14" />
			</If>
			<!-- Bait to use: Yumizuno -->
			<Fish Mooch="0" Weather="Clear" Condition="IsTimeBetween(6,15)">
				<FishSpots>
					<FishSpot XYZ="446.4838, 14.61174, 459.4562" Heading="0.6196871" />
					<FishSpot XYZ="441.4242, 14.82406, 466.2219" Heading="5.956208" />
					<FishSpot XYZ="432.0911, 14.81901, 471.2592" Heading="5.629483" />
					<FishSpot XYZ="425.4577, 14.99709, 467.3892" Heading="4.370751" />
				</FishSpots>
			</Fish>
			<WaitWhile Condition="IsTimeBetween(0,6)" />
			<WaitWhile Condition="IsTimeBetween(15,24)" />
		</While>
    </Order>
</Profile>

Code:
<!--
Fishing: Titanic Sawfish
Author: makenshi, with special thanks to kagamihiiragi17 and iyake
Version: 1.0.0
Required Teleport Locations:
	Horizon
Required User Interaction:
	!!NOTE: While this profile will take you to the fishing spot,
	you should stealth first or get yourself there as a battle class,
	kill the mobs, and then stealth.!!
	
	Minimal, stop the bot periodically to repair,
	upgrade gear, take a break, clear out 
	inventory, buy bait, etc.  Other than that, this
	profile should be AFKable.  The only thing that
	needs to be done manually is making sure the bot
	has the right bait selected each time it changes location.
Required Setup:
	Set class to Fisher and start.
-->
<Profile>
    <Name>Fishing: Titanic Sawfish</Name>
    <KillRadius>50</KillRadius>
    <Order>
		<While Condition="not NqHasAtLeast(4924, 1)">
			<If Condition="not IsOnMap(140)">
				<TeleportTo Name="Horizon" AetheryteId="17" />
			</If>
			<!-- Bait to use: Floating Minnow -->
			<Fish Mooch="2" Weather="Clear" Condition="IsTimeBetween(12,20)">
				<FishSpots>
					<FishSpot XYZ="-532.478, 50.66927, -718.0302" Heading="4.897712" />
					<FishSpot XYZ="-524.1594, 50.29207, -692.7427" Heading="5.090202" />
					<FishSpot XYZ="-544.8403, 55.04424, -735.3668" Heading="5.500155" />
					<FishSpot XYZ="-535.1782, 55.53166, -728.6597" Heading="5.755666" />
					<FishSpot XYZ="-589.3267, 56.69419, -798.9664" Heading="3.130344" />
					<FishSpot XYZ="-613.4243, 58.97658, -809.7449" Heading="2.156747" />
					<FishSpot XYZ="-616.8986, 59.47539, -830.7173" Heading="2.338279" />
					<FishSpot XYZ="-630.2462, 62.21183, -837.5737" Heading="3.744793" />
					<FishSpot XYZ="-645.955, 62.09896, -825.1229" Heading="4.021253" />
					<FishSpot XYZ="-648.0833, 59.45582, -765.8817" Heading="5.481137" />
				</FishSpots>
			</Fish>
			<WaitWhile Condition="IsTimeBetween(20,24)" />
			<WaitWhile Condition="IsTimeBetween(0,12)" />
		</While>
    </Order>
</Profile>

Are these profiles still working with Orderbot? I had skywatcher enabled but didn't seem to trigger...
 

Attachments

Those profiles aren't using Skywatcher for anything.

[19:07:31.085 N] [ExFish v3.1.0.1511240] Waiting for the proper weather...
[19:13:29.418 N] Stopping the bot. Reason:Pushed the stop button.
[19:13:29.441 D] CurrentBot.Stop()

That is the legacy setting for weather, not predictive. Take a look at how skywatcher works in my example profiles or Entrax's Pipira Pira.
 
Last edited:
Those profiles aren't using Skywatcher for anything.

[19:07:31.085 N] [ExFish v3.1.0.1511240] Waiting for the proper weather...
[19:13:29.418 N] Stopping the bot. Reason:Pushed the stop button.
[19:13:29.441 D] CurrentBot.Stop()

That is the legacy setting for weather, not predictive. Take a look at how skywatcher works in my example profiles or Entrax's Pipira Pira.

Oh ok, sorry about that. I thought the weather line in the profile was for skywatcher. Guess I'll try to figure out how to incorporate it. Thanks for the quick reply!
 
I was using this plugin starting at level 24, and it worked wonderfully.

I got into the 32-35 section, and noticed the bot was only catching fish worth ~300-600 exp (nq), I found a post by pengy99 earlier in the thread indicating incorrect nodes were used, however the nodes he mentioned did not line up with the nodes in the new version listed by SinisterJoint on page 28.

I was able to correctly identify the nodes you want in order to fish in "North Bronze Lake" for 32-35 instead of staying in "Bronze Lake Shallows"
Those incorrect nodes were
Code:
<FishSpot XYZ="515.3536, -3.4, 159.4224" Heading="1.662571" />
<FishSpot XYZ="573.8627, -3.4, 144.2816" Heading="2.987542" />
<FishSpot XYZ="599.4526, -3.4, 160.0017" Heading="1.56105" />
<FishSpot XYZ="615.3223, -3.4, 148.5366" Heading="3.193154" />
<FishSpot XYZ="636.0527, -3.4, 160.8441" Heading="0.1371253" />

You can either comment those nodes out in the profile posted on page28 or download this edited version. The old nodes are still there, just commented out.
As far as I am aware this is the most recent version, unless updates have been made in another thread.

Hopefully this will help out future users looking to run this great profile.
Remember that you just need the ExBuddy repository added, as the old fish.cs is no longer maintained as it's own separate project: https://github.com/MGramolini/ExBuddy

View attachment Fishing_Leveling_1-50 Selects Bait.xml
 
Last edited:
I was using this plugin starting at level 24, and it worked wonderfully.

I got into the 32-35 section, and noticed the bot was only catching fish worth ~300-600 exp (nq), I found a post by pengy99 earlier in the thread indicating incorrect nodes were used, however the nodes he mentioned did not line up with the nodes in the new version listed by SinisterJoint on page 28.

I was able to correctly identify the nodes you want in order to fish in "North Bronze Lake" for 32-35 instead of staying in "Bronze Lake Shallows"
Those incorrect nodes were
Code:
<FishSpot XYZ="515.3536, -3.4, 159.4224" Heading="1.662571" />
<FishSpot XYZ="573.8627, -3.4, 144.2816" Heading="2.987542" />
<FishSpot XYZ="599.4526, -3.4, 160.0017" Heading="1.56105" />
<FishSpot XYZ="615.3223, -3.4, 148.5366" Heading="3.193154" />
<FishSpot XYZ="636.0527, -3.4, 160.8441" Heading="0.1371253" />

You can either comment those nodes out in the profile posted on page28 or download this edited version. The old nodes are still there, just commented out.
As far as I am aware this is the most recent version, unless updates have been made in another thread.

Hopefully this will help out future users looking to run this great profile.
Remember that you just need the ExBuddy repository added, as the old fish.cs is no longer maintained as it's own separate project: https://github.com/MGramolini/ExBuddy

View attachment 193380

I used the profile you attached. I dont know if its only this one, or also the main one, but everytime i died/relogged, my character went to vendor to buy the bait again, so at the end i had like half og the backpack filled with one lure.
Also the bot got lost few times after death, running into the wall. Restart helped, so not a big deal.
 
Is there a thunderbolt eel collectible profile available? I tried using an older one but it doesn't seem to work.
 
Is there any profiles that can collect only: blueclaw shrimp, coerthan crab, and rock mussel?
 
Hi i have a problem with the action cast 299 in the fish.cs script when he cast the 299 "Quit" action the game tell me this action cannot do in this time. I think the cast is to fast because when I see the erorr message i am on the animation of the last fish take so it normal that he cannot do another spell in this time. Can you help me to correct this problem. I thin kif i can put a Wait fucntion before the action cast that can be correct the problem.

Thank !
 
Fishing quit action fails.

Hi i have a problem with the action cast 299 in the fish.cs script when he cast the 299 "Quit" action the game tell me this action cannot do in this time. I think the cast is to fast because when I see the erorr message i am on the animation of the last fish take so it normal that he cannot do another spell in this time. Can you help me to correct this problem. I thin kif i can put a Wait fucntion before the action cast that can be correct the problem.

Thank !


I have the same problem.
 
Back
Top