olliz0r / LedySync

Sync your Ledybots together to stop collisions!
5 stars 1 forks source link

LedySync

About

This additional program is used to sync several instances of Ledybot together to prevent them from trying to trade the same person at the same time and to have a shared list of people that already got traded. To be used with https://github.com/olliz0r/Ledybot

If you are rich and like what you see, feel free to throw me a donation at https://www.paypal.me/olliz0r !

Usage

  1. Start LedySync
  2. Type in a free port to use (if you don't know what this is, just leave the 3000)
  3. Fill the timeout field with a number of seconds before each FC can be traded again
  4. (Optional) Fill the BanList with FC that should never be traded. The format is "432156781234", so the FC without any dashes, seperated by a newline.
  5. Press Start
  6. Start one or several instances of Ledybot
  7. In the settings tab check the "Use LedySync" checkbox
  8. Type in the IP-address of the computer that runs LedySync and the port set in 2. (If you don't know your ip and you are running both programs on the same computer, put "127.0.0.1")
  9. (Optional) Set a console name for this Ledybot instance, this will help you see which Ledybot traded which person
  10. Set all other settings in Ledybot as you want them
  11. Connect and press start

How it works

Once set up each Ledybot instance will establish a connection to LedySync and ask before trading to a certain FC. LedySync will then reply by either:

Hints and information

Todo