Difference between revisions of "Virindi Global Inventory"
From VirindiPlugins
Line 2: | Line 2: | ||
Virindi Global Inventory is a simple tool for managing armor and weapons on mules. To use it, check the "Track This Character" checkbox on each of your mules. Then, you can search for matching items with the search box. Clicking on an item in the display list gives a description of the item. | Virindi Global Inventory is a simple tool for managing armor and weapons on mules. To use it, check the "Track This Character" checkbox on each of your mules. Then, you can search for matching items with the search box. Clicking on an item in the display list gives a description of the item. | ||
+ | |||
+ | |||
+ | The VGI search bar accepts RegEx | ||
+ | |||
+ | For example: | ||
+ | |||
+ | Any double legendary gear | ||
+ | |||
+ | legendary.*legendary | ||
+ | |||
+ | |||
+ | Legendary with any rating | ||
+ | legendary.*\+ | ||
+ | |||
+ | |||
+ | Legendary with specific rating (just add the number) | ||
+ | legendary.*\+1 | ||
+ | |||
+ | |||
+ | Multiple cantrips (any, not all) | ||
+ | legendary (frost|flame|acid).* | ||
+ | |||
+ | |||
+ | Multiple specific cantrips | ||
+ | legendary frost.*legendary acid | ||
+ | |||
+ | |||
+ | Multiple cantrips(any, not all) with a set | ||
+ | legendary (frost|flame|acid).+.*adept | ||
+ | |||
+ | |||
+ | Specific cantrip with a set | ||
+ | legendary acid.*Adept |
Revision as of 10:40, 22 August 2014
Virindi Global Inventory is a simple tool for managing armor and weapons on mules. To use it, check the "Track This Character" checkbox on each of your mules. Then, you can search for matching items with the search box. Clicking on an item in the display list gives a description of the item.
The VGI search bar accepts RegEx
For example:
Any double legendary gear
legendary.*legendary
Legendary with any rating
legendary.*\+
Legendary with specific rating (just add the number)
legendary.*\+1
Multiple cantrips (any, not all)
legendary (frost|flame|acid).*
Multiple specific cantrips
legendary frost.*legendary acid
Multiple cantrips(any, not all) with a set
legendary (frost|flame|acid).+.*adept
Specific cantrip with a set
legendary acid.*Adept