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

sry but i've got no idea why it isn't working for me... I've reinstalled the Bot via SVN several times now but nothing changes...

any idea?
 
sry but i've got no idea why it isn't working for me... I've reinstalled the Bot via SVN several times now but nothing changes...

any idea?

it`s not working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

===========================================================
Honorbuddy v2.5.7094.573 started.

-------

[Singular] GCD check fix spell set to: Frost Presence
AutoAngler[2.102]: auto facing towards water
AutoAngler[2.102]: auto facing towards water
Останавливаю бота!
Bot Stopped! Reason: User pressed the stop button
AutoAngler[2.102]: Equipping weapons
AutoAngler[2.102]: Warning: It took 10.1537067 seconds to pulse.
This can cause missed bites. To fix try disabling all plugins
AutoAngler[2.102]: In 0 days, 0 hours and 1 minutes we have caught
===========================================================

it`s not updating for svn
https://autoangler2.googlecode.com/svn/trunk

===========================================================
bot is not working yet!!! need fix it somebody
 
Last edited:
You're talking shit... doesnt work
Using latest beta of HB and latest autoangler2
 
Last edited:
ok i taught i was the only idiot with this problem..

Now a friend of mine tested it too and it does NOT work, neither for
him nor for me.
 
Using this link https://autoangler2.googlecode.com/svn/trunk then turnring on HB will update it then restart HB and turning off pool fishing for stationary fishing it will fish fine, it works correctly if you either run a fishing profile for pool fishing or disable pool fishing for stationary, this bot works just don't be a noob and your fine!
 
I do not know that exact answer to this but you fix it by going to AutoAngler2 settings > Advanced > PathPrecision and increasing the value
6.jpg

7.jpg

8.jpg

9.jpg
 
Last edited:
You're talking shit... doesnt work
Using latest beta of HB and latest autoangler2

beta is not work correctly = 15 min and crash! (older version) and i write about my version - it`s the last version of HB. Autoangler2 downloaded from SVN old version automatically updating when Honnorbuddy is launch this plugin.
ITS NOT WORKING (plugin autoangler2)!!!! fuck beta!
 
Not fishing with current version of AA and PB

Code:
AutoAngler[2.102]: auto facing towards water
Flushing timed movement. Direction: ForwardBackMovement
AutoAngler[2.102]: auto facing towards water
Flushing timed movement. Direction: ForwardBackMovement
AutoAngler[2.102]: auto facing towards water
Flushing timed movement. Direction: ForwardBackMovement

This is all I am getting now trying to use Auto Angler. It works fine on a fresh install, but if you stop it ONCE, this spams the chat window, and my character wiggles back and forth. I have tried standing at the edge of land, out in the water on the Angler's Raft, standing in the water, it does not matter. It does not register that my character is facing water.
 

Attachments

i have experienced this as well... i noticed this code in MoveToPool.cs and think it might be where a fix would be applied, but i don't know how to fix. or i could be off base for where to address it. (for me it seems like it's jumping faster than raft can be activated, preventing it from starting. and if i hit a movement key it fixes itself or if i hit jump it shifts it's timing and fixes itself)
anybody knows if there would be a fix by adding a wait between jumps below?

Code:
   if (_me.IsSwimming)
                {
                    if (_me.GetMirrorTimerInfo(MirrorTimerType.Breath).CurrentTime > 0)
                        WoWMovement.Move(WoWMovement.MovementDirection.JumpAscend);
                    else if (_me.MovementInfo.IsAscending || _me.MovementInfo.JumpingOrShortFalling)
                        WoWMovement.MoveStop(WoWMovement.MovementDirection.JumpAscend);
                }


having the same problem since ages. Happens with Priest and DK.
A fix would be awesome.
 
Back
Top