Back to "ping" tags

Where's that vendor? by Areolys

Description: Quick little helper to find a specific vendor amongst 100s of them. :-) Works well in combination with outlandmarket.com -> search the item, check the location and copy paste the name in the script. TP over there and hit play to automagically open up that vendors bag. :-)

1#
2# Where's that vendor?
3# by Areolys
4#
5# Change the vendor name below to find
6# The vendor you're looking for :-)
7#
8
9if findtype "ENTER_VENDOR_NAME_HERE" as dude
10    overhead "Vendor found, happy shopping" 114
11dclick dude
12else
13    overhead "Vendor not on screen. Check name & location" 33
14endif