Xeverous / filter_spirit

Advanced item filter generator for Path of Exile that uses it's own DSL and online item price APIs
GNU General Public License v3.0
36 stars 7 forks source link

The conditions HasEnchantment is giving error when parsing filterspirit file #37

Closed Alekhoff closed 3 years ago

Alekhoff commented 3 years ago

Description Trying to use the HasEnchantment "some enchatment name" in a filterspirit file, but its giving error when parsing, making me belive it might not be supported at this moment? Steps to reproduce Try putting this in your filter:

AnyEnchantment True {
                Class "Helmets" {
                    HasEnchantment "Enchantment Blade Vortex Area Of Effect 2" {
                        Set $comp_enchanted_t1
                        Show    
                    }
                }
            }

Expected result Should give a block that highlights that enchant only Actual result Fails Additional context (any other info if needed)

Xeverous commented 3 years ago

Sorry for missing this issue (I should check mail more often). I'm allocating more time for FS in upcoming weeks, so maybe ... finally I will push out something bigger before another league begins.

I can not reproduce this problem. I think you just might be using an outdated version without the support for HasEnchantment. This code works for me without problems (v0.7.0).

Alekhoff commented 3 years ago

Yeah, sorry. This code works for me as well when I did it again. Must have been doing something wrong in another way, cause I was running (v0.7.0)