Wotan wrote:Cannot find a line for UMO's in the notifier even tho I get screen notification.
Also, I cannot stop the notifications of positronic brains. Found the line, put a # in front of it, but they still show up in the notifications.
e: Found another "bug"
Was trying to filter out specific shrines:
"(Abandoned|Sacred|Eerie|Creepy|Quiet|Fascinating) Shrine \(10"
It works apart from Fascinating shrines. Notification even doesn't trigger. According to the line checker- it should work.
e2: It works when I remove the hide "Shrine \(10" line, which again- weird.
Hey, kinda late response (got carried away by Elden Ring):
- Mystic Orbs (and any other Orbs) get notified by this rule
"Orb\|"
- Positronic Brains are caught by
"Reagent"
AND
Positronic Brains
, if you want to not be notified about positronic brains and still want other Reagents to show up you need to modify the line containing "Reagent" to this one:
"Reagent\|!(Pos)"
- Not entirely sure about the Shrines, when i tried it myself it works fine. Here's the filter i tried:
hide "Shrine \(10"
"(Ornate|Eerie|Fascinating) Shrine \(10"
All shrines except those 3 are hidden