[3.15] Highwind's LOOTFILTER (UNSUPPORTED)

"
aachilles wrote:
First off, thanks for your filter, it's cool. Second, I wish to hide items with itemlevel < 60 (and normal flasks), except those one with RGB and five/six linked sockets. How do I get this?

PS: I used FilterBlast, but no changes.

Thanks in advance

I am not sure if this is what you want, but you could try explaining in more detail. Please note that there is a difference between ItemLevel and DropLevel.

1. RGB items are in Vendor Recipes > Chromatics (RGB)
2. Flasks are in Flasks > Normal > Leveling
3. <60 Rares are in <60 Rares
4. Low level normal/magic items are in Normal/Magic > Leveling
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Last edited by ffhighwind on Dec 16, 2019, 2:27:28 AM
The filter available on FilterBlast is giving parse errors for several item types (sextants and warstaffs off the top of my head)

Other than that very nice filter, I love it :)

Edit: Confirmed just sextant and warstaff, edited them out for my own file for now
Last edited by NeadayanDrakhon on Dec 18, 2019, 10:42:18 PM
"
The filter available on FilterBlast is giving parse errors for several item types (sextants and warstaffs off the top of my head)

Other than that very nice filter, I love it :)

Edit: Confirmed just sextant and warstaff, edited them out for my own file for now

I fixed that before the league launch in 3.9.1. Maybe your browser is caching something? Hold CTRL and press F5 to force a hard refresh on the page.

You can see the changes here.

Warstaff -> Warstaves
"Apprentice Cartographer's Sextant" -> "Simple Sextant"
"Journeyman Cartographer's Sextant" -> "Prime Sextant"
"Master Cartographer's Sextant" -> "Awakened Sextant"
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Last edited by ffhighwind on Dec 18, 2019, 11:19:06 PM
"
ffhighwind wrote:
"
The filter available on FilterBlast is giving parse errors for several item types (sextants and warstaffs off the top of my head)

Other than that very nice filter, I love it :)

Edit: Confirmed just sextant and warstaff, edited them out for my own file for now

I fixed that before the league launch in 3.9.1. Maybe your browser is caching something? Hold CTRL and press F5 to force a hard refresh on the page.

You can see the changes here.

Warstaff -> Warstaves
"Apprentice Cartographer's Sextant" -> "Simple Sextant"
"Journeyman Cartographer's Sextant" -> "Prime Sextant"
"Master Cartographer's Sextant" -> "Awakened Sextant"


Doh, the browser was indeed holding onto some customization that forced it to keep an october version of the filter - even though it showed 12/17 in the browser, the file itself said 10/3; had to cut off the custom flags in the URL to get it to refresh to the current version, hadn't noticed the old date before; oops :)

Thanks
Last edited by NeadayanDrakhon on Dec 19, 2019, 1:30:33 AM
Hi Highwind, thank you for great filter! I can see how much effort and quality is put in it, everyting's structured and commented. And it also works exactly like I want it to. (prefer verystrict-large, for less disturbances easy pickup)

I maybe got a bug: in very strict large "Hide # Divination Cards - <2c" there's "The Opulent", but when it drops, I still hear the sound, the visual effect and even a map icon. Just no item title, until I press Alt. Item becomes properly hidden once I comment
"
#PlayAlertSound 5 100 # Divination Card (<2c)
#MinimapIcon 0 Brown Triangle
#PlayEffect Brown


Is this probably how filtering works? Even if it's "hide", it still plays attached sounds?

1. Please fix cards to make it consistent, if it's hidden, don't show it on map, don't play sound.
2. Is it the same with other items? Sometimes I hear sound of items dropping, but nothing is shown. Could you maybe disable sound altogether for every hidden item, so that I'm not distracted on them?
"
DimaMae wrote:
Hi Highwind, thank you for great filter! I can see how much effort and quality is put in it, everyting's structured and commented. And it also works exactly like I want it to. (prefer verystrict-large, for less disturbances easy pickup)

