Item filter: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>OmegaK2
>OmegaK2
Line 30: Line 30:


===Conditions===
===Conditions===
{| class="wikitable sortable"
! Name || Notes
|-
| ItemLevel || The level the item was generated at.
|-
| DropLevel || The level that the item starts dropping at.
|-
| Quality || The amount of quality on the item.
|-
| Rarity || Rarity of the item. Rarities are Normal, Magic, Rare or Unique.
|-
| Class || The item class. Specifying part of a class name is allowed and will match any classes with that text in the name. So for example "One Hand" will match both "One Hand Sword" and "One Hand Axe"
|-
| BaseType || The base type of the item. Specifying a part of a base type name is allowed and will match any of the base types with that text in the name.
|-
| Sockets || Total number of sockets that the item has.
|-
| LinkedSockets ||The size of the largest group of linked sockets that the item has.
|-
| SocketGroup ||A group of linked sockets that contains the specified combination. For example, RRG will match any group that contains two red sockets linked with a green socket.
|}


==Known Issues==
==Known Issues==

Revision as of 04:47, 2 May 2015

Item Filters can be used to customize how items on the ground are displayed.

Using an Existing Filter

  • Download the filter you wish to use
  • Place the filter in
   %USERPROFILE%/Documents/My Games/Path of Exile/
  • Make sure it has the correct file extension .filter
  • In game, go to Options -> UI -> Item Filter and select the filter

Creating a Filter

Operators

The following Operators can be used with numeric contions. Note that for equal operations there is no operator required.

Operator Notes
< Less then
<= Less then or equals
> Greater then
>= Greater or equals

Conditions

Name Notes
ItemLevel The level the item was generated at.
DropLevel The level that the item starts dropping at.
Quality The amount of quality on the item.
Rarity Rarity of the item. Rarities are Normal, Magic, Rare or Unique.
Class The item class. Specifying part of a class name is allowed and will match any classes with that text in the name. So for example "One Hand" will match both "One Hand Sword" and "One Hand Axe"
BaseType The base type of the item. Specifying a part of a base type name is allowed and will match any of the base types with that text in the name.
Sockets Total number of sockets that the item has.
LinkedSockets The size of the largest group of linked sockets that the item has.
SocketGroup A group of linked sockets that contains the specified combination. For example, RRG will match any group that contains two red sockets linked with a green socket.

Known Issues

Known issues with workaround. Use at your own risk.

Item filters not loading

Currently (beta) item filters may not load for users who use a non-ASCII userpath. As a work around you can move your documents folder to a location which does not contain non-ASCII letters. To do so:

 Go to your user folder (%USERPROFILE%) -> right click on My Documents -> properties -> path -> move... -> select a new location to move to -> apply

Version history

Version Changes
2.0.0
  • Introduced to the game.

See Also