• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Saved search utility (1 Viewer)

turnip

Member
Joined
Oct 24, 2021
RedCents
136¢
has anyone made a utility to enable searching in the find window?

for example: you want to compare all of your equipped type 5 augs so you know which you should replace next so you set all your parameters once and save them so next time you can just hit 1 button to bring up the same search again.
 
Not a utility, just some shortcuts to set selections

config/alias.cfg
INI:
; 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
 
Last edited by a moderator:
Saved search utility

Users who are viewing this thread

Back
Top