When ML Bot loads Mtgo, it firstly
creates the .csv of the collection. This is probably the most "delicate" action the bot performs - if it fails (because of a trade request, because of a longer than expected lag...) the csv file does not create and the bot does not "learn" its own collection. If someone opens a trade immediately, the bot could buy cards it really does not need.
ML Bot 6.61 fixes this problem in two ways:
- the creation of the csv phase is now more robust and able to handle trade requests and other alert windows / messages
- the bot aborts the trade(s) if the csv failed. The bot will retry the creation of the csv right after the aborted trade
No comments:
Post a Comment