Can you send me your file AOSettings?Quote:
When there are more than 1 bots running, there is a chance for them to try to save the AOSettings.ini while it's being used by another bot, thus failed to save it (you can see the error in the Debug Developer Window), this will cause the AOSettings.ini to reset.
Which is why i always copy my AOSettings.ini to the same location (ended with "AOSettings - Copy.ini" file) as a backup before running the first bot, so i won't lose all my settings.
And when i see the error related to saving/loading settings, i would restored my backup (but will need to close down all the bots first to avoid any issue)
May be the bot should lock the AOSettings.in file while updating that file to prevent other bot changing the same file at the same time and causing corruption, and waited until it gets unlocked and gain access to it before changing that file.