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

As a temporary stopgap, the profile can be implemented to stop the bot when a level is reached in which the user must switch to a different bait, at which point the log states that the bait needs to be switched and the area changed. At that point, the bot will not run again until the user manually changes the location of the toon, to enforce the need to change bait.

It is actually an easy fix, just need to implement a tiny bit of code after every level check in the profile, such as:

Code:
(Not actual code)
If (me.level > 19 && me.level < 30)
{
[INDENT]If (me.area == [old level 19 area])
{
[INDENT]Log("Please change to X bait and exit the current area/go to X area, then restart profile");
Bot.Stop();[/INDENT]
}
(all other code for fishing in the new area)[/INDENT]
}

This stopgap would slow down the bot, but remove much of the 'sketchyness'.
 
So how do i set this up to make it as much 100% afkable as possible? I just wanna push through 1-50. I just started right now and in my inevntory i got now 89 lugworms. Do i stack up on certain baits or what do i really do? A quick guide on how to set this up to make it as afkable as possible would be appriciated.
 
So how do i set this up to make it as much 100% afkable as possible? I just wanna push through 1-50. I just started right now and in my inevntory i got now 89 lugworms. Do i stack up on certain baits or what do i really do? A quick guide on how to set this up to make it as afkable as possible would be appriciated.

This profile cannot be made AFK'able until the bot is updated to support changing bots. As it is, the bait must be changed manually, and can only be AFK'ed until the next bait change. If you read the first page and read the contents of the file itself, it will tell you what baits you need and roughly how much, as well as when in the profile you must MANUALLY switch them. That is the best that can be done at this time.
 
This profile cannot be made AFK'able until the bot is updated to support changing bots. As it is, the bait must be changed manually, and can only be AFK'ed until the next bait change. If you read the first page and read the contents of the file itself, it will tell you what baits you need and roughly how much, as well as when in the profile you must MANUALLY switch them. That is the best that can be done at this time.

thanks, but cant really find the content where i get info on how many baits and what baits i need. If you could help me out with a list i'd be very happy! :)
 
thanks, but cant really find the content where i get info on how many baits and what baits i need. If you could help me out with a list i'd be very happy! :)

I's actually inside the profile; open the .xml file with notepad and scroll to each line that says "<!-- Bait to use:" (open the 'find' menu item in notepad to search by text). In each section with that term, it will specify a bait and an estimated quantity. Just make a list of all of them and all of the quantities listed and place them all in your inventory. Afterwards, you just switch to that bait when you get to that portion of the profile (indicated by the '<If Condition="Core.Player.ClassLevel &lt; 10">' where '10' is your fishing level).

A couple posts back I have linked an edited version of the profile which I haven't tested yet, but it should actually stop the bot and tell you in the log where to go and what bait to switch to before restarting; after that, you come back later after it has stopped again and change to the new bait mentioned in the log then start it up again. It might require the StopBot plugin which is included in the other questing profiles such as those posted by y2krazy, but I'm not sure..
 
I believe he is looking for all the quantities and types of baits in the 1-50 leveling profile, not for catching a specific type of fish.
Ah, then yes. It's commented in the profile itself, as Cloud mentioned.
 
When i hit 27 i went to get some chocobo fly's as i see that's what the profile wants me to do. But it's not using mooch and it's only asking for 2-3 chocobo fly's (i got over 30, just in case this would happen). Im 28 now and out of chocobo fly's. So i don't really get it, what am i supposed to do? :s
 
When i hit 27 i went to get some chocobo fly's as i see that's what the profile wants me to do. But it's not using mooch and it's only asking for 2-3 chocobo fly's (i got over 30, just in case this would happen). Im 28 now and out of chocobo fly's. So i don't really get it, what am i supposed to do? :s
Buy like 10 of the bait and run the profile. Should be fine to do 28-30 with 10.
 
Roger! Seems like i'll need more of this bait all the way up until 35. How many do you approx ill need?

Edit: I just went to get 99 of them. CBA. :D
 
Last edited:
Roger! Seems like i'll need more of this bait all the way up until 35. How many do you approx ill need?

Edit: I just went to get 99 of them. CBA. :D

Sorry to say but lures are dumb luck. I've had the same lure last for a day and then lose 5 in an hour of the same profile.
 
Using gigant clam profile, i left it all night but he didnt catch any fish, i suppose because cant fish all time in that position. Any advice to avoid this?
 
Using gigant clam profile, i left it all night but he didnt catch any fish, i suppose because cant fish all time in that position. Any advice to avoid this?


Did it catch the NQ version fish? or other fish? Just checking what you mean by any fish.
 
You can try the profile I created to get past these clams.

View attachment Fishing_GigantClam.xml

I made this so I can afk 100% for days till the 30 hq clams are caught.

Instructions:
Set FSH gear set to 6, or change it in the profile.
Add NPCRepairTag.cs to OrderBotTags. NPCRepair Instructions
Set bait to Heavy Steel Jig.
Buy a bunch of Spinach Quiche.

This will go to Aleport in offtimes and fish up Hammerhead Sharks. Reason I did this is because if you fish in the same zone for too long, it will say "Fish is amiss" and you wont be able to pick anymore fish up. This way it will prevent that from triggering. It will go to Costa, repair at 50%, then wait in the spot till 11pm Eorzea time. Sometimes it wouldn't put the fishing rod away, so I created a CodeChunk to fix that problem.
 
Im gonna try this too :)

UPDATE: working good, i cant find the code for the mender in costa del sol , can u give me?
i got a lot of clam but all nq :/ and it will eat spinach quiche hq?
 
Last edited:
Back
Top