Greasy Fork is available in English.

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.6 2024-10-18

    FR had an accessibility update which introduced better screen-reader support. This broke familiar swapping for this script. That issue is now fixed.

  • v1.5 2023-07-04

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

  • v1.4 2023-06-28

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

  • v1.3 2023-06-28

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

  • v1.2 2023-03-28

    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 2023-03-28

    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 2023-03-26