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!

HB ARCHIVES: FishingBuddy--DO NOT DELETE

Soo im fishing for the Eals in Spire of arak, but the bot wont use the [Abyssal Gulper Eel Bait] can anyone help me with that? :) please
 
well, if I comment it out, the hat will not get equipped either. I want AA2 to equip it, but not use it as lure
 
Did you set pool fishing to false? :)

Edit: Replied to an old post. :(
 
Last edited:
well, if I comment it out, the hat will not get equipped either. I want AA2 to equip it, but not use it as lure

Sorry, misunderstood.

Try this:

Open Coroutines.Lure.cs and find:

Code:
if (head != null && Utility.FishingHatIds.Contains(head.Entry))

replace with:

Code:
if (head != null && Utility.FishingHatIds.Contains(head.Entry) && head.Entry != 33820)
 
Last edited:
Following the modifications by Stormchasing (see quote below), here is a version with support for baits.
It will auto select and uses the bait depending on the zone you are in.
In case you are in the Garrison, you can choose in the settings which bait to use and if the bot should use them randomly(if not... who knows what will happen ^^)
It should use the new temporary fishing pole over the others you have, it should also use as modified by Stormchasing the Tentacled Hat and Worm supreme.

Download: View attachment 152822

I don't recommend you to use this version but to wait for an official release.




Edit: I don't promise any support since it shouldn't be too long before the official release, just sharing ;)


doesnt seem to be applying the bait ;/
 
The bot seems to be working for the current profile I'm using, but the water walking is the issue I'm having. *ironically there is someone else on the same profile clearly using the same bot that's doing the same thing right now with me LOL* So what happens is my bot will fly to the location dismount then spend about 5 seconds hooping up and down in the water before it finally decided to click levitate. The other person I'm watching doing the same thing is using the raft. Got any ideas?
 
doesnt seem to be applying the bait ;/
More information is always useful to understand why it works for most and not for you. Check the post on the forum explaining how to share your log. :)
 
Sorry, misunderstood.

Try this:

Open Coroutines.Lure.cs and find:

Code:
if (head != null && Utility.FishingHatIds.Contains(head.Entry))

replace with:

Code:
if (head != null && Utility.FishingHatIds.Contains(head.Entry) && head.Entry != 33820)

Thanks this works if you go back and delete the two // infront of // 33820, // Weather-Beaten Fishing Hat in Util.cs
 
The previously posted "Draenor bait-using link" base, has anyone tried it / used it, or would recommend it?
Currently this is useless in Draenor unless you want to manually apply bait every 5 minutes...
I'd rather AFK in my Garrison for 3 hours per day without any chance of a ban whilst fishing for Eels c:

or by chance is anyone able to help me modify the current files to add Eel bait application
 
The bot seems to be working for the current profile I'm using, but the water walking is the issue I'm having. *ironically there is someone else on the same profile clearly using the same bot that's doing the same thing right now with me LOL* So what happens is my bot will fly to the location dismount then spend about 5 seconds hooping up and down in the water before it finally decided to click levitate. The other person I'm watching doing the same thing is using the raft. Got any ideas?
yes, same problem, any one can fix it?
 
How do I prevent the bot from hearthing and logging out once the bags are full? I don't mind full bags because everything is sent by mail.
 
because both [Tentacled Hat] & [Worm Supreme] items have the same ID the programming seems to ignore the lure. can anyone help.
 
Sorry, misunderstood.

Try this:

Open Coroutines.Lure.cs and find:

Code:
if (head != null && Utility.FishingHatIds.Contains(head.Entry))

replace with:

Code:
if (head != null && Utility.FishingHatIds.Contains(head.Entry) && head.Entry != 33820)

found the answer to my question, just replace the number at the end with 118393 thanks cataphract
 
Back
Top