Auto Familiar Bonding

Automatically bonds with your familiars. Has a GUI and some options for handling bonds.

These are versions of this script where the code was updated. Show all versions.

  • v1.5 04/07/2023

    Added checks for named familiars. Moved several checks to functions for reusability/readability/ease of modification.

  • v1.4 28/06/2023

    Fixed bug: familiar options now actually bring up the "Change Familiars" site.

  • v1.3 28/06/2023

    Added GUI option and checks for fully awakened familiars. Moved GUI building code to helper functions for ease of debugging.

  • v1.2 28/03/2023

    Updates:
    * minor correction to the function that draws the GUI. Now all setup is done entirely in that function, rather than some of the button functionality being setup in main().

  • v1.1 28/03/2023

    Bugs fixed:

    • Now stops when it reaches the HibDen. Prevents infinite looping, and wasted resources attempting to bond/add familiars where they cannot be accessed.

    General changes:

    • Moved GUI creation code to named function and made several variables within global, for ease of debugging/code reading.
  • v1.0 26/03/2023