Friday, October 11, 2013

MTGO Library Bot 6.06

ML Bot 6.06 fixes a couple of minor bugs of 6.05.

ML Bot 6.05 didn't have the file "SpecialBuddies.txt" - one had to create it by himself. ML Bot 6.06 creates the files automatically and adds a nice header.
Comments are also supported - 6.05 wasn't able to recognize a comment and gave a warning message.

// This is the SpecialBuddies.txt file. Use it to correct the prices to encourage or discourage specific buddies
// Enter a new line for each buddy. Maximum correction is +/- 30%
//
// Syntax:
// buddyname;percentage;percentage
//
// Examples:
// george;-25%;5%
// alice;5%;-5%
// bob;20%;-10%
//
// Do not write '//' (these are just comments)
// Do not change this header
george;8%;12%
alice;10%;-10%
bob;-20%;+20%

2 comments: