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

Search results

  1. H

    /reload and attached lua events

    I had a similar problem. HB fails to re-attach lua events after a reload UI. Best bet is to use your own lua event hook. I had this laying around, might still work. //mostly coded by Apoc with some of the lua edited by me (Highvoltz) //namespac - Pastebin.com
  2. H

    Prospecting plugin?

    It does, the Disenchant action is what you're looking for. Set the 'Action Type' property to Prospect
  3. H

    Arelog

    I think you can have Arelog auto start by passing it a certain command-line argument. Maybe /autostart , /start . alternitively you could try HBRelog which supports a /autostart slash command
  4. H

    REQ - Plugin - Goldmanager

    You could stick this in a plugin or in a CustomAction in PB. string path = Path.Combine(Logging.ApplicationPath,"MyGoldLog.xml"); XElement rootEle = File.Exists(path) ? XElement.Load(path) : new XElement("GoldLog"); string server =...
  5. H

    PB Removed?

    Nope its still there, just a file missing but will be added in next release which will be soon I'm told. (or you can update from SVN).
  6. H

    GB or PB with multi profile

    Looks like herb/mining is disabled in GB2 settings
  7. H

    HB + PB ignore blackspots

    As far as I know, GB2 uses blackspots to only 'blacklist' nodes.
  8. H

    [App] - HBRelog, an opensource relogger

    Source Svn Link: https://github.com/BosslandGmbH/HBRelog/ Executable Link: https://github.com/BosslandGmbH/HBRelog/releases/latest Installation The source code is available on GitHub https://github.com/BosslandGmbH/HBRelog. If you want to download the binaries you can grab those here. There is...
  9. H

    Issue with professionbuddy

    Update from SVN. For whatever reason my fix to multiprofile didn't go through on last svn commit.
  10. H

    Professionbuddy doesnt restart properly with Arelog

    did you try version 1.334 off the svn? Also please attach a log too.
  11. H

    PB doesnt attack nor farm at 450 level

    Try updating from SVN, I made some changes 30 mins ago that should fix your issue with it not gathering herbs.
  12. H

    Listening to lua events and ProffesionBuddy

    You will probably need need to re-hook the events after a character change because logging out wipes any lua hooks, and I assume HB doesn't 'reapply them..
  13. H

    Switch Bot Script

    It doesn't do that anymore.
  14. H

    cant run two accounts off of relogger

    The 'Account Name' fields in Arelog is correctly spelled as it appears in the WoW login screen? e.g WoW1,WoW2.
  15. H

    Fishing Bot?

    Professionbuddy has a 1-525 fishing profile included that fishes from the fountain in Dalaran. I recommend updating PB from the SVN if you want to try it. Also you can use my fishing bot AutoAngler2 for straight up fishing from one spot or from pools. links in my signature.
  16. H

    [Neutral]Fathom Eel fishing profile in Uldum

    Ignore the above poster, I think he's delusional because there are no trees directly along the path this profile follows. Only time I saw it get stuck was in a sail of one of the ships and it quickly got unstuck and went on its way. There seems to be an issue with nodes not re spawning after...
  17. H

    In dire need of a relogger.

    Under the right conditions Arelog will wait until the WoW window is loaded and waiting for input before attempting to log in. According to your description this isn't happening, exception is thrown before the WoW window shows up. The LowerPing program interferes with Arelog and can cause it to...
  18. H

    In dire need of a relogger.

    you happen to have lowerping installed or something similar?
  19. H

    ProfessionBuddy won't load/start any profiles

    'Process must have frozen or gotten out of sync; InjectionFinishedEvent was never fire' Try restarting WoW.
Back
Top