Wednesday, October 2, 2013

MTGO Library Bot 6.02

ML Bot 6.02 has just been released, introducing the support to 20+ "special buddies".

This is done via a file named "SpecialBuddies.txt", located in the bot folder. The file has lines with the following syntax:

//buddyname;sellcorrection;buycorrection
//goofey;+10%;-20%
//george;-20%;+10%
//these are just comments

where "buddyname" is the name of your customer, "sellcorrection" is the % correction you apply (with a + or a - sign) to the selling prices and "buycorrection" is the % correction for the buying prices.
You can enable/disable the loading of the file with the checkbox.

ML Bot automatically reloads the file every 60 minutes. You can  replace the file even without stopping/pausing the bot and the changes will be taken.

3 comments: