Not sure if its configured wrongly or its become a little broken with the new league update and patches..I just turned mine off as you get an idea of where the exits may be after you've played for several thousands of hours >_<
Might be a bug with the RandomFeatures plugin. If it bothers you, just disable that feature or maybe even try turning it off and on to see if that clears it up.
Also just a reminder for everyone, PoEHUD can get you banned. There seems to be a banwave going on for PoE bots right now. Users of PoEHUD seem to be unaffected for now, but as always remain cautious and know the risks.
Anyone get banned using this lately? A bunch of bot programs were detected and banned, just curious if this was as well. Doubt it was, since bots probably got detected for doing erratic behavior but never hurts to be safe!
Anyone get banned using this lately? A bunch of bot programs were detected and banned, just curious if this was as well. Doubt it was, since bots probably got detected for doing erratic behavior but never hurts to be safe!
As I stated 3 posts above your own, the ban wave only seems to be affecting bot users.
It's ANTLR4 not handling comments well from what I can tell. I'm working on a solution. If I can't find one, I'll write a parser from scratch that isn't in some crappy proprietary format that you must learn in order to do anything useful with it.
For the record, the item filter seems to be working flawlessly when I remove all inline comments (specifically the ones following "Show").
TO FIX AN ITEM FILTER: In notepad++ you can open your filter, do a ctrl-h to replace, put "Show #.*" (without quotes) in the "Find what" field, put "Show" (without quotes) in the "Replace with" field, make sure Regular expression is checked (at the bottom), and replace all, and save. Then reload the filter (or restart HUD), and you should be all set.
You should also do the same with Hide, but it's not as important, you just might have a few items that slip past their hide statements and get notified with whatever the loot filter would assign to it had it not already hidden it.
its in the faq on main page and make sure u select the lootfilter in your hud.
and for the lazy people out there here are neversink filters with that fix
Post Thanks / Like - 2 Thanks
Jonxx, sketax (2 members gave Thanks to henkiedemol for this useful post)
its in the faq on main page and make sure u select the lootfilter in your hud.
and for the lazy people out there here are neversink filters with that fix
I don't think that fix is needed anymore. I updated the antlr script to handle comments differently and it seemed to handle in-line comments after that. if there are still problems, it's probably because of an old poefilterparser.dll and not the one with newer one with that fix in it.