We released ML Bot 10.65. The update contains many fixes regarding one of the most 'delicate' part of handling the MTGO client: the uninstall / install process.
Uninstall MTGO is sometimes required when MTGO breaks. In these cases you are not able to launch the client (not even manually) and the only way to fix is to reinstall MTGO. This is an easy task for a human but it's complex for a bot because many things can go wrong.
In particular, previous ML Bot versions had problem with non-English operative systems, where the title of the windows can be different from the typical "Application Error" messages that appears in an English-based system.
Showing posts with label bot updates. Show all posts
Showing posts with label bot updates. Show all posts
Monday, October 3, 2016
MTGO Library 10.65
Sunday, September 18, 2016
Upcoming MTGO Library Improvements
I am excited to annouce MTGO Library will be making some major improvements in the upcoming months. As I mentioned in a prior article, there will be a new price updater that will be launched in October. In the image below you see a work-in-progress preview, so don't take it as final.
In November there will be improvements to MTGO Wikiprice with increased search speeds, the grouping of reprinted cards into one search page (In other words, if want Tarmogoyf, you don't have to search 3 different sets), and possibly a universal credit system for all ML bots to share credits.
After Christmas / January 2017, a Webshop for Wikiprice will be launched. The new Webshop will allow customers to purchase from any bot using paypal or credit card. And then grab the cards on single bots, or on a wikiprice collector bot (so one trade). The goal is to make Mtgo Wikiprice a better place to shop.
In November there will be improvements to MTGO Wikiprice with increased search speeds, the grouping of reprinted cards into one search page (In other words, if want Tarmogoyf, you don't have to search 3 different sets), and possibly a universal credit system for all ML bots to share credits.
After Christmas / January 2017, a Webshop for Wikiprice will be launched. The new Webshop will allow customers to purchase from any bot using paypal or credit card. And then grab the cards on single bots, or on a wikiprice collector bot (so one trade). The goal is to make Mtgo Wikiprice a better place to shop.
Labels
bot updates,
new,
news,
price,
price adjustment,
price list,
pricing,
wikiprice
Thursday, September 8, 2016
New Pricing System Coming Soon
Mtgo Library is currently working on a major improvement to the background price updater that will be released in October. It is a total rewrite of the current one with a more advanced algorithm. The new pricing system will be dynamic and will allow the bot to follow the market immediately with two extra controls based on current sales and inventory stock. As always, Mtgo Library continues to make investments to keep their bots on the cutting-edge.
More details to come!
More details to come!
Labels
bot updates,
new,
news,
price,
price adjustment,
price list,
pricing,
wikiprice
Thursday, August 25, 2016
mtgolibrary.com moved to a new server!
As you already probably noticed, mtgolibrary.com is today a bit faster. During yesterday downtime, in fact, we migrated the codebase to a new server. Not just that: we took our code written in Ruby on Rails 3.0 and updated it to Ruby on Rails 4.2. This means that the same code is executed faster and thus the overall server is faster. If you are keen on Ruby on Rails, you will be happy to know that we also moved from Ruby 2.1.0 to Ruby 2.3.1 .
If you don't know what Ruby on Rails (or Ruby is) don't worry - you just have to know that the server is faster and that the codebase is written in a language that allows fast development. We have some great features that will be introduced in the next couple of months and this code update makes them possible!
Happy botting!
If you don't know what Ruby on Rails (or Ruby is) don't worry - you just have to know that the server is faster and that the codebase is written in a language that allows fast development. We have some great features that will be introduced in the next couple of months and this code update makes them possible!
Happy botting!
Wednesday, August 17, 2016
MTGO Library Bot 11.40
We just released ML Bot 11.40, fixing a login issue introduced after todays MTGO update. Previous bot versions are unable to login on Mtgo, thus you need to update to 11.40.
We forced the update for all the bots from the server, so your bots should already be at version 11.40. If they are not, please update them manually.
We forced the update for all the bots from the server, so your bots should already be at version 11.40. If they are not, please update them manually.
Tuesday, August 16, 2016
MTGO Library Bot 11.39
We just released ML Bot 11.39.
The update contains a number of bug fixes and small improvements. Among the others:
The update contains a number of bug fixes and small improvements. Among the others:
- fixed a bug that removed extra cards from the "You Receive" column (when the customer enters a number in the chat).
- card transfer modes now support "minutes", for example you can trade from 4:00 am till 4:45 am. The file 'TransferCollection.txt' supports the old syntax as well the new syntax (you can write, for example, 4am or 4:15am). You can also trade from any minute to any minute, for example from 04:01am till 04:32am.
- changed the way the bot reads the chat.
Thursday, July 28, 2016
MTGO Library Bot 11.36
A couple of hours ago we released ML Bot 11.36, supporting the new set Eldritch Moon (EMN). Prerelease events start tomorrow, Friday.
Please note that previous bot versions are unable to pick Event Tickets while in trade, due to a change with the latest MTGO build (.621). ML Bot 11.36 fixes the issue. We forced the update to 11.36 from the server so you probably already have 11.36 running on your machines.
Happy botting to everyone and happy prerelease events!
Monday, July 18, 2016
MTGO Library Bot 11.32
We have just released ML Bot 11.32. The new version introduces a redesigned card transfer (or "autotransfer") modality with server-side messages. Previous version used the mtgo chat to send and receives messages. This was slow and unreliable. Chat messages will still be active for "human interaction" (so you can still send AT messages to the bots) but bot-to-bot messages will be delivered via server.What does this mean practically for day-to-day card transfers? This means that card transfer trades will be faster, more reliable, will take less CPU time and less time in general.
Friday, July 8, 2016
MTGO Library Bot 11.24 - update required
Last Wednesday (6th July) Wizards of the Coast updated MTGO and changed a couple of minor internal things. We had to release a bot update (version 11.24) to cope with the changes. Previous bot versions have been disabled and now you cannot use them.
If your bot is experiencing problem, here you are the exact step to follow to restore it:
1. locate the bot folder and erase all the files in the "/log" folder. These are log files the bot created, and probably they filled the whole hard drive. You have to erase them to free some space.
2. empty the Windows Recycle bin to confirm the space
3. download the bot installer from www.mtgolibrary.com . The current version is 11.24. Any version superior to 11.24 is fine. Do not let the bot update by itself, use the installer.
4. install the bot again. Choose as destination folder the folder of the current bot folder. The installer will overwrite all the bot files but not your settings and your price.
5. the bot is now able to work again and can handle the new version of mtgo!
We'll be on LiveChat if you need help, please contact us
If your bot is experiencing problem, here you are the exact step to follow to restore it:
1. locate the bot folder and erase all the files in the "/log" folder. These are log files the bot created, and probably they filled the whole hard drive. You have to erase them to free some space.
2. empty the Windows Recycle bin to confirm the space
3. download the bot installer from www.mtgolibrary.com . The current version is 11.24. Any version superior to 11.24 is fine. Do not let the bot update by itself, use the installer.
4. install the bot again. Choose as destination folder the folder of the current bot folder. The installer will overwrite all the bot files but not your settings and your price.
5. the bot is now able to work again and can handle the new version of mtgo!
We'll be on LiveChat if you need help, please contact us
Wednesday, July 6, 2016
Scheduled Server updates
Today we will upgrade the hardware of all our servers. We will keep the servers down during the MTGO downtime, this means that mtgolibrary.com and mtgowikiprice.com will not be accessible while MTGO is down.
Thank you for your patience
Important update: ML Bot 11.21
Yesterday we released ML Bot 11.21. This version fixes an important problem of the versions from 11.15 to 11.20. These versions logged too much information and in a couple of days filled the hard drive with large text files. With the hard drive filled, and no more space left, the bot encountered a lot of unexpected problems, such as DLL errors, blank screens at startup and blocks.
Not all the PCs experienced the same problem but if yours did then you have to update your bots to 11.21. You have to update manually, using the installer provided in the online control panel. Do not let bot update by itself. If the bot is already 11.21 and you still experience problem, please download the installer and overwrite the current installation.
Before doing everything you also have to check the "/log" folder in the bot main folder and erase all the files there. Most likely you will find a lot of text files there, taking all the hard drive space. Once erased, don't forget to empty your Recycle bin as well.
Thank you
Not all the PCs experienced the same problem but if yours did then you have to update your bots to 11.21. You have to update manually, using the installer provided in the online control panel. Do not let bot update by itself. If the bot is already 11.21 and you still experience problem, please download the installer and overwrite the current installation.
Before doing everything you also have to check the "/log" folder in the bot main folder and erase all the files there. Most likely you will find a lot of text files there, taking all the hard drive space. Once erased, don't forget to empty your Recycle bin as well.
Thank you
Friday, June 17, 2016
Mtgo Wikiprice now lists Eternal Masters
A few hours ago we updated wikiprice to list Eternal Masters (EMA).
You can find the whole card list here: https://www.mtgowikiprice.com/cards?edition_id=124
Happy drafts!
You can find the whole card list here: https://www.mtgowikiprice.com/cards?edition_id=124
Happy drafts!
Saturday, May 28, 2016
MTGO Library Bot 11.07 and 11.08

On Thursday we released ML Bot 11.07 and today we just released ML Bot 11.08.
These two updates contains a couple of minor fixes to restore the full bot functionality after Wednesday downtime.
Thursday, May 26, 2016
MTGO Library Bot 11.06
Yesterday Wizards of the Coast deployed a Mtgo update with an internal refactor. After the update the bot was not working properly. After few hours we released a bot client update (version 11.06) to address the issues and restored the fully functionality. We forced the update on all the bots from remote, so you probably already have version 11.06 on your bot.
Today we will release a minor update (11.07) to tune and better integrare the bot.
Today we will release a minor update (11.07) to tune and better integrare the bot.
Friday, May 20, 2016
MTGO Library Bot 11.04
Some hours ago we released ML Bot 11.04. The update fixed a problem with the SOI boosters, a problem causing some bots to be unable to purchase them.
Wednesday, May 4, 2016
Mtgo update to Net framework 4.5.2
WotC updated Mtgo to the Microsoft Net framework 4.5.2. To run Mtgo you need to install the Net framework 4.5.2 and then to update Mtgo manually.
A ML Bot update is not required, but you still need to update Mtgo manually to use it.
We will be online on LiveChat if you need help. You may need to unistall and then reinstall mtgo to have mtgo update successfully.
A ML Bot update is not required, but you still need to update Mtgo manually to use it.
We will be online on LiveChat if you need help. You may need to unistall and then reinstall mtgo to have mtgo update successfully.
Wednesday, April 13, 2016
MTGO Library Bot 10.93
Please also note that WotC changed the way the "Submit" button behaves. The button does not blink anymore when the buddies submit the trade, and thus there is no way to recognize the submit action. We will try to read the "Trade Submitted" flash message to recognize the action, even if the message fades in few seconds. For now the bot will only recognize the "done" written in the chat, like the old MTGO v3.
Later today or tomorrow we will also release another update, supporting the new set, SOI.
Labels
bot,
bot updates,
maintenance,
mtgo,
new version,
trade,
trades
Thursday, November 12, 2015
MTGO Library Bot 10.55
Today we released ML Bot 10.54, with the Spike Protection tool http://mtgolibrary.blogspot.it/2015/11/spike-protection-tool.html
There was a crash happening on some LITE bots - we have just fixed it and released the update.
There was a crash happening on some LITE bots - we have just fixed it and released the update.
Friday, August 21, 2015
MTGO Library Bot 10.15
ML Bot version 10.15 is compatible with Windows 10. Previous versions, in fact, had problems with Windows 10 and the bot was not able to work properly.
Still, given the many problem that Windows 10 is having with virtual machines & unscheduled reboots (read more here: http://mtgolibrary.blogspot.com/2015/08/another-chapter-in-windows-10-saga.html, here: http://mtgolibrary.blogspot.com/2015/08/virtualbox-update.html and here: http://mtgolibrary.blogspot.com/2015/08/i-have-made-mistakes-dont-make-them.html), we DO NOT recommend to upgrade your copy of Windows 7 or 8 to Windows 10 yet.
As for anything that can affect your business, we suggest to wait till Windows 10 is stable and mature (at least a couple of months)
Still, given the many problem that Windows 10 is having with virtual machines & unscheduled reboots (read more here: http://mtgolibrary.blogspot.com/2015/08/another-chapter-in-windows-10-saga.html, here: http://mtgolibrary.blogspot.com/2015/08/virtualbox-update.html and here: http://mtgolibrary.blogspot.com/2015/08/i-have-made-mistakes-dont-make-them.html), we DO NOT recommend to upgrade your copy of Windows 7 or 8 to Windows 10 yet.
As for anything that can affect your business, we suggest to wait till Windows 10 is stable and mature (at least a couple of months)
Labels
bot updates,
new version,
news,
virtual machine,
virtual machines,
VMware,
windows 10
Thursday, July 16, 2015
MTGO Library Bot 9.98
Few hours ago we released ML Bot 9.98. With 9.98 we restored the bot full functionality after the mtgo update. In case you don't know, yesterday WotC released a massive client update and this broke a couple of things on the bot.We are happy to see that the new mtgo client is faster than the old one and, even if this required some rework on the bot, we are happy with what wotc did. The new client has still some bugs but we feel it's a step in the right direction.
Subscribe to:
Posts (Atom)








