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

Recent content by CoalCloud

  1. C

    Problem with UpdateTaxInfo()

    I can confirm this. UpdateTaxInfo() returns false with responsetimeout Happens only after one of the recent updates. Seems to happen to only certain unbuilt houses. To get it to work 100% of the time, you need to be right beside the house. Is this a AB bug or AA restriction?
  2. C

    pingToSever always returns 2500

    NA /10char
  3. C

    pingToSever always returns 2500

    pingToServer seems to always return 2500 (think after one of the recent updates).
  4. C

    [Plugin] Sport Fisher

    Signature link updated.
  5. C

    [Plugin] Sport Fisher

    v1.0.0.1 Changes are in orange.
  6. C

    Teleport Method

    Not with ArcheBuddy.
  7. C

    need a proper sport fishing bot

    Completed. https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/professions-crafting/187171-plugin-sport-fisher.html
  8. C

    [Plugin] Sport Fisher

    Click the link in my signature for the compiled version.
  9. C

    [Plugin] Sport Fisher

    Will do.
  10. C

    [Plugin] Sport Fisher

    I use visual studio 2013..
  11. C

    [Plugin] Sport Fisher

    Not too sure about that. Never used that compiler before. I'll try to fix when I get back to my computer in a few hours.
  12. C

    [Plugin] Sport Fisher

    What compiler are you using? VS or the in built one?
  13. C

    [Plugin] Sport Fisher

    v1.0.0.1 Changes are in orange. Credits Skill names gotten from https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/other/178590-auto-trophy-fishing.html Changelog v1.0.0.1 Fixed: Bot stops working when fish goes under ship and a "invalid target direction" message...
  14. C

    any afk with horse plugins ?

    https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/other/186295-mount-level.html
  15. C

    A plugin that just runs a route?

    public void PluginRun() { Gps gps = new Gps(this); gps.LoadDataBase(Application.StartupPath + "\\path.db3"); while (true) { gps.MoveTo("end"); gps.MoveTo("start"); } } (Untested code) .. Or you can just call UpdateNoAfkState() (if it does what I think it does).
Back
Top