Rockey
04-28-2015, 10:01 PM
here is the code for the familiar saving script
"author: Tillmen with a little testing and tweaking by Zellyle"
##Casts 920 every half hour to make sure you dont love that expensive familiar you just had designed on spitfire.
hide_me; loop { Spell[920].cast if (Spell[920].timeleft < (Spell[920].time_per/2)) and Spell[920].affordable? and not dead? and not stunned?; sleep 3 }
"author: Tillmen with a little testing and tweaking by Zellyle"
##Casts 920 every half hour to make sure you dont love that expensive familiar you just had designed on spitfire.
hide_me; loop { Spell[920].cast if (Spell[920].timeleft < (Spell[920].time_per/2)) and Spell[920].affordable? and not dead? and not stunned?; sleep 3 }