Bapeths Manual Override (A Stronger Set Last Target) by barryroser
Description from the author:
# Bapeths Manual Override
#
# Script will loop into "Master Background", "Bapeths Modern Dungeon Picker", or "Bapeths Stabber Background" if you have it in your script library
#
# To clear Manual Override, play the script then stop it / cancel your target before selecting anything
#
# Use this script in place of your "Set Last Target" hotkey
#
# Script starts here
@unsetvar "Manual Override"
hotkey 'Set Last Target'
overhead "Set Manual Override" 45
wft 500
while targetexists
//do nothing
endwhile
if not targetexists
@setvar "Manual Override" lasttarget
overhead "Override Set!" 68 "Manual Override"
endif
if skill "Lockpicking" >= 80
pause 150
script "Bapeths Modern Dungeon Picker"
endif
if skill "Stealth" = 120
script "Bapeths Stabber Background"
endif
if skill "Fishing" >= 100
script 'Master Background'
endifThis script will set a variable to your last target that is used by all other "Bapeth's Ship Scripts" with priority targeting, this being the highest priority. It is also used by Bapeths Modern Dungeon picker in the Auto-Pilfer routine








