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

Search results

  1. C

    pingToSever always returns 2500

    pingToServer seems to always return 2500 (think after one of the recent updates).
  2. 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...
  3. C

    Get all gpspoints

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

    [Release] Gather Water

    Gather water Gathers water from a well continuously. As requested at https://www.thebuddyforum.com/archebuddy-forum/archebuddy-plugins/requests-and-discussions/186588-auto-water-gatherer.html using ArcheBuddy.Bot.Classes; using System; using System.Collections.Generic; using...
  5. C

    Mount Level

    [Release] Mount Level Mount Level Levels your mount by moving in circles. Someone requested this before and I did it since it's literally less than 10 lines of code (needed). using ArcheBuddy.Bot.Classes; using System; namespace Mount_Level { public class Main : Core {...
  6. C

    pingToServer round-trip or one-way

    Does pingToServer return round-trip or one-way time? Guessing round-trip.
  7. C

    TurnAngle and TurnDirectly.

    1) How can I get a more precise turn angle of the player? TurnAngle only returns 0-127. 2) Can TurnDirectly be used to turn to specified x/y coordinates? The closest method is TurnDirectly(SpawnObject). If not it'll be good if these are added into the API.
  8. C

    PutGoldInTrade not displaying

    PutGoldInTrade doesn't display in the client, although it works.
  9. C

    PlantItemsInZone slow?

    It takes me 52 seconds to plant 10 seeds. I can do it faster manually. Is it supposed to be this slow? Any way to speed it up?
  10. C

    Get the current world?

    How to get the current world the player is in?
  11. C

    How to mount farm cart?

    How to mount farm cart? I can get the farm cart using getCreature() but can't seem to find the "grab machine" skill. -- edit -- Found it. BindSlave();
  12. C

    Download updates fail

    I keep getting the message "Download updates. Fail." when updating halfway. (stops at a different % each time) I can update it fine on another computer connected to the same network. Tried disabling firewall / anti-virus.
  13. C

    Relaunch game after crashing?

    Is it possible to auto relaunch the game after crashing? I'm not able to run the bot for long hours bc of crashing. I either get the "Disconnected by god" error, or AA just crashes without any message.
  14. C

    GpsMove not working properly. Any way to restart plugin?

    Sometimes the GPS just stops working with MovePossibleFullStop errors and I have to restart the plugin. Is there any way to do this from code? Hopefully will be fixed in the upcoming update.
  15. C

    hwid

    Will the hwid be the different for each account running the bot on the same computer?
  16. C

    What are plantZoneId & uniqHousingId?

    What are plantZoneId & uniqHousingId?
  17. C

    Run! skill cooldown always zero?

    Run! skill not working properly. skillCooldown("Run!") is always returns zero even when it's not? UseSkill("Run!") sometimes gives ResponseTimeout and InvalidAngle. Other skills I tested seems to work fine.
  18. C

    Get name of map zone of the player

    How to get name of map zone of the player? e.g. Hasla, Two Crowns Edit: Think I found it (сurrentTerritoryName).
  19. C

    How to check if creature is a donkey?

    Can I do creature.name.Contains("Donkey")? I believe the name of the mount can be changed by the player. So does this return the default or custom name. --- Edit --- Tested and creature name returns default name. But then how do I get the custom name?
  20. C

    How to get item id? What is craft id?

    How to get item id? Is there a database somewhere that list all the items? Or can I only find the id of items I have? What is craft id? (for maxItemsWeCanCraft and CraftItems) Is it same as item id? How do I get it?
Back
Top