However, I noticed there are 4 deficiencies which I've included fixes for:
* Hybrid Flasks
* Superior Armor (Normal)
* Superior Flasks (Norma)
* Superior Weapons (Normal)
I'm hoping that these can be added to next version for people that are interested in them.
I've tinted the superior armors greyish-blue, and the superior weapons greyish-red.
- - - 8< - - -
# ##########
# Hybrid Flask
Show
Class "Hybrid Flask"
SetBackgroundColor 74 0 160
# ##########
# Superior Armor (Normal) -> Armourer's Scraps
Show
Class "Body Armours" "Boots" "Gloves" "Helmets" "Shields"
Rarity Normal
Quality > 0
SetBackgroundColor 48 48 96
Show
Class "Hybrid Flask"
SetBackgroundColor 74 0 160
# ##########
# Superior Flask -> Glassblower's Bauble
Show
Class "Flask"
Rarity Normal
Quality > 0
SetBackgroundColor 48 48 48
# ##########
# Superior Weapons (Normal) -> Blacksmith's Whetstone
# Broken down to sub-categories to make it easy to show/hide
# Note: PoE has a bug where some 1H Maces need class "Sceptre" to be recognized
# Superior 1H Melee Weapons
Show
Class "One Hand Axe" "One Hand Mace" "One Hand Sword" "Sceptre" "Thrusting One Hand Sword"
Rarity Normal
Quality > 0
SetBackgroundColor 96 48 48
# Superior 2H Melee Weapons
Show
Class "Staves" "Two Hand Axes" "Two Hand Maces" "Two Hand Swords"
Rarity Normal
Quality > 0
SetBackgroundColor 96 48 48
# Superior Misc. Weapons
Show
Class "Bow" "Claw" "Dagger" "Wand"
Rarity Normal
Quality > 0
SetBackgroundColor 96 48 48
Lastly, could the comments also include a link to the filter guide?
# Please use this thread for feedback, questions and suggestions
# For an Item Filter Guide see:
# http://pathofexile.gamepedia.com/Item_filter_guide
Great filter. Retains the native PoE theme without being too gaudy.
EDIT: Track-down PoE 1H Mace bug.
The hybrid flask inclusion is redundant, the filter already displays them by using "Flask". Same goes for quality flasks: they're already in the script. Even the screenshot on the first page displays a "superior hybrid sacred flask" :P.
Not prioritizing quality items (only 20% and only while leveling) is an acknowledged decision. Doing so is spending a lot of time just in order to get your hands on 1 armorer / 1 blacksmith. This is not worth the time, even while leveling. Once you reach endgame, it'll just clutter the screen.
I'll add the URL in the 2.9 version though, as a resource for filter syntax knowledge (not for feedback and questions though).
Please don't PM me ingame with filter/guide questions, post them on the forum, after reading the FAQ.
Last edited by NeverSink#3349 on Dec 18, 2015, 11:15:27 AM
-fixed the way too harsh potion filtering (while leveling) bug, I introduced in 2.7. Sorry about it.
-rare and unique talismans now give off sounds
-minor adjustments to the divination card and unique tier list
Please don't PM me ingame with filter/guide questions, post them on the forum, after reading the FAQ.
I keep getting the following error when I try to load the filter
Failed to load Item Filter: Line 1: Unknown rule type
{\rtf1\ansi\ansicpg1252\deffo\nouicompat\deflang1033\{\fonttbl{\f0\fnil\fcharset0
I have tried going to the "test the scipt here" and the script it auto loads up works, but when I copy and paste what I am getting from the RAW file it doesn't work. Also when I copy any paste what is auto-loaded into the filter on the script test website it still gives me the same error in game.
I keep getting the following error when I try to load the filter
Failed to load Item Filter: Line 1: Unknown rule type
{\rtf1\ansi\ansicpg1252\deffo\nouicompat\deflang1033\{\fonttbl{\f0\fnil\fcharset0
I have tried going to the "test the scipt here" and the script it auto loads up works, but when I copy and paste what I am getting from the RAW file it doesn't work. Also when I copy any paste what is auto-loaded into the filter on the script test website it still gives me the same error in game.
Can't reproduce it, try changing the encoding.
Please don't PM me ingame with filter/guide questions, post them on the forum, after reading the FAQ.
I keep getting the following error when I try to load the filter
Failed to load Item Filter: Line 1: Unknown rule type
{\rtf1\ansi\ansicpg1252\deffo\nouicompat\deflang1033\{\fonttbl{\f0\fnil\fcharset0
I have tried going to the "test the scipt here" and the script it auto loads up works, but when I copy and paste what I am getting from the RAW file it doesn't work. Also when I copy any paste what is auto-loaded into the filter on the script test website it still gives me the same error in game.
Can't reproduce it, try changing the encoding.
Not entirely sure how to change the encoding....
edit: I saved it in word pad and converted it to a .filter file from that. So before, it was in rich text format, if that helps.
Last edited by Savorrow#4386 on Dec 18, 2015, 3:29:26 PM
AhA! I got it! I opened notepad and copied everything over and made sure the file got saved as ANSI encoded. I saved right over the top of the old filter file and shazammo, loaded successfully.
Show
Rarity >= Normal
Class "Rings"
ItemLevel > 71
BaseType "Two-Stone Ring"
SetBorderColor 200 0 100
SetBackgroundColor 30 144 255
SetTextColor 200 0 100
It shows some items, but some are ignored. The weirdest thing is, that this
is highlighted, when i throw it on the ground, but
is not highlighted. They are both ilvl 74.
The filter also doesnt highlight these items:
But these are highlighted:
Did I make any mistakes with the entries?
That's because they're overridden by other sections of the filter, the helmet for instance is highlighted as 4L of the level 65+. There's also a section for handling blue belts/rings/amulets.
You need to post those before those sections.
You can technically post everything at the very top in the "override" section, but be sure to change the ring section. Right now it colors all rings into the same color. You won't be able to distinguish them.
Please don't PM me ingame with filter/guide questions, post them on the forum, after reading the FAQ.
That's because they're overridden by other sections of the filter, the helmet for instance is highlighted as 4L of the level 65+. There's also a section for handling blue belts/rings/amulets.
You need to post those before those sections.
You can technically post everything at the very top in the "override" section, but be sure to change the ring section. Right now it colors all rings into the same color. You won't be able to distinguish them.
ok thank you!
Last edited by Vinc009#3255 on Dec 20, 2015, 1:44:34 AM