Sunday, October 6, 2013

A comprehensive guide for the aspiring botter (MLBot Basics 8) Part 17

Personal Prices:
In my previous post I talked about the PersonalPercentages.txt file.
This week I'll talk about the PersonalPrices.txt file that you can use to customize individual prices for cards.
In this file you can specify selling and buying prices for each individual card, and also buying quantity which will override your settings in the tabs for each specified card you add to this list.

You format this file as followed:
SETNAME;CARDNAME;SELLING PRICE;FOIL SELLING PRICE;BUYING PRICE;FOIL BUYING PRICE;BUYING QUANTITY REGULAR;BUYING QUANTITY FOIL

Example:
5DN;Stasis Cocoon;0.024;0.028;0.003;0.006;8;4

This will make your bot sell the regular 5Th edition(5ED) Stasis Cocoon for 0.024 tickets, the foil version for 0.028 and buy max 8 regular for 0.003 tickets each and 4 foil for 0.006.

Even if you have set your bot to only purchase 4 of each card from the 5th edition(5ED), your bot will now purchase 8 of only Stasis Cocoon as this files overrides everything else.

This is a great way to, for example setting your bot to purchase more of the most popular cards that you will sell all the time. Or maybe adjusting prices that you think fits better than the ones of the CardsMTGO3.txt file.

All you need to do is to add each card you manually want to adjust in a separate line.

Example:
5DN;Stasis Cocoon;0.024;0.028;0.003;0.006;8;4
M13;Bloodhunter Bat;0.034;0.039;0.004;0.008;4;0
AVR;Angel of Jubilation;0.084;0.1;;4;

As you can see you don't have to fill in every part of it. If you leave for example buying price empty, your bot will buy the card for whatever other settings is set inside of the bot interface and/or PersonalPercentages.txt.

Also, remember that if you write "//" before something it turns into a comment which won't be read by the bot. So you can use this to write categories for your own information to make it easier to keep track of your custom prices.

To use PersonalPrices.txt just check the checkbox in the "General" tab of the bot UI.

That's all for this time! I'll be back next week.

-Tom (Sitrec)
Archbot MTGO Store: ArchBot, ArchBot2, ArchBot3, ArchBot4 & ArchBot5

No comments:

Post a Comment