Set Snoop Backpack by Target by Jaseowns
Description from the author:
# Sets a snoop target backpack to a variable by Jaseowns
# UO Outlands - https://youtu.be/SKDcAaRpYNw?t=894
# These may no longer work due to recent patch: https://forums.uooutlands.com/index.php?threads/classicuo-client-patch-1-0-0-11-notes.4301/
# Description:
# Run this script on a hotkey (ALT-D)
# It will bring up a cursor, select
# a person you want to snoop. This
# will bring up their profile paperdoll and set
# their backpack as mySnoopTargetBack
# We'll use another hotkey to interact with mySnoopTargetBack
setvar mySnoopTarget
dclick mySnoopTarget
if findtype 3701 mySnoopTarget as tbag
setvar mySnoopTargetBack tbag
# if you don't want to use another macro, uncomment
# the line below to double click the backpack and set it as last object
#dclick tbag
endifThese may no longer work due to recent patch: https://forums.uooutlands.com/index.php?threads/classicuo-client-patch-1-0-0-11-notes.4301/
Run this script on a hotkey (ALT-D), it will bring up a cursor, select a person you want to snoop. This will bring up their profile paperdoll and set their backpack as mySnoopTargetBack. We'll use another hotkey to interact with mySnoopTargetBack.