Using your own Filter quick explaination on The System (and improved RecipeBlocks) #53
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, here is a little quick explain for anyone who wants to get into the raw Lootfilter editing aswell as make your own Filter
compatible with PoEQoL.
Also the RecipeBlocks.txt has bigger Textboxes, no Red Alerts Sounds, no beam and minimapIcons only on rings and amulets.
Also ALL ITEMS even past ilvl 80 on all itemclasses.
Was a little too much for me and also this wont work with updating the Filter.
But for and anyone who doesnt cant update rn anyway like me, seems good.
SO
if you dont care about any unidentified Rares, you can put the Chaos-Recipe-Blocks, necessary for the tool, inside your filter of choice right after the [[3000]] headline

before anything else actually inside the category (not inside the table of content).
Use STRG+F search for this.
QUICK TUTORIAL
Every Filter is just a insane amount of Show- and Hide-blocks just like this:
Show
SetBorderColor 255 0 0
SetFontSize 40
ItemLevel >= 60
Rarity = Rare
Class "Amulets"
SetTextColor 0 0 0
SetBackgroundColor 51 187 238
PlayAlertSound 16 300
Any line starting with " # " is just a comment and is ignored by PoE.
You can make easy changes to color and sizes as you can see its just a number after a keyword.
i. e. "SetFontSize" has a number attached used just like the Slider on filterblade.xyz which changes the Size of the Textboxes
Now when it comes to priority, the lower a Block is added, the less priority is has.
That means that the first block will overrule every single other block.
In the Neversink filter you can see the table of content right at the top after his plugs.
There you can see the priority of rules. Dont forget that some of them are Hide-Blocks.
In terms of unidentified rares, it starts off with influence rares,Explicit Mod filtering (which is empty on high strictness),
6-Socket and 5-Link, few recipe's, crafting-bases
and lastly our main category "RARE ITEMS" at [[3000]].
After that one in [[3400]] in will hide all remaining rares from itemlevel 65 to 75.
There is some leveling stuff later.
ImprovedRecipeBlocks.txt