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

I've tried pretty much everything every other post with people having issues have tried.. no change.. 4 casts and wow stops responding
 
no need WOD lure changer, just open 'Coroutines.Lure.cs' and add

{118391, "Worm Supreme"},

below the list of the lures showing and it'll start using worm supreme
but it will show a red ! cos the fire is not original. when Autoangler2 is officially updated u have to delete that file before using SVN update or else it won't update the file
 
Working on a mod of this for lunker farming. Trying to get it to go to flight master and fish a different area if you get 5 for the current area. Pretty complex to get it to run to a flight master and go where you want. We'll see if this is viable.
 
Any idea on why the bot won't loot when the fish bites? It just goes straight to casting again.
 
Last edited:
Working on a mod of this for lunker farming. Trying to get it to go to flight master and fish a different area if you get 5 for the current area. Pretty complex to get it to run to a flight master and go where you want. We'll see if this is viable.
Pretty easy,Switch zones should easy to manage,go back for turn in could be hooked into the Vendorrun, ... Bit there are many ways to rome ;)
 
So this may just be me sounding dumb, but is there a way to make worm supreme take priority over the weather beaten fishing hat? I'm wearing the hat and have bought a bunch of worms, not sure how to change that and I'm reluctant to try and change that manually. How would one one just straight up disable the hat fishing lure, if you can't use a priority?
 
Last edited:
Hi, i've been using it for a few days and it works amazing, my only question is, if i go to a specific point like arak, will it use the specific bait that is needed there or it will keep using a random bait?

I have only used it on the garrison.
 
Atm i'm having this issue,

It won't load any profile anymore.


Changing current profile to Fishing in garrison with mailbox
Starting the bot!
Currently Using BotBase : AutoAngler
Current zone is Frostwall (Frostwall - Zone - World of Warcraft)
AutoAngler 2.135: Using Hellscream's War Staff for mainhand weapon
Changing current profile to Empty Profile.

Why does he do this?
 
i am using the bot in my garrison just for stationary fishing, is there any way how to train new fishing skill when current is max-ed, fishing trainer is right behind me
 
i am using the bot in my garrison just for stationary fishing, is there any way how to train new fishing skill when current is max-ed, fishing trainer is right behind me


If you get/buy the draenor fishing skill it will raise your max to 700, no need to visit a trainer in between runs.
 
Anyone who could help me with this

For some reason my bot fishes but doesn't click it anyone know what could be wrong?
 
Be sure you add the line to the top of the list or it will prefer the lower level lures. It is a priority list and will use the top item first.

Can also add Nat's Hookshot for lunker fishing, but again, it must be added to the top of the list or it will prefer other lures first. Then just remove the Hookshot from your bag when you aren't lunker fishing.

as an example, my list is set up like:

Code:
private static readonly Dictionary<uint, string> Lures = new Dictionary<uint, string>                                                                
                                                                {
                                                                    {116755, "Nat's Hookshot"},
                                                                    {118391, "Worm Supreme"},
                                                                    {68049, "Heat-Treated Spinning Lure"},
                                                                    {62673, "Feathered Lure"},
                                                                    {34861, "Sharpened Fish Hook"},
                                                                    {46006, "Glow Worm"},
                                                                    {6533, "Aquadynamic Fish Attractor"},
                                                                    {7307, "Flesh Eating Worm"},
                                                                    {6532, "Bright Baubles"},
                                                                    {6530, "Nightcrawlers"},
                                                                    {6811, "Aquadynamic Fish Lens"},
                                                                    {6529, "Shiny Bauble"},
                                                                    {67404, "Glass Fishing Bobber"},
                                                                };

Do you happen to know how to make it put the worm supreme as a priority over the weather beaten fishing hat? Or even how to disable the weather beaten fishing hat?
 
Anyone know how to make it unequip Nat's Hat after it applies the lure? there is no need to keep it on, except for a few sec every 10 min to reapply the +150 lure.

I have Heightfish Cap (Hightfish Cap - Item - World of Warcraft) which is +100 as long as it's worn, but can't force autoangler to keep it on. as long as I have Nat's Hat, it'll wear that all the time.
 
Back
Top