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

Code:
Compiler Error: c:\WoW-Tools\HB_WoD\Bots\autoangler2\Coroutines.Fishing.cs(88,56) : error CS0103: The name 'FilletFish' does not exist in the current context

View attachment 172697
same error... perhaps it is because filet is mispelled in the 'FilletFish' ?

View attachment 172733
Hi, Znuffie, and Multibeast, and thanks for the logs.

We've opened HB-2117 ("AutoAngler: Having problems with FilletFish()") against this issue.

cheers,
chinajade
 
The compiler errors on SVN have been fixed.
We're going to rename Autoangler to FishingBuddy and will include it with Honorbuddy in an upcoming release. It's going to remain open sourced, just like Combat bot.
 
The compiler errors on SVN have been fixed.
We're going to rename Autoangler to FishingBuddy and will include it with Honorbuddy in an upcoming release. It's going to remain open sourced, just like Combat bot.

sounds awesome *hug* thanks.

this should mean we can start using it in draenor? (on the new release)
 
Can we get some settings in the UI to enable/disable using baits and enable/disable filleting fish?

Can I second the above motion?

I don't understand why people want to have their fish filleted right there... It just ends up taking more bag space than if you just caught the fish and filleted them later...


Also having a problem where the bot is not attaching worm supreme to the pole (tried with ephemeral and standard vendor sold fishing pole). Log attached: View attachment 3360 2015-03-25 22.09.txt
 
Last edited:
I replace string #88 in file Coroutines.Fishing.cs (88,56):
Code:
if (await Applylure() || await ApplyBait() || await FilletFish())
with that
Code:
if (await Applylure() || await ApplyBait())

works for me

Thanks chinajade, highvoltz, Znuffy! +rep
 
Can we get some settings in the UI to enable/disable using baits and enable/disable filleting fish?
Can I second the above motion?

I don't understand why people want to have their fish filleted right there... It just ends up taking more bag space than if you just caught the fish and filleted them later...


Also having a problem where the bot is not attaching worm supreme to the pole (tried with ephemeral and standard vendor sold fishing pole). Log attached: View attachment 173090
Hi, FaceRollFTW and Geech6,

We've opened HB-2125("FishingBuddy: Options to enable/disable FilletFish and use of baits?") against the issue.

@Geech6, thanks for the log.

I believe if you check, you cannot manually apply the Worm Supreme to either of the fishing poles you tried. The Emphemeral is not a 'permanent' fishing pole, and the normal basic Fishing Pole is also ineligible for the bait.

cheers,
chinajade


[size=-2]Ref: [post=1904552]Geech6's post w/log[/post][/size]
 
Last edited:
How can i turn off the feature of auto gutting and cleaning the fish? it saves space when catching enormous types of fish.
 
Hi, FaceRollFTW and Geech6,

I believe if you check, you cannot manually apply the Worm Supreme to either of the fishing poles you tried. The Emphemeral is not a 'permanent' fishing pole, and the normal basic Fishing Pole is also ineligible for the bait.

cheers,
chinajade

This is incorrect. Worm Supreme can be applied to either manually. This was working in the prior version, as I have been fishing a lot lately. Just wanted to make sure you were aware this is a legitimate problem. Thanks.
 
Question

How can i turn off the feature of auto gutting and cleaning the fish? it saves space when catching enormous types of fish.
Just wondering if u have figured out how to do it? I have the exactly same question
 
This is incorrect. Worm Supreme can be applied to either manually. This was working in the prior version, as I have been fishing a lot lately. Just wanted to make sure you were aware this is a legitimate problem. Thanks.
Hi, Trevallion, and many thanks for this follow-up!

We've opened HB-2144("FishingBuddy not applying Worm Supreme to fishing poles") against the issue.

cheers,
chinajade
 
Hi, Trevallion, and many thanks for this follow-up!

We've opened HB-2144("FishingBuddy not applying Worm Supreme to fishing poles") against the issue.

My apologies, but I need to clarify my initial post. Fishing Buddy will apply Worm Supreme if it's the only lure in your bags. I just tried deleting Bright Baubles, and clicked the buff off of my pole and the bot correctly applied Worm Supreme to a standard and Ephemeral pole. After looking at the Coroutines.Lure.cs, it appears that it's simply looking for Worm Supreme last. When I moved it to the top of the dictionary entry, it works as expected. I don't know if there is another place in the code that the lure entries are sorted by fishing skill, so this may or may not be useful information. If they are simply applied in the order of the dictionary entries, then that would explain the behavior I'm seeing.

I may be wrong, but previously it would always use Worm Supreme over other lures in my bag. Thanks.
 
Hello, I was wondering if there is a way to make fishing buddy equip a certain fishing pole? I have a +30 and a +100 fishing pole, i was wondering if there was a way to make it equip my +30 pole every time.
 
Hello, I was wondering if there is a way to make fishing buddy equip a certain fishing pole? I have a +30 and a +100 fishing pole, i was wondering if there was a way to make it equip my +30 pole every time.

lol. put the only one pole in your bags... The other one leave in your bank.
 
Back
Top