bschug / poedit

Path of Exile ItemScript Editor / Preview
20 stars 5 forks source link

3.19 #32

Open kinkwilde opened 1 year ago

kinkwilde commented 1 year ago

Is this supporting 3.19 at the moment?

One of my item filters raises an error and I'm not quite sure why. It works in game and the POE website when adding it, doesn't state any errors.

This is one of the blocks that errors and it is erroring on the sockets lines.

Show
    Rarity = Unique
    Sockets >= W
    BaseType "Elegant Round Shield"
    SetFontSize 45
    SetTextColor 175 96 37 # Uniques Valuable
    SetBackgroundColor 255 255 255 # Uniques Valuable
    SetBorderColor 74 230 58 # Uniques Valuable
    MinimapIcon 1 Brown Star
    PlayEffect Brown
    PlayAlertSoundPositional 6 300
    DisableDropSound

This is the information provided (by fandom)

Sockets [Operator]

Numeric Number of Sockets (0-6) followed by R, G, B, D, A, W

Does the exact same thing as SocketGroup but does not require the sockets to be linked. So the same example ">= 5GGG" will match 5 or more sockets not necessarily linked, with at least 3 green sockets anywhere.

Unlike SocketGroup, this condition does allow for mixing and using Delve and Abyss sockets, for example, a Resonator with 3 sockets would be "DDD".

bschug commented 1 year ago

I haven't had the time to maintain this for a while now. I'd love to find someone to hand it over to, so if you know a little bit of javascript or know someone else who'd like to take over the project, I can give you an introduction to the code and answer questions. But I don't have the time to add features anymore. :(