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

Hi there, I apologize in advance. I'm not very good with this thing. I'm trying to learn. I got ExMatts Fish folder and put it in Plugins\OrderBotTags and I removed the Fish.cs i had put in there from this original post. I then loaded the profile Fishing Levels 1-50 but nothing happens. Have I been stupid? (Most likely answer is yes).

I should add the following:

I added Fish.cs back and restarted RB again and loaded the 1-50 profile and sat down in front of the water and

[00:41:26.060 N] Loaded profile Fishing: Levels 1-50
[00:41:32.427 N] Please select a profile.

It then will never let me hit the stop button, it just starts making my computer wig out.
 
Last edited:
Looks like you might be using Fishbot when you should be using Orderbot. If it is something else, please post a full log.
 
Ugh, told ya, I ended up being stupid. I completely missed that in the reading. My bad. Thank you ExMatt you are awesomesauce!
 
I'm in the late 20's of my leveling the profile keeps on releasing all the fish. Is there anyway I can change this? I was thinking I would have to add an exception in keeper, but honestly not sure where to start in terms of this code.
 
I'm in the late 20's of my leveling the profile keeps on releasing all the fish. Is there anyway I can change this? I was thinking I would have to add an exception in keeper, but honestly not sure where to start in terms of this code.

I THINK that if you remove all the <Keepers></Keepers> tags in the profile, it will not release any fish. Otherwise you can just add the ones you want to keep to the keepers list in the profile.
 
I THINK that if you remove all the <Keepers></Keepers> tags in the profile, it will not release any fish. Otherwise you can just add the ones you want to keep to the keepers list in the profile.
That should work.
 
So I loaded the fish.cs plugin as instructed and wondered why mu guy wasn't moving after fishing for xx #s. Upon further inspection seems the plugin is not being noticed by the app. I see the two that came default with the app and added a new one "multibot" just to see if it was me. Multibot appears on the menu screen but not OrderBotTags(fish.cs)

Thanks for this profiles BTW they are awesome.
 
So I loaded the fish.cs plugin as instructed and wondered why mu guy wasn't moving after fishing for xx #s. Upon further inspection seems the plugin is not being noticed by the app. I see the two that came default with the app and added a new one "multibot" just to see if it was me. Multibot appears on the menu screen but not OrderBotTags(fish.cs)

Thanks for this profiles BTW they are awesome.

Fish.cs is not a plugin it's a collection of orderbot tags, so it'll never show up as a plugin in your drop down menu, just some profiles are using these tags, so you need them
 
Fish.cs is not a plugin it's a collection of orderbot tags, so it'll never show up as a plugin in your drop down menu, just some profiles are using these tags, so you need them


Ok thanks. I did notice that he is not putting his fishing pole away after fishing up xx#s of fish. he just stands there with his rod in his hand ... XD

Ok Update, it worked this time. I loaded another .zip of the ordertags thing and he now moves.

Thanks
 
Last edited:
Darn, was hoping someone had something I could compare with.
I've got a profile I'm working on that does, ice clusters, water clusters, etc and then blue scrips outside the cluster windows so i can get more special baits to use for the ice cluster fish, but it's not perfect yet. Tends to stay mounted for some reason when flying into the new spot, instead of dismounting and starting to fish. I'm not sure why yet. Since landing on an edge doesn't always work out well, I thought I'd have it land a little ways back from it then just go to the hotspots without flying. About half the time the bot just flys in and stands there still mounted. Idk, I'll get it sorted. Not ready to post anything yet.
 
Darn, was hoping someone had something I could compare with.
I've got a profile I'm working on that does, ice clusters, water clusters, etc and then blue scrips outside the cluster windows so i can get more special baits to use for the ice cluster fish, but it's not perfect yet. Tends to stay mounted for some reason when flying into the new spot, instead of dismounting and starting to fish. I'm not sure why yet. Since landing on an edge doesn't always work out well, I thought I'd have it land a little ways back from it then just go to the hotspots without flying. About half the time the bot just flys in and stands there still mounted. Idk, I'll get it sorted. Not ready to post anything yet.

Could include the dismount codechunk, although I haven't had exMatts flightpathto fail it's dismounting..
That said, aetherial fishing would be pretty cool, now it can even hand in and buy bait on it's own I assume XD
 
Think I worked out my main issue.
Still tracking down the dismount problem where the bot trys to start fishing before it has dismounted, using a wait after landing isn't solving it. Must be something in the way I set up the moveto. Once I get that solved we should have ice and water clusters all around.
It's still semi early though, I still need more coffee.
 
Last edited:
For some reason when i put fish.cs in the OrderBotTags plugin its not showing up in my rebornbuddy plugins.
 
the spots for lvl32-25 is not good, at this spots, bot catch fish lvl6-22, so very low xp, there is only 1 spots where the bot catch fish lvl30+, but as it move after 20+ fish everytime it go on bad spots.
And i try to check what was the good spot on the profil file, but the coords are not the same as ingame coord so can't delete the bad spot and keep only the good spot.
if bot can just stay at the good spot it will lvl32-35 very fast 30+mn per lvl, but when bot switch spot and go bad spot, it take 4h for 1lvl
 
the spots for lvl32-25 is not good, at this spots, bot catch fish lvl6-22, so very low xp, there is only 1 spots where the bot catch fish lvl30+, but as it move after 20+ fish everytime it go on bad spots.
And i try to check what was the good spot on the profil file, but the coords are not the same as ingame coord so can't delete the bad spot and keep only the good spot.
if bot can just stay at the good spot it will lvl32-35 very fast 30+mn per lvl, but when bot switch spot and go bad spot, it take 4h for 1lvl

What you could do is, when the bot is standing at the "bad" spot, open the rebornconsole and run this:
Code:
ClearLog();
Log("Zone Id: {0} | Raw Zone Id: {1} | Subzone Id: {2}",WorldManager.ZoneId,WorldManager.RawZoneId,WorldManager.SubZoneId);
Log("{0} {1}",WorldManager.ZoneId,Core.Player.Location);
string location = Core.Player.Location.ToString().Remove(0, 1);
location = location.Remove(location.Length - 1, 1);

That should give you the exact, or near exact coords that are in the profile
 
ok i check the rebornbuddy log windows to see the coord of the good spots :
Here the 2 good spots in the profil where there is : <If Condition="Core.Player.ClassLevel &lt; 35">

<FishSpot XYZ="441.25, -2.875782, 166.3764" Heading="5.86717" />
<FishSpot XYZ="411.9198, -2.852742, 158.9387" Heading="3.627371" />

delete all others spots very bad spots
 
Back
Top