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.
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.
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.
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.
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.
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())...
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.
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?
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?