// Quick Recall // Quickly recalls to a pre-set runebook // *REMEMBER TO SET ONE RUNE AS DEFAULT IN RUNEBOOK* // Author: Kyramir (UO Evolution) // // If runebook not found, ask for one if not @findalias '_DefaultRunebook' promptalias '_DefaultRunebook' endif // If overweight cast Bless on self if weight > maxweight and skill 'Magery' >= 50 cancelautotarget autotargetself cast "bless" pause 2500 endif // If at least one follower is present, say them to follow if followers > 1 msg 'all follow me' endif // Cast Sacred Journey (if enough Chivalry for 100%) or Recall autotargetobject '_DefaultRunebook' if skill 'Chivalry' >= 65 cast "Sacred Journey" else cast "Recall" endif pause 1000 if followers > 1 msg 'all follow me' endif pause 1000 // Uncomment next line to Open Bank after recalling msg 'bank'