darvid / wraeblast

A library for interacting with Path of Exile game and economy data, and a unique loot filter generation framework.
MIT License
29 stars 6 forks source link

Error on Loading #3

Closed hellomikko closed 3 years ago

hellomikko commented 3 years ago

So Ive installed it exactly like the installation guide said, when loading it up on POE, I didnt see the filter except a filter called new filter. So I used that and I got line 4906: Unable to parse parameter for BaseType rule: No base types found matching "Blood Magic Support"

darvid commented 3 years ago

you need to grab the filters from a nightly release such as this one and extract the filter files and the FilterSounds directory to your game directory.

also make sure to get the right zip file, prefixed with wraeblast-filters, not the source code.

hellomikko commented 3 years ago

Ok, I know what I did wrong, I put them in a Directory I keep all my unused filters in called OnlineFilters and instead of taking them all the way out of your directories and into the Path of Exile Directory.

hellomikko commented 3 years ago

However the sound volume is a tad bit low and I dont see any expedition drops at all using the web-exp-trade-d2-amp. Same as all or most of them, I got everything to work with exception of the sound is too low(Id have to turn even my entire system and game all the way up which is overly too loud just to hear the drops), and the loot filters arent showing any Expedition drops. Arent there any levels to the filters such as Strict, Normal, Uber, Endgame and such?

hellomikko commented 3 years ago

Ok I understand your filters now. Your testing it from an Uber filter. I read the docs 2 more times to see If I missed something. As a coder myself, I sometimes like to catch my mistakes. But thank you. This is a good filter. Hopefully youll be able to crunch these into just a few files in the future :) 👍🏾

darvid commented 3 years ago

thanks for your feedback!