• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • fishing 1-525 dal faountain not working :(

    Discussion in 'Honorbuddy Forum' started by Treebear, Mar 12, 2012.

    Thread Status:
    Not open for further replies.
    1. Treebear

      Treebear New Member

      Joined:
      Feb 7, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      I am experiencing a very annoying issue on my druid with ProfessionBuddy. If I load the dalaran fountain 1-525 fishing profile and start the bot, it will start fishing properly but it fails to click the bobbler in the water to catch a fish. it was fine a while a go, i downloaded auto angler 2 for uldum and twilight fishing but the 1-525 dal fountain one just wont catch the fish or whatever is in the water, please help!!
       
    2. Wolkenfiech

      Wolkenfiech New Member

      Joined:
      Feb 2, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I think we want a log.txt from you ;)
       
    3. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      I'm having exactly this issue! I can't figure it out, I'm afraid I may have somehow set something up wrong...

      Log attached.
       

      Attached Files:

    4. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      OP: This profile doesn't use AutoAngler, it's got it's own fishing logic. I would suggest trying the profile from a "clean" hb folder, IE unzip it to a new folder and run it without installing cc's or plugins. If it works then you know it's conflicting with somethign in your install (possibly AA2), if it still doesn't work then please post a log of that session.

      A mod cannot help you without a log, and it's actually against the Gatherbuddy-Honorbuddy Forum Rules & Guidelines
      Please, help them to help you.

      daemon45, your log indicates you have a few issues, try a clean HB install in a new folder, and post a log of you attempting to fish instead of a gatherbuddy2 session.
       
      Last edited: Mar 13, 2012
    5. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      Sorry, should have clarified that the fishing attempts were at the end of the log. I'll try redownloading HB and see how I go... is there an optimal place to put the folder, or is my desktop fine?
       
    6. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      Desktop is fine, the end of the log shows a lot of issues with interupter ultimate a a few other things, a clean install should help highlight the issue.
       
    7. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      Alrighty, clean install done. Pure PB 1-525 fishing profile log attached.

      Cheers!
       

      Attached Files:

    8. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      This one is over my head, I know the profile does some movement to determine that you are facing correctly, it may be part of that, or may not. Unfortunately I'm unable to help you, hopefully though a dev, or the author of the profile will be able to help.

       
    9. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      No problem Atticus, thanks for trying anyway :) How do you suggest I get their attention? Or will they spot this thread on their own?

      Sent from my Galaxy Nexus using Tapatalk
       
    10. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      install AutoAngler2
       
    11. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      Hey again Tony. I had AA2 installed previously, but didn't put it back in with my fresh install because Atticus said it was unrelated to PB. Should I be using it as my secondary bot with the 1-525 Dala profile?

      Sent from my Galaxy Nexus using Tapatalk
       
    12. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      yes
      Copy and paste the AutoAngler2 folder into the Honorbuddy/Bots folder

      abd then post back if you are ok or not
       
    13. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      Ok, I'll try that in the morning. Thanks :)

      Sent from my Galaxy Nexus using Tapatalk
       
    14. dave1240

      dave1240 New Member

      Joined:
      Apr 25, 2011
      Messages:
      243
      Likes Received:
      3
      Trophy Points:
      0
      I did not know AA2 automatically trains fishing and has logic to use dalaran fountain coins and delete junk.
       
    15. AtticusG3

      AtticusG3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      425
      Likes Received:
      11
      Trophy Points:
      0
      I've personally had the opposite experience, where I've had to delete my "\AppData\Local\Bossland GmbH\Honorbuddy\" folder, and run it with AA2 not installed. The following snippet is copy-pasta from Fishing1-525(dalaran).xml that ships with HB.

      PHP:
      <CustomAction Code="var1 = ObjectManager.GetObjectsOfType&lt;WoWGameObject&gt;().FirstOrDefault(u =&gt; u.SubType == WoWGameObjectType.FishingBobber &amp;&amp; u.CreatedByGuid == Me.Guid);" />
          <If 
      Condition="var1 != null &amp;&amp; ((WoWGameObject)var1).IsValid &amp;&amp; ((WoWFishingBobber)((WoWGameObject)var1).SubObj).IsBobbing" IgnoreCanRun="True">
            <
      CustomAction Code="((WoWGameObject)var1).Interact();" />
          </If>
          <If 
      Condition="var1 == null &amp;&amp; !Me.IsCasting" IgnoreCanRun="True">
            <
      CustomAction Code="SpellManager.Cast(&quot;Fishing&quot;);" />
            <
      WaitAction Condition="false" Timeout="1000" />
          </If>
       
    16. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      Still having the same problem :-\ Log attached.
       

      Attached Files:

    17. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      try a fresh Hb installation plz
       
    18. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      That was a fresh installation! How much "fresher" can I get? I haven't touched it since last night, the only thing I've done is install AA like you said to.
       
    19. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      which profile are you using?
      link it plz
       
    20. daemon45

      daemon45 New Member

      Joined:
      Mar 2, 2012
      Messages:
      30
      Likes Received:
      1
      Trophy Points:
      0
      I'm using the stock 1-525 Dalaran fishing that comes with PB. Attached below.
       

      Attached Files:

    Thread Status:
    Not open for further replies.

    Share This Page