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

would love if they'd make the raft part of the normal code. i had it modified, had svn set to not update that one file... and then HB pushes a angler update with it that updated the waterwalking.cs file...
 
would love if they'd make the raft part of the normal code. i had it modified, had svn set to not update that one file... and then HB pushes a angler update with it that updated the waterwalking.cs file...
Lesson learned, Always make a backup (I'm as guilty as you are, I ****ed up another botbase while repo was not there anymore, no backup).
Since then I make backups of the files I work on so I can always revert to before I started slashing in the code.

I presume my changes work with the raft then?
Still don't have a raft to test with, so I am depending on reports.
 
Can someone confirm for me that when starting AA and stopping it to change zones, once you're in the new zone, AA will not loot?
 
I added your two updated .cs files for support for the raft and charm.. But for some reason it seems to get stuck in a loop and just keeps casting Fishing Raft. Checked the log file, and there is no details as to help you debug. Hmmm

Anyway it isn't working...
 
I added your two updated .cs files for support for the raft and charm.. But for some reason it seems to get stuck in a loop and just keeps casting Fishing Raft. Checked the log file, and there is no details as to help you debug. Hmmm

Anyway it isn't working...
Should've probably added the auraID to the equasion as well...
Change line:
Code:
if (AnglersFishingRaft != null && AnglersFishingRaft.Use())
to
Code:
if (AnglersFishingRaft != null && StyxWoW.Me.HasAura(124036) && AnglersFishingRaft.Use())
and test it again please.
I would've tested this before I would post, but as said I don't have the raft yet.
 
Any way to change the "Poolfishing" type in a profile ?

I Tried <Poolfishing="False" />

But i got an error.

Thanks
 
Hi.
I've got problem cause after install autoangler2 according to instruction i can't see it in bot selection combo box. Any ideas what can be wrong?
 
Hello people,
is it possible to set up the Autoangler so he fishes throughout mop Fish pools, without which I'm using a profile? Or is there even for that one?
About a response I would be very grateful.
 
Some times my priest get's stuck in a loop casting Levitate, it only happens when I get put in combat with a mob.
 
Weird now it doesn't cast at all, my toon just sits there jumping. If I manually cast it then, it seems to get stuck in a loop of recasting raft.

Should've probably added the auraID to the equasion as well...
Change line:
Code:
if (AnglersFishingRaft != null && AnglersFishingRaft.Use())
to
Code:
if (AnglersFishingRaft != null && StyxWoW.Me.HasAura(124036) && AnglersFishingRaft.Use())
and test it again please.
I would've tested this before I would post, but as said I don't have the raft yet.
 
Weird now it doesn't cast at all, my toon just sits there jumping. If I manually cast it then, it seems to get stuck in a loop of recasting raft.
Have to get that damned raft myself so I can toy around first :D

Gonna send you some stuff trough PM to try :)

Edit: PM send with changes.

Edit 2: All fixed and working. I've re-uploaded the files to my other post here
Included are the Raft, Nat's Hat and the descriptional file for the config screen.
 
Last edited:
AW: [Bot] (Beta) AutoAngler 2 - A pool and stationary fishing bot.

read the first post about the school tag that limits fishing to certain pool objects
 
My appologies if this has been answered but after 30 min of trying to wade through 104 pages in this thread, I'm tired of looking for the answer to my simple question.

I understand if you want to fish for a certain pool you get/ make a profile. But I can't figure out how to get AA to just stand and fish in one place. Meaning, all I want it to do, is just stand and say, fish the water around Pearlfin Village in the Jade Forest. Not for anything specific (because some fish can't be found in schools), just stand there and fish.
I'm sure it's probably something simple, but I'm not that smart.

TY
 
Last edited:
My appologies if this has been answered but after 30 min of trying to wade through 104 pages in this thread, I'm tired of looking for the answer to my simple question.

I understand if you want to fish for a certain pool you get/ make a profile. But I can't figure out how to get AA to just stand and fish in one place. Meaning, all I want it to do, is just stand and say, fish the water around Pearlfin Village in the Jade Forest. Not for anything specific (because some fish can't be found in schools), just stand there and fish.
I'm sure it's probably something simple, but I'm not that smart.

TY

Open bot config & set pool fishing to false.
 
Hey,

i read many about this great bot. I want to try it, but i've got a problem at the starting.

I read, that somebody had the same problem, but i didn't find an answer to this.

My HB didn't find the AutoAngler2, i copied you .rar unpacked into my bot folder. At the starting of HB it says

Compiler Error: error CS0006: Die Metadatendatei "Remoting.dll" konnte nicht gefunden werden.

I hope you can find the problem and help me.

I attached the logfile

i get this too =s
 
AW: [Bot] (Beta) AutoAngler 2 - A pool and stationary fishing bot.

I guess the archive is out of date, try installing from the svn
 
Back
Top