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

Search results

  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).
  16. C

    How to Increase Plant time for scarecrow plugin ?

    for (int i = 0; i < totalCount; i++) { if (PlantItemsAtFarm(plantName, farm.uniqHousingId, 1) Thread.sleep(5000); else break; }
  17. C

    Get all gpspoints

    Is there a method that gets all GpsPoints in a Gps object?
  18. C

    Level 50 vs level 15-49

    Character level has no benefit when crafting.
  19. C

    [Release] Gather Water

    If you're already using AB, using this plug-in will not increase the chance of ban because it basically mimics a human and there is no spamming involved. But of course using a macro w/o AB would be safer.
  20. C

    How to Increase Plant time for scarecrow plugin ?

    Instead of doing PlantItemsAtFarm("Cedar sapling","YourCharacterName"); do while(PlantItemsAtFarm("Cedar sapling","YourCharacterName", 1)) Thread.sleep(3000); //3000 means 3 sec Warning: Untested code
Back
Top