-
-
Notifications
You must be signed in to change notification settings - Fork 279
Distribution
Lusamine edited this page Aug 6, 2020
·
30 revisions
- When trade bots (LinkTrade, Seedcheck, Clone, Dump, FlexTrade) do not have any trades to make, they will be left idle.
- If you wish to keep the bots busy, set the
DistributeWhileIdle
field to be set toTrue
. This will trade Pokémon from the Distribution folder while idle. - This feature would typically be used for trade bot streams to distribute a specific Pokémon/random Pokémon from a pool to the viewers.
In prior generations, trade bots were able to perform automated trades across the GTS.
- Users would upload a Ledyba with a specific nickname.
- When the bot sees their Ledyba with a specific nickname, it fulfills the trade with something matching their specific request.
With SysBot, we can perform similar functions to allow your randomly matched trade partners some control in what is traded to them.
- Name your files in the distribution folder with unique names. Make sure they aren't bad words (wordfilter).
- In the SysBot settings, double check the Species the trade partner must offer in to unlock this function (default Wooloo).
- To disable this restriction and allow any species (only check nicknames), set the Species to
None
.
- To disable this restriction and allow any species (only check nicknames), set the Species to
- If your matched trade partner shows a Pokémon with a nickname matching one of your magic filenames, the bot will trade that Pokémon instead!
- DistributeWhileIdle: Toggles idle distribution on or off.
- Shuffled: The bot will trade all Pokémon in the Distribution folder and then shuffles the order when it starts over.
- LedySpecies: If set, the bot will require a matching species for a Ledy swap via nickname.
- TradeCode / RandomCode: If RandomCode is enabled, the bot will randomize Link Codes with MinTradeCode and MaxTradeCode under the Trade category. Otherwise, it uses the code specified in TradeCode.
- SynchronizeBots: If multiple distribution bots are active, this allows them to start trades at the same time. It is recommended to have all bots block each other to avoid matching.
- SynchronizeDelayBarrier: Amount of time in seconds to wait once all bots are prepared to start a trade.
- SynchronizeTimeout: Amount of time in seconds to wait before all bots are released, even if not all bots are ready.
- Operation > Folder > DistributeFolder: Set the path to the Distribution folder where your files are stored.