Гайд по фильтру предметов
With the release of Path of Exile : The Awakening (version 2.0.0) Item Filters were introduced as an optional feature for players to customize what they see when items drop in the game.
There are multiple options from colors, text size, borders and even sounds
Although the game does offer a default filter, there is no in-game system for editing them; end users can write and tailor their own filter using a text editor. (Though there are several scripts out there that can do the hard work for you).
I wrote the original guide while the BETA for Path of Exile: The Awakening was running, and through that time I edited in new options etc as they became available.
As requested via my Original Thread on Path of Exile I have now made it available here.
Содержание
Quick Guide [ править | править код ]
Clicking ‘Reload’ will display this message if the Filter is working correctly:
Creating your own [ править | править код ]
To create a Loot filter, you generally need to use a text editor such as NOTEPAD Some versions of NOTEPAD++ Do work, but most do not from reports. Currently the Encoding must be ANSI or UTF-8
You can Edit your filter with the game still running. All you need to do is Open it, edit it and save it then press reload in the client.
The basic idea is a list of Show and Hide «blocks» that each specify certain conditions by information provided in each line. Anything matched by a Show block will be shown and anything matched by a Hide block will be hidden. If there are multiple conditions in a block then all of them must be matched for the block to match an item.
Code Breakdown [ править | править код ]
A section is defined as a *collection of blocks*, typically with a general purpose in mind. For example, the section outlined in red is designed to highlight certain gems. All sections in a script should begin with a 4-digit header code, which can be used to quickly jump from place to place within the script.
A block is defined as a *collection of lines*, which have a singular purpose. In the block in orange, rare gems such as Empower are highlighted. A block must begin with a «Show» or «Hide» line. A block ends when another line containing Show or Hide is read by the client.
A line is used to give instructions *to the block in which it is contained*. The line highlighted in yellow gives a blue-green background to quality gems, but does not affect the block below it, which affects only rare gems.
Sample Filter [ править | править код ]
Everything else will be hidden unless you press ALT
The most important thing to note is that blocks are read from top to bottom in the file by the client, The highest block takes priority, which means that you need to have the block that hides the scrolls, above before the line that shows the currency, because scrolls would also match the currency block.
This is why flasks come first in this list, They can not be rare and their droplevel is below 70.
An empty block matches all items, which means that the Hide at the end of the file effectively hides everything that wasn’t specifically shown.
Operators [ править | править код ]
The following Operators can be used with numeric conditions. Note that for equal operations there is no operator required.
Operator | Notes |
---|---|
Greater than | |
>= | Greater or equal to |
Note that not giving an operator is interpreted as an «=».
Conditions [ править | править код ]
Actions [ править | править код ]
Name | Valid Values | Notes |
---|---|---|
SetBorderColor [Alpha] | 0-255 | Sets the border colour of the item box in RGB values from 0-255 with optional Alpha (opacity) value of 0-255 |
SetTextColor [Alpha] | 0-255 | Sets the text colour of the item box in RGB values from 0-255 with optional Alpha (opacity) value of 0-255; refer to color table below for examples of in-game values |
SetBackgroundColor [Alpha] | 0-255 | Sets the colour of the item box in RGB values from 0-255 with optional Alpha (opacity) value of 0-255; default in-game value is 0 0 0 240 |
PlayAlertSound [Volume] | 1-16 124 | Plays the specified Alert Sound with optional volume when dropped. Only one sound can be played at a time. |
List of Item Classes [ править | править код ]
You can specify any from this list:
Тип предмета | Внутренний ID | Категория |
---|---|---|
Флаконы жизни | LifeFlask | Флаконы |
Флаконы маны | ManaFlask | Флаконы |
Флаконы равновесия | HybridFlask | Флаконы |
Валюта | Currency | Прочее |
Амулеты | Amulet | Бижутерия |
Кольца | Ring | Бижутерия |
Когти | Claw | Одноручное оружие |
Кинжалы | Dagger | Одноручное оружие |
Жезлы | Wand | Одноручное оружие |
Одноручные мечи | One Hand Sword | Одноручное оружие |
Шпаги | Thrusting One Hand Sword | Одноручное оружие |
Одноручные топоры | One Hand Axe | Одноручное оружие |
Одноручные булавы | One Hand Mace | Одноручное оружие |
Луки | Bow | Двуручное оружие |
Посохи | Staff | Двуручное оружие |
Двуручные мечи | Two Hand Sword | Двуручное оружие |
Двуручные топоры | Two Hand Axe | Двуручное оружие |
Двуручные булавы | Two Hand Mace | Двуручное оружие |
Камни умений | Active Skill Gem | Камни |
Камни поддержки | Support Skill Gem | Камни |
Колчаны | Quiver | Левая рука |
Пояса | Belt | Бижутерия |
Перчатки | Gloves | Доспехи |
Обувь | Boots | Доспехи |
Нательные доспехи | Body Armour | Доспехи |
Шлемы | Helmet | Доспехи |
Щиты | Shield | Левая рука |
Валюта | StackableCurrency | |
Вещи для заданий | QuestItem | |
Скипетры | Sceptre | Одноручное оружие |
Особые флаконы | UtilityFlask | Флаконы |
Важные особые флаконы | UtilityFlaskCritical | Флаконы |
Карты | Map | Прочее |
Без оружия | Unarmed | |
Удочки | FishingRod | Двуручное оружие |
Обрывки карт | MapFragment | Прочее |
Предметы убежища | HideoutDoodad | |
Микротранзакции | Microtransaction | Микротранзакции |
Самоцветы | Jewel | Прочее |
Гадальные карты | DivinationCard | Прочее |
Предмет лабиринта | LabyrinthItem | Лабиринт |
Брелок лабиринта | LabyrinthTrinket | Лабиринт |
Предмет карты лабиринта | LabyrinthMapItem | Лабиринт |
Прочие предметы карт | MiscMapItem | Прочее |
Камни лиги | Leaguestone | Прочее |
Душа Пантеона | PantheonSoul | |
Часть | UniqueFragment | Прочее |
Самоцвет Бездны | AbyssJewel | Прочее |
Предмет Вмешательства | IncursionItem | |
Валюта Спуска | DelveSocketableCurrency | |
Инкубатор | Incubator | |
Shard | UniqueShard | |
Shard Heart | UniqueShardBase | |
Рунические кинжалы | Rune Dagger | Одноручное оружие |
Воинские посохи | Warstaff | Двуручное оружие |
Валюта Спуска | DelveStackableSocketableCurrency | |
Предмет улучшения области Атласа | AtlasRegionUpgradeItem | |
Образец Метаморфа | MetamorphosisDNA | |
[[]] | HarvestObject | |
Семя Жатвы | HarvestSeed | |
Оборудование Жатвы | HarvestInfrastructure | |
Усилитель семян | HarvestPlantBooster | |
Контракт | HeistContract | |
Разбойничьи принадлежности | HeistEquipmentWeapon | |
Разбойничий инструмент | HeistEquipmentTool | |
Разбойничья накидка | HeistEquipmentUtility | |
Разбойничья брошь | HeistEquipmentReward | |
Чертёж | HeistBlueprint | |
Украшения | Trinket | Бижутерия |
Предмет кражи | HeistObjective |
If you specify part of a name it will match all that contain that part of the name. For example «Skill Gems» will match both «Active Skill Gems» and «Support Skill Gems»
Using Quotation Marks for Classes [ править | править код ]
An example of why you should always use quotes for multi-word classes, consider the following:
I want to find all one-handed swords, thrusting and otherwise. So, I include the line
When an item drops, this first looks for any class which includes «One.» This will mark: One Hand Swords, Thrusting One Hand Swords, One Hand Axes, One Hand Maces
If it doesn’t match those, it’ll attempt to match on «Hand.» This will mark: Two Hand Swords, Two Hand Axes, Two Hand Maces
Failing both of those, it’ll attempt to match on «Swords.» This will not mark anything additional, because One Hand Swords, Thrusting One Hand Swords, and Two Hand Swords have already been included.
Now, whatever styling you include will be applied to all of the above classes of weapons. If you really only want One Hand Swords and Thrusting One Hand Swords, use
Condition Adjustment [ править | править код ]
Font Size Adjustment is 18-45 (32 is normal)
Volume Adjustment is 0-300 (yet to find out normal value)
Height and Width You can set the height and width for an item to be for your filter to apply. This would work well in the RGB linked items section where you might not want to be picking up RGB items such as 2hs that take up alot of space in your inventory.
This would show any rgb linked items that are 1 space wide and 3-4 high, eg. Daggers, Wands, Thrusting 1h Swords, 1h Swords. Note that the height condition is obsolete since all these items with the RGB link are by definition 3 or 4 squares high.
Would show Helmets, Boots, Gloves, Claws, Bows, Scepters, Body Armours and some 1h weapons. Here the second line is almost obsolete, as it only excludes Wands, Daggers and some 1h Swords.
Size conditions should be handled with care when dealing with many weapons, especially swords, and shields, as these occur in several differently sized types.
Color Options [ править | править код ]
Use a color picker such as in MSPaint
Any RGBA combo can be used for the color combinations 0 0 0 0 to 255 255 255 255
The A is the Alpha Channel which controls opacity/transparency. For the Alpha Channel I would recommend not using lower than 150 as it gets too hard to see.
Фильтры для poe как установить
This is a simple, step-by-step guide to installing a loot filter for Path of Exile.
Step 0. What is a Loot Filter?
In Path of Exile, there is quite a bit of loot that drops onto the ground. Even though a lot of the loot is good and may be helpful, most of it is just garbage. The further you get into the game, the more annoying it is to scan through the long lists of items, and eventually at end game, it’s practically unplayable since you keep accidentally picking up items instead of running away from a dangerous boss. Not only might you miss good items, but you also might die! That’s where loot filters come in. They do the sorting of the loot for you, so you don’t have to constantly stand around and read the list of items. It hides the garbage, and highlights the good stuff, and makes the incredible stuff unmissable. Some loot filters add noises to make double sure you notice the item. In my opinion, loot filters are a necessity to play Path of Exile.
Step 1. Pick a Loot Filter
There are quite a few good loot filters that you can find online. It mostly comes down to personal preference, but I picked out a few of the best ones for you to try out.
NeverSink’s Loot Filter: https://www.pathofexile.com/forum/view-thread/1246208
This is my personal favorite loot filter and the one I am currently using. It has great item label designs, with bright colors that are easy on the eyes, easy to remember color coding and sound notifications for item drops, and it even has some customization. While this guide will be mostly generic, this is the specific loot filter I will be installing. I strongly recommend this loot filter.
ZiggyD’s Loot Filter: http://ziggyd.tv/featured/ziggyds-loot-filter/
This is the loot filter before I found out about NeverSink’s. It is in most ways just as good as NeverSink’s, though it is lacking in the sound notification department. The color codings are even simpler than NeverSink’s, and they show less information, so you have to remember less. It is great for beginners! I recommend this loot filter as well.
One Filter to Rule Them All: https://www.pathofexile.com/forum/view-thread/1259059/page/1
Although I have never used this loot filter, the community loves it! Check out the forum page for some details on it, if you don’t like the other two. If you want to install this one, make sure to read the instructions on the forum page, it’s different from the other ones.
Step 3. Activate the Loot Filter in game
Now, to activate the loot filter in game, go into the settings menu, and navigate to the UI tab:
Scroll all the way down, and find where it says «List of Item Filters.» Click on the drop down menu on the right, and find your newly installed loot filter:
Click the loot filter, and then click save:
You’re all set! Enjoy your newly installed loot filter!
Thanks for reading my guide, if it helped you at all, make sure to rate it. I would appreciate any feedback if possible, just leave a comment below if there was a mistake in the guide or a typo or anything like that. If you have any problems installing the loot filter after reading the guide, comment below and I’ll get back to you and try to help as soon as I can! Thanks again!
Also, make sure to check out my YouTube channel!