Stable & Bestiary Quick Setup by m1stercloud
Description from the author:
# Stable & Bestiary Quick Setup
# Author: Mistercloud
# Version: 1.0
#
# Quickly switch between pet teams and Bestiary profiles.
#
# Features:
# - Stores all active pets with your selected Stable Master.
# - Automatically retries if followers have been in combat recently.
# - Opens the Taming Bestiary and waits for profile selection.
# - Opens the Stable retrieval menu after profile selection.
# - Remembers the selected Stable Master for future use.
#
# Ideal for swapping between:
# - Phoenix + Grave Bug
# - 2 Warpigs + Boreal Faerie Wyrm
# - Sun Wyrm + Sun Wyrmling
# - Drowned Dragon + Water Dragon
#
# Usage:
# 1. Run the script.
# 2. Target your Stable Master on first use.
# 3. Select the desired Bestiary profile.
# 4. Close the Bestiary.
# 5. Choose pets from the Stable menu.
#
# Happy Hunting!
@clearsysmsg
@setvar ForceStableMasterSetup 0
overhead '-* Stable + Bestiary Setup *-' 115
wait 1000
if not varexist 'StableMaster' or ForceStableMasterSetup = 1
overhead 'Please target the Stable Master.' 53
@setvar StableMaster
overhead 'Stable Master set.' 66
endif
overhead 'Storing your pets away.' 53
@clearsysmsg
menu 'StableMaster' 4
wait 1000
while insysmsg 'One or more of your followers has been in combat too recently to be stabled.'
overhead 'Followers recently in combat.' 33
overhead 'Waiting 30 seconds...' 53
wait 30000
overhead 'Retrying stable command.' 53
@clearsysmsg
menu 'StableMaster' 4
wait 1000
endwhile
overhead 'Pets stored successfully.' 66
wait 500
overhead 'Opening Bestiary Book.' 53
while not gumpexists 1353229584
dclicktype 'taming bestiary'
waitforgump 1353229584 2000
endwhile
overhead 'Choose your Bestiary profile now.' 53
wait 1000
overhead 'Close the Bestiary when ready.' 53
while gumpexists 1353229584
wait 500
endwhile
overhead 'Bestiary profile selected.' 66
wait 500
overhead 'Opening Stable Menu.' 53
wait 500
menu 'StableMaster' 3
waitforgump 1380545801 3000
overhead 'Stable menu opened.' 66
while gumpexists 1380545801
wait 500
endwhile
overhead '-* Setup Complete *-' 66
wait 1000
overhead 'Happy Hunting !' 115Requirements: Taming Bestiary, Stable Master access.








