;=================================================================
; Script Name: TrailMyx's Drag(and Drop) Queen
; Author: TrailMyx
; Version: 0.7
; Shard OSI / FS: OSI / FS OK
; Revision Date: 9/29/2007
; Purpose: Simplify the act of moving items from container to container
; Globals:
; Special Thanks:
; Cerveza the UO master!
;
;=================================================================
This is one of those helper scripts I've had laying around for a while. I posted another version of this, but there was no UI so I slapped one on. I use this contantly as I'm clearing my bank box of MIBs, special nets and tmaps.
Now you can control what gets transferred and what doesn't. You can manage your transfer lists and the script will give you status about how many items are left to transfer.
This script basically monitors what you are doing, and notes the source and destination containers for items you are dragging around. Instead of having to do each item by hand, the item will ask to take over the dragging process for the remaining items. This particular item will be remembered in the "Keep" list so you won't be queried to drag/drop again - the script will just do it for you. For items that you don't want the script to handle, these will go in the "Ignore" list. You will not be asked again to drag/drop, and these items will be ignored for future queries.
The script isn't perfect and will sometimes miss sampling the source or destination container. If this happens, you may have to pause/unpause the script using the Enable/Disable button.
This script doesn't save anything; each time you run it the script will learn from your drag requests.
Note on stackablesI haven't figured out a way to get the stackable sampling for it's source container yet. So this script will only handle single items automatically.
Note on Ignore TextChecking this checkmark will filter each item that you are dragging looking for text separated by "_". Please note that this text string MUST end with a "_". So if you are looking to ignore items with 2 different text values, the string must be like this "string1_string2_"
Ex. Don't drag expert or ingenious maps: expert_ingenious_