Not a utility, just some shortcuts to set selections
config/alias.cfg
; search dialog
/noparse /alias /sAC /multiline ; /notify FindItemWnd FIW_ItemLocationCombobox listselect 3; /notify FindItemWnd FIW_ItemAugmentCombobox listselect 8; /notify FindItemWnd FIW_StatSlotCombobox listselect 2
/noparse /alias /sHeal /multiline ; /notify FindItemWnd FIW_ItemLocationCombobox listselect 3; /notify FindItemWnd FIW_ItemAugmentCombobox listselect 8; /notify FindItemWnd FIW_StatSlotCombobox listselect 23
/noparse /alias /sSpell /multiline ; /notify FindItemWnd FIW_ItemLocationCombobox listselect 3; /notify FindItemWnd FIW_ItemAugmentCombobox listselect 8; /notify FindItemWnd FIW_StatSlotCombobox listselect 24
/noparse /alias /sDex /multiline ; /notify FindItemWnd FIW_ItemLocationCombobox listselect 3; /notify FindItemWnd FIW_ItemAugmentCombobox listselect 8; /notify FindItemWnd FIW_StatSlotCombobox listselect 28
/noparse /alias /s5 /multiline ; /notify FindItemWnd FIW_ItemLocationCombobox listselect 3; /notify FindItemWnd FIW_ItemAugmentCombobox listselect 6; /notify FindItemWnd FIW_StatSlotCombobox listselect 1
then in EQ you open search window and
/sAC (search by AC, type7)
/sHeal (heal amount, type 7)
/sSpell (spell damage type 7)
/sDex (heroic dex type 7)
/s5 (type 5's)
explanation:
Set location to equipped
/notify FindItemWnd FIW_ItemLocationCombobox listselect 3
Type 5
/notify FindItemWnd FIW_ItemAugmentCombobox listselect 6;
Type 7
/notify FindItemWnd FIW_ItemAugmentCombobox listselect 8;
Stat e.g Heroic Dex
/notify FindItemWnd FIW_StatSlotCombobox listselect 28
Stat e.g none selected
/notify FindItemWnd FIW_StatSlotCombobox listselect 1