Back to "snoop" tags

Set Snoop Backpack by Target by Jaseowns

Description: 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/

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.

1# Sets a snoop target backpack to a variable by Jaseowns
2# UO Outlands - https://youtu.be/SKDcAaRpYNw?t=894
3# 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/
4# Description:
5#  Run this script on a hotkey (ALT-D)
6#  It will bring up a cursor, select
7#  a person you want to snoop.  This
8#  will bring up their profile paperdoll and set
9#  their backpack as mySnoopTargetBack
10#  We'll use another hotkey to interact with mySnoopTargetBack
11setvar mySnoopTarget
12dclick mySnoopTarget
13if findtype 3701 mySnoopTarget as tbag
14    setvar mySnoopTargetBack tbag
15    # if you don't want to use another macro, uncomment 
16    # the line below to double click the backpack and set it as last object
17    #dclick tbag
18endif