• Visit Rebornbuddy
  • HB ARCHIVES: FishingBuddy--DO NOT DELETE

    Discussion in 'Archives' started by chinajade, Feb 8, 2012.

    1. pwx

      pwx New Member

      Joined:
      Dec 18, 2011
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Priest levitate spam fix

      The IsActive section of WaterWalking.cs is searching for the wrong priest levitate aura. Priest Levitate causes two seperate auras depending on Glyph of Levitate. Unglyphed = 111759 and Glyphed = 111798. The Priest Glyph of the Heavens does not affect either of the two primary auras. I applied a fix to the file and it now works as intended. I tested it by canceling levitate and swapping glyphs while levitate was active and inactive. AutoAngler handled the scenarios fine and continued to fish and apply levitate as appropriate. Below is a snippet showing the correction.

      Code:
              public static bool IsActive
              {
                  get
                  {
                      // DKs have 2 Path of Frost auras. only one can be stored in WoWAuras at any time. 
                      // Priest Levitate causes two seperate auras depending on Glyph of Levitate. Unglyphed = 111759 Glyphed = 111798
      		// Priest Glyph of the Heavens does not affect aura
      				return StyxWoW.Me.Auras.Values.
                                 Count(a => (a.SpellId == 11319 || a.SpellId == 111759 || [COLOR="#0000FF"]a.SpellId == 111758[/COLOR] || a.SpellId == 546) &&
                                            a.TimeLeft >= new TimeSpan(0, 0, 20)) > 0 ||
                             StyxWoW.Me.HasAura("Path of Frost");
                  }
              }
      
      TY Highvoltz for the awesome fishing bot.
       
    2. Awesomedudei

      Awesomedudei Member

      Joined:
      Jun 5, 2010
      Messages:
      54
      Likes Received:
      2
      Trophy Points:
      8
      You dont need a Fishing Pole anymore even at Sea.
      So could you add so it does not change to a fishing pole anymore ? :) Would love it
       
    3. toolboy

      toolboy New Member

      Joined:
      Feb 14, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      that is true, but you do not benefit from lures, +fishing on poles, etc, which help prevent catching junk in open water in high level zones, so you DO want to equip a pole if you are open water fishing.
       
    4. evialtah

      evialtah New Member

      Joined:
      Dec 16, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
      AutoAngler[2.98]: A new version was found.Downloading Update
      AutoAngler[2.98]: Downloading AutoAngler.cs
      AutoAngler[2.98]: System.Net.WebException: Исключение во время запроса WebClient. ---> System.IO.DirectoryNotFoundException: Не удалось найти часть пути "C:\Users\Artem\Desktop\Itunes\Bots\AutoAngler2\AutoAngler.cs".
      в System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
      в System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFrom*****, Boolean useLongPath)
      в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
      в System.Net.WebClient.DownloadFile(Uri address, String fileName)
      --- Конец трассировки внутреннего стека исключений ---
      в System.Net.WebClient.DownloadFile(Uri address, String fileName)
      в System.Net.WebClient.DownloadFile(String address, String fileName)
      в HighVoltz.Updater.DownloadFilesFromSvn(WebClient client, String url) в c:\Users\Artem\Desktop\Itunes\Bots\Autoangler\Updater.cs:строка 90
      в HighVoltz.Updater.CheckForUpdate() в c:\Users\Artem\Desktop\Itunes\Bots\Autoangler\Updater.cs:строка 28
      AutoAngler[2.98]: Warning: It took 3.5612036 seconds to pulse.
      This can cause missed bites. To fix try disabling all plugins
       
    5. scrypto

      scrypto New Member

      Joined:
      Jun 7, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      hi, i did svn checkout for created folder AutoAngler2 and this folder i have in bots folder where HB is installed, but none option of using autoangler shown, i have read here http://www.thebuddyforum.com/archiv...hes-trains-plus-some-other-cool-features.html this: Extract the contents of the zip file into your HonorBuddy/Plugins folder, which doesn't make any sense for me, anyway i copied aa2 folder into plugins folder too, restart hb, but still I cant select aa2 in menu - pressume it supposed to be where can select grind bot/dungeon buddy/arche.. etc
       
    6. Kalicia

      Kalicia New Member

      Joined:
      Jul 13, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Ever and ever the same matter : AA2 doesn't appear in my bot list. I installed it by download, by SVN twice...nothing to do. I'm not the only one with this problem, could we expect explanations? Cause I've no more idea...
      (And to prevent classic answers, yes I put it in Bot folder, not Plugins; yes I installed it by SVN; yes my HB is update).
       
    7. lgpastana

      lgpastana New Member

      Joined:
      Aug 21, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      I want fishing in 1 place only what i need make ?
       
    8. ZipZap

      ZipZap New Member

      Joined:
      Oct 1, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      Highvoltz, why no more than 20-25? will it not recognize pools if its higher than that?
       
      Last edited: Oct 5, 2012
    9. xl0ganx

      xl0ganx New Member

      Joined:
      Feb 28, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Dude, i had the same problem.. so, i deleted do bot folder, and reinstall everthing, the AA2 appears \o/
      Try this

      cya
       
    10. ZipZap

      ZipZap New Member

      Joined:
      Oct 1, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      First, i'll state that AA2 is by far the best fishing bot i've come across...kudo's to the devo's for that. All through Cata I used this bot FLAWLESSLY, making my own profiles with ZapRecorder. Easy enough, nice bot, well worth the investment.

      With this new round of bugs cropping up, it makes the bot sketchy at best to use any type of flying profile. Fishing from one location, sure that works great (Set Pool Fishing=False). But the hang/wait time at hotpoints when flying using a pathing profile bothers me enough to not use it. I've increased my PathPrecision from 15 (original) up to 65, and anywhere in between. Sometimes this works well, sometimes when i increase it too much it misses pools, sometimes it still waits at 'hotspots' for up to 10-30 seconds even with a PathPrecision55, making it pretty clear that increasing 'PathPrecision' is only a band-aid on the underlying bug, not a fix.

      I'm not sure what the issue is with 'hanging/waiting' at hotpoints, but whatever it is, its not consistent in my experience. I've included logs of the my most previous experience.



      • I'd also like to learn to use this profile entry so that i tell the bot what pools i'd like to fish from, or at minimum, which pools to exclude. Say for example, don't fish from 'Shipwreck Debris' off the coast in my Krasarang Profile. Would i simply put tags in for 'Giant Mantis Shrimp Swarm' and 'Reef Octopus Swarm', thereby excluding the debri by selection of acceptable fishing pools?

        Lastly, we catch a lot of Sealed Crates (item=88496) while open fishing and while pool fishing. These don't stack, so they take up too much space in my bags. I'd like to either delete these, or open them and delete the crap contents, while keeping the sellable stuff that does stack. Is there something in profile that i can include for this?
       

      Attached Files:

      Last edited: Oct 5, 2012
    11. ZipZap

      ZipZap New Member

      Joined:
      Oct 1, 2012
      Messages:
      45
      Likes Received:
      0
      Trophy Points:
      0
      Another recent log of my fisherman finishing a pool, and then hanging/stopping while it couldn't not find 'HawaiiMainLand.etm'.

      'Failed to download HawaiiMainLand_33_30.etm'
       

      Attached Files:

    12. Prox

      Prox New Member

      Joined:
      Jan 9, 2011
      Messages:
      37
      Likes Received:
      2
      Trophy Points:
      0
      I would really like to know how you get the Entry ID of the different pools
       
    13. cordes96

      cordes96 Member

      Joined:
      May 7, 2012
      Messages:
      183
      Likes Received:
      1
      Trophy Points:
      18
      When it goes to fish he dismounts walks a little bit and mounts and spins around in a circle looking very bottish and then keeps doing that
       
    14. RavenTM

      RavenTM New Member

      Joined:
      Feb 2, 2012
      Messages:
      27
      Likes Received:
      1
      Trophy Points:
      0
      Hi Everybody how is it possible to deactivate the fishing lure? because everytime the bot uses the fishing stuff and gets into combat he misses the point that Hunters are nothing with a staff in their hands ...

      I have just entered my weapon ID from wowhead in both slots but he still grabs the next melee-weapon -.-

      I really need a solution for that :(
       
    15. tempestfate

      tempestfate New Member

      Joined:
      Jun 16, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      So if I leave this bot fishing, will it stop and log me out when me bags are totally full?

      If so, that would be amazing
       
    16. cordes96

      cordes96 Member

      Joined:
      May 7, 2012
      Messages:
      183
      Likes Received:
      1
      Trophy Points:
      18
    17. s.s.tripwire

      s.s.tripwire New Member

      Joined:
      Dec 10, 2011
      Messages:
      109
      Likes Received:
      0
      Trophy Points:
      0
      For those that were having the issue with AutoAngler not looting, the problem was with my routines - Instead of using Singular I was trying a different one out, and that was what kept me from looting.

      To fix, simply take out any other routines aside from Singular and you should be good. Thanks everyone!
       
    18. RavenTM

      RavenTM New Member

      Joined:
      Feb 2, 2012
      Messages:
      27
      Likes Received:
      1
      Trophy Points:
      0
      Looting flying everything is fine but for hunters the weapon/fishing pole switch does not work...

      It always grabs a melee-weapon instead of bow or gun
       
    19. fooguo

      fooguo New Member

      Joined:
      Jan 15, 2010
      Messages:
      87
      Likes Received:
      1
      Trophy Points:
      0
      The new raft from the anglers has no cd if you could use it for waterwalking it would be so sweet.
       
    20. ripglider

      ripglider New Member

      Joined:
      Sep 21, 2010
      Messages:
      603
      Likes Received:
      4
      Trophy Points:
      0
      So in order to get it to loot I have to delete all the routines except for Singular? Just wanted to make sure before I do that.
       

    Share This Page