NeverSink's LOOTFILTER v8.13.x♦ in-depth ♦ endgame+leveling 2in1 ♦ user-friendly ♦ SC/HC versions

I want to change the colour of "item level 75+" weapons and armours currently the colour is ORANGE how do I do this.

Thank you
It would be nice to be able to set border colour globally to a specified colour without having to edit multiple sections. I use an auto-pickup script where I just have to press a key and the item is picked up (the colour 0,178,0 RGB works well for this), and it takes a while to look through the script and find where the items I always pick up are listed. Not sure if it's possible to set this globally all that easily...plus there probably aren't too many people using auto-pickup functionality yet (though they should be, it is a QOL improvement on par with the filter itself IMO).

Also, I think the following entry in the script should be "Show" and not "Hide":

"
Hide # Chisel Recipe: Magic Gavels with 12+ qual
Quality > 11
Rarity Magic
BaseType "Gavel" "Rock Breaker" "Stone Hammer"


These magic gavels would only take 4 or fewer Whetstones to get the Chisel recipe (just like normal rarity gavels), so I'd think you'd want to display them to the user, unless I'm misunderstanding the logic in this section.
"
RoryTate wrote:
It would be nice to be able to set border colour globally to a specified colour without having to edit multiple sections. I use an auto-pickup script where I just have to press a key and the item is picked up (the colour 0,178,0 RGB works well for this), and it takes a while to look through the script and find where the items I always pick up are listed. Not sure if it's possible to set this globally all that easily...plus there probably aren't too many people using auto-pickup functionality yet (though they should be, it is a QOL improvement on par with the filter itself IMO).

Also, I think the following entry in the script should be "Show" and not "Hide":

"
Hide # Chisel Recipe: Magic Gavels with 12+ qual
Quality > 11
Rarity Magic
BaseType "Gavel" "Rock Breaker" "Stone Hammer"


These magic gavels would only take 4 or fewer Whetstones to get the Chisel recipe (just like normal rarity gavels), so I'd think you'd want to display them to the user, unless I'm misunderstanding the logic in this section.


I agree, shouldn't that section be "Show"?
"
Norinzoba wrote:
Yeah the first time I added it I put it in the main directory. I do have it also saved in the location you noted, but I don't see anything under UI. I don't even see an option to choose a loot filter had it actually worked. but I can try again

Edit: Did it again, copied to a text file, saved in My Documents/My Games/Path of Exile as Neversink. filter, changed it to All Files , ASCI encoding. I go in game to UI, scroll down and nothing =\


If you save it while in notepad it will save it as "neversink.filter.TXT"
You need to enable "show file extensions" in folder options and remove the ".txt" from the end.
Great Filter !
Keep up your work!

:)
I got a question about the warband mods. Do i actually see the blue items the warbands drop or not? And if i DON'T see them, how do i DISPLAY them, like you seem to suggest in your patchnotes?
dedadadadedoodoodoo is all i want to say to you
"
tweedledee111 wrote:
I got a question about the warband mods. Do i actually see the blue items the warbands drop or not? And if i DON'T see them, how do i DISPLAY them, like you seem to suggest in your patchnotes?


You don't see them. I just hold alt after I kill a warbands pack.
We fight to delay the end because it's the means that matter.
nvm.
dedadadadedoodoodoo is all i want to say to you
Last edited by tweedledee111#4983 on Jul 22, 2015, 6:16:40 AM
Great filter, been using it for a long time! How do I add some more items to show on the screen for chancing? I want to chance for Rathpith and Belly. Thanks!

edit: nvm just figured it out:

Show BaseType "Titanium Spirit Shield"
SetTextColor 255 255 255 255
SetBorderColor 0 100 0
Rarity Normal

edit2: turns out this single line fucked up the whole filter, every white item is highlighted like the chance bases, lol I don't get it.
Last edited by attiGT#7833 on Jul 20, 2015, 5:51:42 AM
"
Buks wrote:
Great filter, been using it for a long time! How do I add some more items to show on the screen for chancing? I want to chance for Rathpith and Belly. Thanks!

edit: nvm just figured it out:

Show BaseType "Titanium Spirit Shield"
SetTextColor 255 255 255 255
SetBorderColor 0 100 0
Rarity Normal

edit2: turns out this single line fucked up the whole filter, every white item is highlighted like the chance bases, lol I don't get it.

The reason is that you did not put a linebreak between Show and BaseType. When the game reads a "Show" or a "Hide", it discards everything else in the line. The game is reading your block like this:

"
Show
SetTextColor 255 255 255 255
SetBorderColor 0 100 0
Rarity Normal


...which, of course, would affect everything.
A comprehensive, easy on the eyes loot filter:
http://www.pathofexile.com/forum/view-thread/1245785

Need a chill group exiles to hang with? Join us:
http://www.pathofexile.com/forum/view-thread/1251403
Last edited by Antnee#4468 on Jul 20, 2015, 6:42:19 AM

Report Forum Post

Report Account:

Report Type

Additional Info