• 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 --->
Resource icon

finditem.mac 1.2.1

Adds help output to display the available filter options from the find item window and their possible values, just for completeness..
Updated to support specifying more than one search filter.

filters:
/bcaa //mac finditem diamond type:jewelry slot:ear
<toon1> Diamondine Earring (1), Location: General 1-8
<toon2> Blue Diamond Electrum Earring (1), Location: General 1-8

Probably last update to this. Took a look at MQ2Status plugin and realized it already has a set of /status itemname commands which also output to eqbc.
Primarily just a learning exercise.

TIL eq actually has a /finditem <itemname> command, which will open the find window and populate the search text already...

Update adds the ability to provide a single search filter key/value pair:

search filters:
./mac finditem "diamond" "type:combinable"
<toon1> Diamond (5), Location: General 1-1
<toon1> Blue Diamond (3), Location: General 1-2

./mac finditem "diamond" "type:jewelry"
<toon1> Blue Diamond Electrum Earring (1), Location: General 1-3

./mac finditem "eradication" "stat:armor class"
<toon1> Breastplate of Eradication (1), Location: Chest, armor class: 55
Back
Top