Difference between revisions of "Virindi Global Inventory"

From VirindiPlugins
Jump to: navigation, search
m
Line 22: Line 22:
  
 
Multiple cantrips (any, not all)
 
Multiple cantrips (any, not all)
  legendary (frost|flame|acid).+
+
  legendary (frost|flame|acid)
  (the .+ at the end means at least one of the options within the () must match)
+
  (not double legs,
  
  
Line 31: Line 31:
  
 
Multiple cantrips(any, not all) with a set
 
Multiple cantrips(any, not all) with a set
  legendary (frost|flame|acid).+.*adept
+
  legendary (frost|flame|acid).+adept
  
  
 
Specific cantrip with a set
 
Specific cantrip with a set
 
  legendary acid.*Adept
 
  legendary acid.*Adept

Revision as of 10:49, 22 August 2014

Virindiglobalinventory.png

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)
(not double legs, 


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