Tutorial

Let the bot log into several accounts in sequence without any manual input. Configure the rotation once, and the bot walks the list on its own.

01

Configure the Account Switching Feature

Open Settings → Manage Accounts in the bot's interface. Set the interval after which the bot should switch to the next account, for example 15 min, and confirm with the Save Time button. Enter the accounts you want to run in the list below, and at the bottom of the window set the order in which they should be logged in.

Manage Accounts window showing timer, account list, and order configuration
// Fig. 01Manage Accounts
02

Name your decks by color

Open your decks in Magic Arena and rename each one using a color abbreviation. The bot uses these names to pick the right deck for the active color quest.

BBlack
UBlue
RRed
WWhite
GGreen
CRCreature

Multicolor decks list the colors in sequence. Example: RG = Red/Green. CR is reserved for creatures-only decks used during the Creature Quest.

A deck in Magic Arena renamed using the color abbreviation scheme
// Fig. 02MyDeck
03

Capture each deck thumbnail

Take a screenshot of each deck's thumbnail, as shown below, so the bot can visually recognise the deck on screen.

Example of a Magic Arena deck thumbnail captured as a screenshot
// Fig. 03Deck Thumbnail
04

Save deck screenshots in accounts folder

Save each screenshot inside the Accounts folder, under a subfolder named after the matching account. Name each image the same way as the deck. Example: a Black deck is saved as B.png.

Accounts folder structure with per-account subfolders containing deck screenshots
// Fig. 04Accounts Folder

Everything should now be set up. You can start the bot and it will automatically run the configured accounts one after another, switching between them after the interval you set.