What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Auto Angler - Addon that fishes and trains plus some other cool features.

Status
Not open for further replies.
Getting the message in HB: INACTIVITY TIMER TRIPPED! LOGGING OUT! -
I'm getting this message all the time, never have problem like this before. Get it on all computers.
IT IS very irritating, as it always log out and HB got an error.
PLZ HELP! :)

p.s. only occur when fishing and this plugin is ON.
 
Getting the message in HB: INACTIVITY TIMER TRIPPED! LOGGING OUT! -
I'm getting this message all the time, never have problem like this before. Get it on all computers.
IT IS very irritating, as it always log out and HB got an error.
PLZ HELP! :)

p.s. only occur when fishing and this plugin is ON.


You need to edit your StyxSettings.xml file in your honorbuddy directory.
The default is True, set it to false like this. (Change True to False, don't add another line)
<LogoutForInactivity>False</LogoutForInactivity>
 
wont load just says "Plugin from X:\Honorbuddy 1.9.5.8\Plugins\AutoAngler9007.1.cs could not be compiled! Compiler errors:
File: AutoAngler9007.1.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
File: AutoAngler9007.1.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
?
 
You need to edit your StyxSettings.xml file in your honorbuddy directory.
The default is True, set it to false like this. (Change True to False, don't add another line)
<LogoutForInactivity>False</LogoutForInactivity>

Thank You, You saved me:)
 
wont load just says "Plugin from X:\Honorbuddy 1.9.5.8\Plugins\AutoAngler9007.1.cs could not be compiled! Compiler errors:
File: AutoAngler9007.1.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
File: AutoAngler9007.1.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
?

Getting the same thing on the compile.
 
Figured out a fix till the Author comes around. If you are having the same issue as I was above, open the CS file with something like EditPadLite (so that the code does not go crazy like with Notepad) and go into your Edit Menu -> Go To Line Number -> Type '423'. At that point, remove the conditional:

if (CharacterSettings.Instance.SelectedBotIndex == 1 || CharacterSettings.Instance.SelectedBotIndex == 2)
waitForBGQueue = true;
else
waitForBGQueue = false;

Save the file into your Plugins directory and then go to HB and go under Plugins. Recompile and it should work perfectly now. Mine does!
 
Figured out a fix till the Author comes around. If you are having the same issue as I was above, open the CS file with something like EditPadLite (so that the code does not go crazy like with Notepad) and go into your Edit Menu -> Go To Line Number -> Type '423'. At that point, remove the conditional:



Save the file into your Plugins directory and then go to HB and go under Plugins. Recompile and it should work perfectly now. Mine does!
It looks like you're using an older version of HB. Version 1.9.5.9 is available to download
 
i seem to be getting a error:

Plugin from C:\Users\James\Desktop\webnbdfe\Plugins\AutoAngler9001.cs could not be compiled! Compiler errors:
File: AutoAngler9001.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
File: AutoAngler9001.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
 
i seem to be getting a error:

Plugin from C:\Users\James\Desktop\webnbdfe\Plugins\AutoAngler9001.cs could not be compiled! Compiler errors:
File: AutoAngler9001.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context
File: AutoAngler9001.cs Line: 423 Error: The name 'CharacterSettings' does not exist in the current context

Update your AutoAngler plugin.
 
Its actually fixed HB needed to be updated.
I just dont like updating HB every week or so. My last version was only Honorbuddy 1.9.5.8 but auto angler didnt like it. Awesome plugin though, never knew this was even possible Pool Fishing is insane!
 
Im not particularly sure why but its not looting anything...it just casts, waits 17s (casting period) and repeats. It also doesn't apply a lure.

Edit* If I manually apply the lure it works. I haven't tested without lures (in my bags).
Edit2* It appears that the issue only applied to the lowest level lure (shiny bauble)
 

Attachments

Last edited:
Auto Angler 9007.2

  • No longer need to disable Inactivity timer since timer automatically gets reset on each cast.
  • Now saves settings in an xml file in Plugins folder
 
Im not particularly sure why but its not looting anything...it just casts, waits 17s (casting period) and repeats. It also doesn't apply a lure.

Edit* If I manually apply the lure it works. I haven't tested without lures (in my bags).
Edit2* It appears that the issue only applied to the lowest level lure (shiny bauble)
I changed how it applies lures in the new 9007.2 version. Could you check to see if its working for you?. Also I've seen some CCs interfer with this plugin so try another one if problem isn't fixed.
 
If I finish off the remainder of my bright baubles I'll get some of the lower version ones to test it out. Also I was using the default paladin cc.
 
I fished 1-118 last night in one spot and didn't see any time outs.
He did auto equip and used bobbles no problems.
(not saying it will work tonight but it sure worked fine last night)

hey guys do you think there is some time limit you should fish in one place ?
 
Getting the following error message:

Code:
An exception was thrown: System.NullReferenceException: Object reference not set to an instance of an object.
   at HighVoltz.AutoAngler.equipPole() in c:\Program Files\Honorbuddy\Plugins\AutoAngler9007.2.cs:line 875
   at HighVoltz.AutoAngler.Pulse() in c:\Program Files\Honorbuddy\Plugins\AutoAngler9007.2.cs:line 475

sitting in front of the dalaran fountain when starting the bot, have my normal weapons on, standard white Fishing Pole in my bags.

latest plugin download, HB 1.9.5.9.

also just found out that it will crash HB to a send error report if you click the config button in the plugins tab
 
Getting the following error message:

Code:
An exception was thrown: System.NullReferenceException: Object reference not set to an instance of an object.
   at HighVoltz.AutoAngler.equipPole() in c:\Program Files\Honorbuddy\Plugins\AutoAngler9007.2.cs:line 875
   at HighVoltz.AutoAngler.Pulse() in c:\Program Files\Honorbuddy\Plugins\AutoAngler9007.2.cs:line 475

sitting in front of the dalaran fountain when starting the bot, have my normal weapons on, standard white Fishing Pole in my bags.

latest plugin download, HB 1.9.5.9.

also just found out that it will crash HB to a send error report if you click the config button in the plugins tab
See if deleting the autoangler.xml fixes that
 
cannot find any .xml related to autoangler, is it located somewhere other than within the HB folder?
 
the only thing in my plugin folder is AutoAngler.cs, DHX Protected Items. and DHX Flask User. im going to try taking them out after this AV ends and see if thats affecting it.
 
Status
Not open for further replies.
Back
Top