I maybe got a bug: in very strict large "Hide # Divination Cards - <2c" there's "The Opulent", but when it drops, I still hear the sound, the visual effect and even a map icon. Just no item title, until I press Alt. Item becomes properly hidden once I comment
"
#PlayAlertSound 5 100 # Divination Card (<2c)
#MinimapIcon 0 Brown Triangle
#PlayEffect Brown


Is this probably how filtering works? Even if it's "hide", it still plays attached sounds?

1. Please fix cards to make it consistent, if it's hidden, don't show it on map, don't play sound.
2. Is it the same with other items? Sometimes I hear sound of items dropping, but nothing is shown. Could you maybe disable sound altogether for every hidden item, so that I'm not distracted on them?

Thanks for the feedback. This is an issue with the auto-generator. <2c divination cards had sound/visuals added to them, but they have been hidden in the Very Strict filter.

EDIT: This should be fixed. Please let me know if there are any other issues. I haven't used the very strict filter this league or I would have noticed this.
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Last edited by ffhighwind on Dec 31, 2019, 5:07:23 PM
Haha thank you, Highwind! For now only thing I've noticed that's inconsistent is that you didn't update minor version here :)
EDIT: (it was in .zip file, now fixed)

I don't know how filter language works, but I've noticed in many "Hide" you have set "DisableDropSound". Probably that's what I'm asking for. Not all your "Hide" have "DisableDropSound", and sometimes I still hear items drop (like rings, weapons, armor), even tnough it's not shown. This distracts me a bit. I'd like this sound to be disabled as well. Could do it myself, but is there any reason why you don't do it?
Last edited by DimaMae on Jan 1, 2020, 10:39:39 AM
"
DimaMae wrote:
Haha thank you, Highwind! For now only thing I've noticed that's inconsistent is that you didn't update minor version here :)
I don't see 3.9.7 in any of the files in the repository. Post a link instead of an image and I will look into it.
"
DimaMae wrote:
I don't know how filter language works, but I've noticed in many "Hide" you have set "DisableDropSound". Probably that's what I'm asking for. Not all your "Hide" have "DisableDropSound", and sometimes I still hear items drop (like rings, weapons, armor), even tnough it's not shown. This distracts me a bit. I'd like this sound to be disabled as well. Could do it myself, but is there any reason why you don't do it?

Uniques make a sound even when hidden. DisableDropSound does nothing. I haven't tried using a custom silent sound file, however. If you can figure out how to disable the sound of uniques please let me know. See below.
"
https://filterblade.xyz/FAQ
Q: There is a special sound when unique items drop for the first time. Can I edit or remove this sound?
A: This is another one of GGGs special sound effects. Sadly, item filter have no control over these at all. This is neither a filter alert sound nor a drop-sound that can be disabled with the DisableDropSound filter command.

Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
"
DimaMae wrote:
I don't know how filter language works, but I've noticed in many "Hide" you have set "DisableDropSound". Probably that's what I'm asking for. Not all your "Hide" have "DisableDropSound", and sometimes I still hear items drop (like rings, weapons, armor), even tnough it's not shown. This distracts me a bit. I'd like this sound to be disabled as well. Could do it myself, but is there any reason why you don't do it?

EDIT: I've added DisableDropSound to all hidden items. The script called "filter silencer.ahk" in the Filters folder to help with this. The problem is it still doesn't disable the initial drop sound.
Loot Filter -- https://www.pathofexile.com/forum/view-thread/1490867
Filter Parser -- https://github.com/ffhighwind/Path-of-Exile-Filter-Parser
Last edited by ffhighwind on Jan 8, 2020, 1:09:03 AM
Can you publish your filters like other authors are doing?

https://www.pathofexile.com/account/view-profile/StupidFatHobbit/item-filters

https://www.pathofexile.com/account/view-profile/Muldini/item-filters

https://www.pathofexile.com/account/view-profile/NeverSink/item-filters

https://www.pathofexile.com/account/view-profile/Alex728GT/item-filters

etc
livejamie

Report Forum Post

Report Account:

Report Type

Additional Info