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

Search results

  1. C

    Get the current world?

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

    Bot is now ruining keybindings/settings?

    I also have this problem. A lot (not all) of the settings are reset every launch. I'm not sure if it's an issue with AA or AB, but I've tried launching from glyph, changing settings, then launching from AB, and it didn't work.
  3. 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();
  4. C

    Download updates fail

    Yes. The last few times I updated (inc the very first time I run AB) this also happened. But after launching a few times it finally managed to reach 100%. -- Edit -- Got it to work when connected to a higher speed network.
  5. 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.
  6. C

    Relaunch game after crashing?

    Where is that setting? Can't seem to find it..
  7. 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.
  8. C

    GpsMove not working properly. Any way to restart plugin?

    The error isn't even correct. I don't stay on the same place. It just stops following the path and moves the character in some random direction.
  9. 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.
  10. C

    hwid

    How is the hwid assigned? Does it change every time AB is launched? Or always same for each account?
  11. C

    hwid

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

    Run! skill cooldown always zero?

    It's the first skill of most mounts - leomorph, horses, elks, snowlion.
  13. C

    Run! skill cooldown always zero?

    Yes I'm talking about the mount's ability. It's called "Run!" The player's ability is "Dash", which has a cooldown of 1s (not 0). I'm guessing it's a bug. while (true) { while (!UseSkill("Run!")) { Log(GetLastError().ToString())...
  14. C

    Run! skill cooldown always zero?

    Why is it always 0? Isn't it 30seconds? So how do I check when the skill can be used again?
  15. C

    What are plantZoneId & uniqHousingId?

    What are plantZoneId & uniqHousingId?
  16. 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.
  17. 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).
  18. 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?
  19. 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