Below an example of using one of my plugins developed by (mésigue=me)
This is a global find item function for terminal and macro use.
- Can make complex search (ex: Lucid*Guard, Lucid#Head)
- The result is the total quantity found in Bank, Bag, Inventory and also Forged
See the caption : https://www.dropbox.com/s/93eeueet5zdiewi/MQ2Find_Caption.PNG?dl=0
Exemple for partial name search:
In MQ Termial :
/find Ice cold
result :
> Inventory Found: 0
Aug:Ice cold Hermatite, Type:8 16 17 18
Aug:Ice cold Diamond, Type:8 16 17 18
> Pack Found: 2
Aug:Ice cold Ametrine, Type:8 17 18
Aug:Ice cold Ruby, Type:8 16 17 18
Aug:Ice cold Opal, Type:8 16 17 18
Aug:Ice cold Jade, Type:8 16 17 18
Aug:Ice cold Malachite, Type:8 16 17 18
> Bank Found: 5
Total Found: 7
In macro :
${Find.Name[Ice cold]} result 7
Other exemple for a specific slot item search:
/find Lucid#Head
result:
Item:Lucid Chain Coif of the Guard, Slot:Head
> Inventory Found: 1
Item:Lucid Deathforge Helm, Slot:Heal
> Pack Found: 1
> Bank Found: 0
Total Found: 2
${Find.Name[Lucid#Head]} result 2