dschu012
dschu012
> "name "xoutput" is not defined" Sounds like the plugin wasn't copied to the correct directory. I'd only expect that error if the plugin wasn't loaded when starting FreePIE. Try...
Your filter is setup such that it is hiding those items, which is why you think they are destroyed.
Likely the `Hide` at the very end of the `item.filter.` But you can type in `/debug` and hover the item in your inventory to see the line responsible for hiding...
This is an incomplete project, I lost time and interest. But the following is in the readme ``` * Error handling. Filter just silently ignores errors right now. ``` It's...
You're welcome to fork it and change it to your will.
ya, it's on the todo list. just need to find time to get around to it. https://github.com/dschu012/d2lootfilter/blame/master/README.md#L29
Ideally that work around shouldn't be needed. Those items have ques as their item type, so there must be something else fishy going on.
Looks like the both the flail you find and the one you cube aren't considered a quest item based on the txt files from the game. I'm guessing those are...
I think I need to go through the default filter and make sure all quest items show up.
I had this issue when using vcpkg to include yaml-ccp in my project. I had to enable "Use Dynamic CRT" in my vcpkg options. 