Monday, June 20, 2011

Advanced Administrator Tab


Give/get tixs in the Administrator Tab are useful if you need to couple a solo buyer bot with a solo seller, or a solo buyer with a buyer+seller.

·         Get cards whose selling price is less than transfer only cards whose selling price is less than a certain threshold.
·         Get cards whose buying price is less than works analogously to the former, except for the price check performed on the buying price rather than the selling one.
·         Get cards whose selling price is more than, Get cards whose buying price is more than work as the two above, except that the price has to be higher than the threshold.
For each of these 4 modes, you can also specify rarity and type (regular/foil) of the items involved.

If you want to trade with more than 4 bots, you can use TransferCollection.txt, a textual file located in the bot folder. Each line of TransferCollection.txt is an entry like the one above mentioned, save for it has to be inserted textually.

// Use TransferCollection.txt to extend the Administrator Tab and transfer collections between more than 4 bots
// Enter a new line for each  bot. Do not break a line until you finish the entire command
// Compose a line as it should be read in the Administrator Tab, respecting the same blank spaces. For instance:
//
// Accept trades from BotA
// Open trades with BotB from 1am to 3am on every day Transfer entire collection (get cards)
// Open trades with BotC from 3pm to 4pm on Mon,Wed Balance (give cards) - collection oblivious Equilibrium at: 8x
// Open trades with BotD from 3pm to 4pm on Mon,Wed Balance (get and give cards) - collection aware Equilibrium at: 4x
// Open trades with BotE from 3pm to 4pm on Mon,Wed Refill (get cards) - collection aware Equilibrium at: 4x
// Open trades with BotF from 3pm to 4pm on Fri Get tixs from, but leave there at least some tixs At least: 150x
// Open trades with BotG from 5am to 11am on Mo,We,Fr Give tixs to, until the other has: Until 300x
// Open trades with BotH from 7am to 9am on Mo,We,Fr Get cards whose selling price is more than: Foil Rares More than: 1.100
// Open trades with BotI from 2pm to 3pm on Mo,We,Fr Get cards whose buying price is less than: Reg Any More than: 8.550

The 4 modes Get cards whose selling price is less than, Get cards whose buying price is less than, Get cards whose selling price is more than, Get cards whose buying price is more than work as usual, but they have an additional option. You can add, such as the example below, an “Until x” threshold:

// Open trades with H from 7am to 9am on Mo,We,Fr Get cards whose selling price is more than: Foil Rares Until 4x More than: 1.1
// Open trades with I from 2pm to 3pm on Mo,We,Fr Get cards whose buying price is less than: Reg Any Until 10x More than: 8.5

If you don’t specify the “Until x” option, the bot will simply ignore it.

No comments:

Post a Comment